Uses of Interface
org.apache.syncope.core.provisioning.api.data.AnyObjectDataBinder
-
-
Uses of AnyObjectDataBinder in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as AnyObjectDataBinder Modifier and Type Field Description protected AnyObjectDataBinderAnyObjectLogic. binderMethods in org.apache.syncope.core.logic with parameters of type AnyObjectDataBinder Modifier and Type Method Description AnyObjectLogicIdRepoLogicContext. anyObjectLogic(AnyObjectDataBinder binder, TemplateUtils templateUtils, RealmDAO realmDAO, AnyTypeDAO anyTypeDAO, AnyObjectDAO anyObjectDAO, AnySearchDAO anySearchDAO, AnyObjectProvisioningManager provisioningManager)Constructors in org.apache.syncope.core.logic with parameters of type AnyObjectDataBinder Constructor Description AnyObjectLogic(RealmDAO realmDAO, AnyTypeDAO anyTypeDAO, TemplateUtils templateUtils, AnyObjectDAO anyObjectDAO, AnySearchDAO searchDAO, AnyObjectDataBinder binder, AnyObjectProvisioningManager provisioningManager) -
Uses of AnyObjectDataBinder in org.apache.syncope.core.provisioning.java
Methods in org.apache.syncope.core.provisioning.java that return AnyObjectDataBinder Modifier and Type Method Description AnyObjectDataBinderProvisioningContext. anyObjectDataBinder(EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, AnyTypeDAO anyTypeDAO, RealmDAO realmDAO, AnyTypeClassDAO anyTypeClassDAO, AnyObjectDAO anyObjectDAO, UserDAO userDAO, GroupDAO groupDAO, PlainSchemaDAO plainSchemaDAO, PlainAttrDAO plainAttrDAO, PlainAttrValueDAO plainAttrValueDAO, ExternalResourceDAO resourceDAO, RelationshipTypeDAO relationshipTypeDAO, DerAttrHandler derAttrHandler, VirAttrHandler virAttrHandler, MappingManager mappingManager, IntAttrNameParser intAttrNameParser, OutboundMatcher outboundMatcher, PlainAttrValidationManager validator)Methods in org.apache.syncope.core.provisioning.java with parameters of type AnyObjectDataBinder Modifier and Type Method Description NotificationManagerProvisioningContext. notificationManager(EntityFactory entityFactory, SearchCondVisitor searchCondVisitor, DerSchemaDAO derSchemaDAO, VirSchemaDAO virSchemaDAO, NotificationDAO notificationDAO, AnyObjectDAO anyObjectDAO, UserDAO userDAO, GroupDAO groupDAO, AnySearchDAO anySearchDAO, AnyMatchDAO anyMatchDAO, TaskDAO taskDAO, UserDataBinder userDataBinder, GroupDataBinder groupDataBinder, AnyObjectDataBinder anyObjectDataBinder, ConfParamOps confParamOps, DerAttrHandler derAttrHandler, VirAttrHandler virAttrHandler, IntAttrNameParser intAttrNameParser) -
Uses of AnyObjectDataBinder in org.apache.syncope.core.provisioning.java.data
Classes in org.apache.syncope.core.provisioning.java.data that implement AnyObjectDataBinder Modifier and Type Class Description classAnyObjectDataBinderImpl -
Uses of AnyObjectDataBinder in org.apache.syncope.core.provisioning.java.notification
Fields in org.apache.syncope.core.provisioning.java.notification declared as AnyObjectDataBinder Modifier and Type Field Description protected AnyObjectDataBinderDefaultNotificationManager. anyObjectDataBinderConstructors in org.apache.syncope.core.provisioning.java.notification with parameters of type AnyObjectDataBinder Constructor Description DefaultNotificationManager(DerSchemaDAO derSchemaDAO, VirSchemaDAO virSchemaDAO, NotificationDAO notificationDAO, AnyObjectDAO anyObjectDAO, UserDAO userDAO, GroupDAO groupDAO, AnySearchDAO anySearchDAO, AnyMatchDAO anyMatchDAO, TaskDAO taskDAO, DerAttrHandler derAttrHandler, VirAttrHandler virAttrHandler, UserDataBinder userDataBinder, GroupDataBinder groupDataBinder, AnyObjectDataBinder anyObjectDataBinder, ConfParamOps confParamOps, EntityFactory entityFactory, IntAttrNameParser intAttrNameParser, SearchCondVisitor searchCondVisitor) -
Uses of AnyObjectDataBinder in org.apache.syncope.core.provisioning.java.pushpull
Fields in org.apache.syncope.core.provisioning.java.pushpull declared as AnyObjectDataBinder Modifier and Type Field Description protected AnyObjectDataBinderAbstractSyncopeResultHandler. anyObjectDataBinder -
Uses of AnyObjectDataBinder in org.apache.syncope.core.workflow.java
Fields in org.apache.syncope.core.workflow.java declared as AnyObjectDataBinder Modifier and Type Field Description protected AnyObjectDataBinderAbstractAnyObjectWorkflowAdapter. dataBinderMethods in org.apache.syncope.core.workflow.java with parameters of type AnyObjectDataBinder Modifier and Type Method Description AnyObjectWorkflowAdapterWorkflowContext. awfAdapter(AnyObjectDataBinder anyObjectDataBinder, AnyObjectDAO anyObjectDAO, GroupDAO groupDAO, EntityFactory entityFactory, ApplicationEventPublisher publisher)Constructors in org.apache.syncope.core.workflow.java with parameters of type AnyObjectDataBinder Constructor Description AbstractAnyObjectWorkflowAdapter(AnyObjectDataBinder dataBinder, AnyObjectDAO anyObjectDAO, GroupDAO groupDAO, EntityFactory entityFactory, ApplicationEventPublisher publisher)DefaultAnyObjectWorkflowAdapter(AnyObjectDataBinder dataBinder, AnyObjectDAO anyObjectDAO, GroupDAO groupDAO, EntityFactory entityFactory, ApplicationEventPublisher publisher)
-