Uses of Interface
org.apache.syncope.core.logic.AnyCRUDLogicOp
Packages that use AnyCRUDLogicOp
Package
Description
-
Uses of AnyCRUDLogicOp in org.apache.syncope.core.logic
Subinterfaces of AnyCRUDLogicOp in org.apache.syncope.core.logicModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceClasses in org.apache.syncope.core.logic that implement AnyCRUDLogicOpModifier and TypeClassDescriptionclassNote that this controller does not extendAbstractTransactionalLogic, hence does not provide any Spring's Transactional logic at class level.classNote that this controller does not extendAbstractTransactionalLogic, hence does not provide any Spring's Transactional logic at class level.classNote that this controller does not extendAbstractTransactionalLogic, hence does not provide any Spring's Transactional logic at class level. -
Uses of AnyCRUDLogicOp in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service that return AnyCRUDLogicOpModifier and TypeMethodDescriptionprotected abstract AnyCRUDLogicOp<TO, CR, UR> AbstractAnyService.getAnyLogic()protected AnyCRUDLogicOp<AnyObjectTO, AnyObjectCR, AnyObjectUR> AnyObjectServiceImpl.getAnyLogic()protected AnyCRUDLogicOp<GroupTO, GroupCR, GroupUR> GroupServiceImpl.getAnyLogic()protected AnyCRUDLogicOp<UserTO, UserCR, UserUR> UserServiceImpl.getAnyLogic() -
Uses of AnyCRUDLogicOp in org.apache.syncope.ext.scimv2.cxf.service
Methods in org.apache.syncope.ext.scimv2.cxf.service that return AnyCRUDLogicOp