Uses of Class
org.apache.syncope.core.logic.FIQLQueryLogic
-
Packages that use FIQLQueryLogic Package Description org.apache.syncope.core.logic org.apache.syncope.core.rest.cxf org.apache.syncope.core.rest.cxf.service -
-
Uses of FIQLQueryLogic in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return FIQLQueryLogic Modifier and Type Method Description FIQLQueryLogicIdRepoLogicContext. fiqlQueryLogic(FIQLQueryDataBinder binder, UserDAO userDAO, FIQLQueryDAO fiqlQueryDAO) -
Uses of FIQLQueryLogic in org.apache.syncope.core.rest.cxf
Methods in org.apache.syncope.core.rest.cxf with parameters of type FIQLQueryLogic Modifier and Type Method Description FIQLQueryServiceIdRepoRESTCXFContext. fiqlQueryService(FIQLQueryLogic fiqlQueryLogic) -
Uses of FIQLQueryLogic in org.apache.syncope.core.rest.cxf.service
Fields in org.apache.syncope.core.rest.cxf.service declared as FIQLQueryLogic Modifier and Type Field Description protected FIQLQueryLogicFIQLQueryServiceImpl. logicConstructors in org.apache.syncope.core.rest.cxf.service with parameters of type FIQLQueryLogic Constructor Description FIQLQueryServiceImpl(FIQLQueryLogic logic)
-