Uses of Class
org.apache.syncope.common.lib.to.WorkflowTask
-
-
Uses of WorkflowTask in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service that return types with arguments of type WorkflowTask Modifier and Type Method Description List<WorkflowTask>
UserWorkflowTaskService. getAvailableTasks(@NotNull String userKey)
Returns a list of available tasks for the given user key. -
Uses of WorkflowTask in org.apache.syncope.core.flowable.api
Methods in org.apache.syncope.core.flowable.api that return types with arguments of type WorkflowTask Modifier and Type Method Description List<WorkflowTask>
WorkflowTaskManager. getAvailableTasks(String userKey)
Get tasks available for execution, for given user. -
Uses of WorkflowTask in org.apache.syncope.core.flowable.impl
Methods in org.apache.syncope.core.flowable.impl that return types with arguments of type WorkflowTask Modifier and Type Method Description List<WorkflowTask>
FlowableUserWorkflowAdapter. getAvailableTasks(String userKey)
-
Uses of WorkflowTask in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return types with arguments of type WorkflowTask Modifier and Type Method Description List<WorkflowTask>
UserWorkflowTaskLogic. getAvailableTasks(String key)
-
Uses of WorkflowTask in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service that return types with arguments of type WorkflowTask Modifier and Type Method Description List<WorkflowTask>
UserWorkflowTaskServiceImpl. getAvailableTasks(String userKey)
-