Uses of Class
org.apache.syncope.core.logic.AbstractAnyLogic
Packages that use AbstractAnyLogic
Package
Description
-
Uses of AbstractAnyLogic in org.apache.syncope.core.logic
Subclasses of AbstractAnyLogic in org.apache.syncope.core.logicModifier 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 AbstractAnyLogic in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service that return AbstractAnyLogicModifier and TypeMethodDescriptionprotected abstract AbstractAnyLogic<TO, CR, UR> AbstractAnyService.getAnyLogic()protected AbstractAnyLogic<AnyObjectTO, AnyObjectCR, AnyObjectUR> AnyObjectServiceImpl.getAnyLogic()protected AbstractAnyLogic<GroupTO, GroupCR, GroupUR> GroupServiceImpl.getAnyLogic()protected AbstractAnyLogic<UserTO, UserCR, UserUR> UserServiceImpl.getAnyLogic() -
Uses of AbstractAnyLogic in org.apache.syncope.ext.scimv2.cxf.service
Methods in org.apache.syncope.ext.scimv2.cxf.service that return AbstractAnyLogic