Uses of Interface
org.apache.syncope.core.persistence.api.entity.Schema
-
-
Uses of Schema in org.apache.syncope.core.persistence.api.dao
Classes in org.apache.syncope.core.persistence.api.dao with type parameters of type Schema Modifier and Type Class Description classAllowedSchemas<S extends Schema>interfaceSchemaDAO<S extends Schema>Methods in org.apache.syncope.core.persistence.api.dao with type parameters of type Schema Modifier and Type Method Description <S extends Schema>
AllowedSchemas<S>AnyDAO. findAllowedSchemas(A any, Class<S> reference) -
Uses of Schema in org.apache.syncope.core.persistence.api.entity
Subinterfaces of Schema in org.apache.syncope.core.persistence.api.entity Modifier and Type Interface Description interfaceDerSchemainterfacePlainSchemainterfaceVirSchema -
Uses of Schema in org.apache.syncope.core.persistence.jpa.dao
Methods in org.apache.syncope.core.persistence.jpa.dao with type parameters of type Schema Modifier and Type Method Description <S extends Schema>
AllowedSchemas<S>AbstractAnyDAO. findAllowedSchemas(A any, Class<S> reference) -
Uses of Schema in org.apache.syncope.core.persistence.jpa.entity
Classes in org.apache.syncope.core.persistence.jpa.entity that implement Schema Modifier and Type Class Description classAbstractSchemaclassJPADerSchemaclassJPAPlainSchemaclassJPAVirSchema -
Uses of Schema in org.apache.syncope.core.persistence.jpa.validation.entity
Methods in org.apache.syncope.core.persistence.jpa.validation.entity with parameters of type Schema Modifier and Type Method Description booleanSchemaKeyValidator. isValid(Schema schema, javax.validation.ConstraintValidatorContext context) -
Uses of Schema in org.apache.syncope.core.provisioning.api
Methods in org.apache.syncope.core.provisioning.api that return Schema Modifier and Type Method Description SchemaIntAttrName. getSchema()Methods in org.apache.syncope.core.provisioning.api that return types with arguments of type Schema Modifier and Type Method Description protected Pair<Schema,SchemaType>IntAttrNameParser. find(String key)Methods in org.apache.syncope.core.provisioning.api with parameters of type Schema Modifier and Type Method Description voidIntAttrName. setSchema(Schema schemaName)
-