Uses of Class
org.apache.syncope.core.logic.UserRequestLogic
-
Packages that use UserRequestLogic Package Description org.apache.syncope.core.logic org.apache.syncope.core.rest.cxf org.apache.syncope.core.rest.cxf.service -
-
Uses of UserRequestLogic in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return UserRequestLogic Modifier and Type Method Description UserRequestLogicFlowableLogicContext. userRequestLogic(UserRequestHandler userRequestHandler, UserDataBinder binder, BpmnProcessManager bpmnProcessManager, PropagationTaskExecutor taskExecutor, UserDAO userDAO, PropagationManager propagationManager) -
Uses of UserRequestLogic in org.apache.syncope.core.rest.cxf
Methods in org.apache.syncope.core.rest.cxf with parameters of type UserRequestLogic Modifier and Type Method Description UserRequestServiceFlowableRESTCXFContext. userRequestService(UserRequestLogic userRequestLogic, UserDAO userDAO) -
Uses of UserRequestLogic in org.apache.syncope.core.rest.cxf.service
Fields in org.apache.syncope.core.rest.cxf.service declared as UserRequestLogic Modifier and Type Field Description protected UserRequestLogicUserRequestServiceImpl. logicConstructors in org.apache.syncope.core.rest.cxf.service with parameters of type UserRequestLogic Constructor Description UserRequestServiceImpl(UserRequestLogic logic, UserDAO userDAO)
-