Uses of Class
org.apache.syncope.core.logic.AnyTypeLogic
-
Packages that use AnyTypeLogic Package Description org.apache.syncope.core.logic org.apache.syncope.core.rest.cxf org.apache.syncope.core.rest.cxf.service -
-
Uses of AnyTypeLogic in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return AnyTypeLogic Modifier and Type Method Description AnyTypeLogicIdRepoLogicContext. anyTypeLogic(AnyTypeDataBinder binder, AnyTypeDAO anyTypeDAO, AnyObjectDAO anyObjectDAO) -
Uses of AnyTypeLogic in org.apache.syncope.core.rest.cxf
Methods in org.apache.syncope.core.rest.cxf with parameters of type AnyTypeLogic Modifier and Type Method Description AnyTypeServiceIdRepoRESTCXFContext. anyTypeService(AnyTypeLogic anyTypeLogic) -
Uses of AnyTypeLogic in org.apache.syncope.core.rest.cxf.service
Fields in org.apache.syncope.core.rest.cxf.service declared as AnyTypeLogic Modifier and Type Field Description protected AnyTypeLogicAnyTypeServiceImpl. logicConstructors in org.apache.syncope.core.rest.cxf.service with parameters of type AnyTypeLogic Constructor Description AnyTypeServiceImpl(AnyTypeLogic logic)
-