Uses of Class
org.apache.syncope.core.logic.AnyObjectLogic
Package
Description
-
Uses of AnyObjectLogic in org.apache.syncope.core.logic
Modifier and TypeMethodDescriptionIdRepoLogicContext.anyObjectLogic
(RealmSearchDAO realmSearchDAO, AnyTypeDAO anyTypeDAO, TemplateUtils templateUtils, AnyObjectDAO anyObjectDAO, AnySearchDAO anySearchDAO, AnyObjectDataBinder binder, AnyObjectProvisioningManager provisioningManager) Modifier and TypeMethodDescriptionIdMLogicContext.remediationLogic
(UserLogic userLogic, GroupLogic groupLogic, AnyObjectLogic anyObjectLogic, RemediationDataBinder binder, RemediationDAO remediationDAO) ModifierConstructorDescriptionRemediationLogic
(UserLogic userLogic, GroupLogic groupLogic, AnyObjectLogic anyObjectLogic, RemediationDataBinder binder, RemediationDAO remediationDAO) -
Uses of AnyObjectLogic in org.apache.syncope.core.rest.cxf
Modifier and TypeMethodDescriptionIdRepoRESTCXFContext.anyObjectService
(AnyObjectDAO anyObjectDAO, AnyObjectLogic anyObjectLogic, SearchCondVisitor searchCondVisitor) -
Uses of AnyObjectLogic in org.apache.syncope.core.rest.cxf.service
ModifierConstructorDescriptionAnyObjectServiceImpl
(SearchCondVisitor searchCondVisitor, AnyObjectDAO anyObjectDAO, AnyObjectLogic logic)