Uses of Interface
org.apache.syncope.core.logic.AnyObjectLogicOp
Packages that use AnyObjectLogicOp
Package
Description
-
Uses of AnyObjectLogicOp in org.apache.syncope.core.logic
Classes in org.apache.syncope.core.logic that implement AnyObjectLogicOpModifier and TypeClassDescriptionclassNote that this controller does not extendAbstractTransactionalLogic, hence does not provide any Spring's Transactional logic at class level.Fields in org.apache.syncope.core.logic declared as AnyObjectLogicOpModifier and TypeFieldDescriptionprotected final AnyObjectLogicOpRemediationLogic.anyObjectLogicMethods in org.apache.syncope.core.logic that return AnyObjectLogicOpModifier 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 AnyObjectLogicOpModifier and TypeMethodDescriptionIdMLogicContext.remediationLogic(UserLogicOp userLogic, GroupLogicOp groupLogic, AnyObjectLogicOp anyObjectLogic, RemediationDataBinder binder, RemediationDAO remediationDAO) Constructors in org.apache.syncope.core.logic with parameters of type AnyObjectLogicOpModifierConstructorDescriptionRemediationLogic(UserLogicOp userLogic, GroupLogicOp groupLogic, AnyObjectLogicOp anyObjectLogic, RemediationDataBinder binder, RemediationDAO remediationDAO) -
Uses of AnyObjectLogicOp in org.apache.syncope.core.rest.cxf
Methods in org.apache.syncope.core.rest.cxf with parameters of type AnyObjectLogicOpModifier and TypeMethodDescriptionIdRepoRESTCXFContext.anyObjectService(AnyObjectDAO anyObjectDAO, AnyObjectLogicOp anyObjectLogic, AnySearchCondVisitor searchCondVisitor) -
Uses of AnyObjectLogicOp in org.apache.syncope.core.rest.cxf.service
Fields in org.apache.syncope.core.rest.cxf.service declared as AnyObjectLogicOpConstructors in org.apache.syncope.core.rest.cxf.service with parameters of type AnyObjectLogicOpModifierConstructorDescriptionAnyObjectServiceImpl(AnySearchCondVisitor searchCondVisitor, AnyObjectDAO anyObjectDAO, AnyObjectLogicOp logic) -
Uses of AnyObjectLogicOp in org.apache.syncope.ext.scimv2.cxf
Methods in org.apache.syncope.ext.scimv2.cxf with parameters of type AnyObjectLogicOpModifier and TypeMethodDescriptionSCIMv2RESTCXFContext.scimService(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, UserLogicOp userLogic, GroupLogicOp groupLogic, AnyObjectLogicOp anyObjectLogic, SCIMDataBinder binder, SCIMConfManager confManager, SCIMLogic scimLogic) SCIMv2RESTCXFContext.scimv2AnyObjectService(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, UserLogicOp userLogic, GroupLogicOp groupLogic, AnyObjectLogicOp anyObjectLogic, SCIMDataBinder binder, SCIMConfManager confManager) SCIMv2RESTCXFContext.scimv2GroupService(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, UserLogicOp userLogic, GroupLogicOp groupLogic, AnyObjectLogicOp anyObjectLogic, SCIMDataBinder binder, SCIMConfManager confManager, JexlTools jexlTools) SCIMv2RESTCXFContext.scimv2UserService(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, UserLogicOp userLogic, GroupLogicOp groupLogic, AnyObjectLogicOp anyObjectLogic, SCIMDataBinder binder, SCIMConfManager confManager) -
Uses of AnyObjectLogicOp in org.apache.syncope.ext.scimv2.cxf.service
Fields in org.apache.syncope.ext.scimv2.cxf.service declared as AnyObjectLogicOpModifier and TypeFieldDescriptionprotected final AnyObjectLogicOpAbstractSCIMService.anyObjectLogicConstructors in org.apache.syncope.ext.scimv2.cxf.service with parameters of type AnyObjectLogicOpModifierConstructorDescriptionprotectedAbstractSCIMService(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, UserLogicOp userLogic, GroupLogicOp groupLogic, AnyObjectLogicOp anyObjectLogic, SCIMDataBinder binder, SCIMConfManager confManager) SCIMAnyObjectServiceImpl(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, UserLogicOp userLogic, GroupLogicOp groupLogic, AnyObjectLogicOp anyObjectLogic, SCIMDataBinder binder, SCIMConfManager confManager) SCIMGroupServiceImpl(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, UserLogicOp userLogic, GroupLogicOp groupLogic, AnyObjectLogicOp anyObjectLogic, SCIMDataBinder binder, SCIMConfManager confManager, JexlTools jexlTools) SCIMServiceImpl(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, UserLogicOp userLogic, GroupLogicOp groupLogic, AnyObjectLogicOp anyObjectLogic, SCIMDataBinder binder, SCIMConfManager confManager, SCIMLogic scimLogic) SCIMUserServiceImpl(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, UserLogicOp userLogic, GroupLogicOp groupLogic, AnyObjectLogicOp anyObjectLogic, SCIMDataBinder binder, SCIMConfManager confManager)