Uses of Interface
org.apache.syncope.core.provisioning.api.data.SchemaDataBinder
-
Packages that use SchemaDataBinder Package Description org.apache.syncope.core.logic org.apache.syncope.core.provisioning.java org.apache.syncope.core.provisioning.java.data -
-
Uses of SchemaDataBinder in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as SchemaDataBinder Modifier and Type Field Description protected SchemaDataBinderSchemaLogic. binderMethods in org.apache.syncope.core.logic with parameters of type SchemaDataBinder Modifier and Type Method Description SchemaLogicIdRepoLogicContext. schemaLogic(SchemaDataBinder binder, VirSchemaDAO virSchemaDAO, AnyTypeClassDAO anyTypeClassDAO, DerSchemaDAO derSchemaDAO, PlainSchemaDAO plainSchemaDAO)Constructors in org.apache.syncope.core.logic with parameters of type SchemaDataBinder Constructor Description SchemaLogic(PlainSchemaDAO plainSchemaDAO, DerSchemaDAO derSchemaDAO, VirSchemaDAO virSchemaDAO, AnyTypeClassDAO anyTypeClassDAO, SchemaDataBinder binder) -
Uses of SchemaDataBinder in org.apache.syncope.core.provisioning.java
Methods in org.apache.syncope.core.provisioning.java that return SchemaDataBinder Modifier and Type Method Description SchemaDataBinderProvisioningContext. schemaDataBinder(EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, AnyTypeClassDAO anyTypeClassDAO, PlainSchemaDAO plainSchemaDAO, DerSchemaDAO derSchemaDAO, VirSchemaDAO virSchemaDAO, ExternalResourceDAO resourceDAO, AnyTypeDAO anyTypeDAO, ImplementationDAO implementationDAO) -
Uses of SchemaDataBinder in org.apache.syncope.core.provisioning.java.data
Classes in org.apache.syncope.core.provisioning.java.data that implement SchemaDataBinder Modifier and Type Class Description classSchemaDataBinderImpl
-