Uses of Interface
org.apache.syncope.core.provisioning.api.data.ImplementationDataBinder
-
Packages that use ImplementationDataBinder Package Description org.apache.syncope.core.logic org.apache.syncope.core.provisioning.java org.apache.syncope.core.provisioning.java.data -
-
Uses of ImplementationDataBinder in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as ImplementationDataBinder Modifier and Type Field Description protected ImplementationDataBinder
ImplementationLogic. binder
Methods in org.apache.syncope.core.logic with parameters of type ImplementationDataBinder Modifier and Type Method Description ImplementationLogic
IdRepoLogicContext. implementationLogic(ImplementationDataBinder binder, PlainSchemaDAO plainSchemaDAO, RealmDAO realmDAO, PolicyDAO policyDAO, ReportDAO reportDAO, TaskDAO taskDAO, ExternalResourceDAO externalResourceDAO, ImplementationDAO implementationDAO, NotificationDAO notificationDAO)
Constructors in org.apache.syncope.core.logic with parameters of type ImplementationDataBinder Constructor Description ImplementationLogic(ImplementationDataBinder binder, ImplementationDAO implementationDAO, ReportDAO reportDAO, PolicyDAO policyDAO, ExternalResourceDAO resourceDAO, TaskDAO taskDAO, RealmDAO realmDAO, PlainSchemaDAO plainSchemaDAO, NotificationDAO notificationDAO)
-
Uses of ImplementationDataBinder in org.apache.syncope.core.provisioning.java
Methods in org.apache.syncope.core.provisioning.java that return ImplementationDataBinder Modifier and Type Method Description ImplementationDataBinder
ProvisioningContext. implementationDataBinder(EntityFactory entityFactory)
-
Uses of ImplementationDataBinder in org.apache.syncope.core.provisioning.java.data
Classes in org.apache.syncope.core.provisioning.java.data that implement ImplementationDataBinder Modifier and Type Class Description class
ImplementationDataBinderImpl
-