Uses of Class
org.apache.syncope.common.lib.to.WorkflowTaskExecInput
-
-
Uses of WorkflowTaskExecInput in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service with parameters of type WorkflowTaskExecInput Modifier and Type Method Description UserTO
UserWorkflowTaskService. executeNextTask(@NotNull WorkflowTaskExecInput workflowTaskExecInput)
Executes the next workflow task available, for matching user key.UserRequest
UserRequestService. startRequest(@NotNull String bpmnProcess, String user, WorkflowTaskExecInput inputVariables)
Starts a new request for the given BPMN Process and user (if provided) or requesting user (if not provided). -
Uses of WorkflowTaskExecInput in org.apache.syncope.core.flowable.api
Methods in org.apache.syncope.core.flowable.api with parameters of type WorkflowTaskExecInput Modifier and Type Method Description UserWorkflowResult<String>
WorkflowTaskManager. executeNextTask(WorkflowTaskExecInput workflowTaskExecInput)
Execute a task on an user.UserRequest
UserRequestHandler. start(String bpmnProcess, User user, WorkflowTaskExecInput inputVariables)
Starts a new user request, for the given BPMN process and user. -
Uses of WorkflowTaskExecInput in org.apache.syncope.core.flowable.impl
Methods in org.apache.syncope.core.flowable.impl with parameters of type WorkflowTaskExecInput Modifier and Type Method Description UserWorkflowResult<String>
FlowableUserWorkflowAdapter. executeNextTask(WorkflowTaskExecInput workflowTaskExecInput)
UserRequest
FlowableUserRequestHandler. start(String bpmnProcess, User user, WorkflowTaskExecInput inputVariables)
-
Uses of WorkflowTaskExecInput in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic with parameters of type WorkflowTaskExecInput Modifier and Type Method Description protected UserRequest
UserRequestLogic. doStart(String bpmnProcess, User user, WorkflowTaskExecInput inputVariables)
UserTO
UserWorkflowTaskLogic. executeNextTask(WorkflowTaskExecInput workflowTaskExecInput)
UserRequest
UserRequestLogic. startRequest(String bpmnProcess, String userKey, WorkflowTaskExecInput inputVariables)
UserRequest
UserRequestLogic. startRequest(String bpmnProcess, WorkflowTaskExecInput inputVariables)
-
Uses of WorkflowTaskExecInput in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service with parameters of type WorkflowTaskExecInput Modifier and Type Method Description UserTO
UserWorkflowTaskServiceImpl. executeNextTask(WorkflowTaskExecInput workflowTaskExecInput)
UserRequest
UserRequestServiceImpl. startRequest(String bpmnProcess, String user, WorkflowTaskExecInput inputVariables)
-