Uses of Class
org.apache.syncope.core.logic.UserWorkflowTaskLogic
-
Packages that use UserWorkflowTaskLogic Package Description org.apache.syncope.core.logic org.apache.syncope.core.rest.cxf org.apache.syncope.core.rest.cxf.service -
-
Uses of UserWorkflowTaskLogic in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return UserWorkflowTaskLogic Modifier and Type Method Description UserWorkflowTaskLogic
FlowableLogicContext. userWorkflowTaskLogic(WorkflowTaskManager wfTaskManager, UserDataBinder binder, UserDAO userDAO, PropagationTaskExecutor taskExecutor, PropagationManager propagationManager)
-
Uses of UserWorkflowTaskLogic in org.apache.syncope.core.rest.cxf
Methods in org.apache.syncope.core.rest.cxf with parameters of type UserWorkflowTaskLogic Modifier and Type Method Description UserWorkflowTaskService
FlowableRESTCXFContext. userWorkflowTaskService(UserWorkflowTaskLogic userWorkflowTaskLogic)
-
Uses of UserWorkflowTaskLogic in org.apache.syncope.core.rest.cxf.service
Fields in org.apache.syncope.core.rest.cxf.service declared as UserWorkflowTaskLogic Modifier and Type Field Description protected UserWorkflowTaskLogic
UserWorkflowTaskServiceImpl. logic
Constructors in org.apache.syncope.core.rest.cxf.service with parameters of type UserWorkflowTaskLogic Constructor Description UserWorkflowTaskServiceImpl(UserWorkflowTaskLogic logic)
-