Uses of Class
org.apache.syncope.core.logic.AnyObjectLogic
Packages that use AnyObjectLogic
Package
Description
-
Uses of AnyObjectLogic in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as AnyObjectLogicMethods in org.apache.syncope.core.logic that return AnyObjectLogicModifier and TypeMethodDescriptionIdRepoLogicContext.anyObjectLogic
(RealmSearchDAO realmSearchDAO, AnyTypeDAO anyTypeDAO, TemplateUtils templateUtils, AnyObjectDAO anyObjectDAO, AnySearchDAO anySearchDAO, AnyObjectDataBinder binder, AnyObjectProvisioningManager provisioningManager) Methods in org.apache.syncope.core.logic with parameters of type AnyObjectLogicModifier and TypeMethodDescriptionIdMLogicContext.remediationLogic
(UserLogic userLogic, GroupLogic groupLogic, AnyObjectLogic anyObjectLogic, RemediationDataBinder binder, RemediationDAO remediationDAO) Constructors in org.apache.syncope.core.logic with parameters of type AnyObjectLogicModifierConstructorDescriptionRemediationLogic
(UserLogic userLogic, GroupLogic groupLogic, AnyObjectLogic anyObjectLogic, RemediationDataBinder binder, RemediationDAO remediationDAO) -
Uses of AnyObjectLogic in org.apache.syncope.core.rest.cxf
Methods in org.apache.syncope.core.rest.cxf with parameters of type AnyObjectLogicModifier and TypeMethodDescriptionIdRepoRESTCXFContext.anyObjectService
(AnyObjectDAO anyObjectDAO, AnyObjectLogic anyObjectLogic, SearchCondVisitor searchCondVisitor) -
Uses of AnyObjectLogic in org.apache.syncope.core.rest.cxf.service
Fields in org.apache.syncope.core.rest.cxf.service declared as AnyObjectLogicConstructors in org.apache.syncope.core.rest.cxf.service with parameters of type AnyObjectLogicModifierConstructorDescriptionAnyObjectServiceImpl
(SearchCondVisitor searchCondVisitor, AnyObjectDAO anyObjectDAO, AnyObjectLogic logic)