Uses of Class
org.apache.syncope.common.lib.to.WorkflowTaskExecInput
Packages that use WorkflowTaskExecInput
Package
Description
-
Uses of WorkflowTaskExecInput in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service with parameters of type WorkflowTaskExecInputModifier and TypeMethodDescriptionUserWorkflowTaskService.executeNextTask
(@NotNull WorkflowTaskExecInput workflowTaskExecInput) Executes the next workflow task available, for matching user key.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 WorkflowTaskExecInputModifier and TypeMethodDescriptionWorkflowTaskManager.executeNextTask
(WorkflowTaskExecInput workflowTaskExecInput) Execute a task on an user.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 WorkflowTaskExecInputModifier and TypeMethodDescriptionFlowableUserWorkflowAdapter.executeNextTask
(WorkflowTaskExecInput workflowTaskExecInput) 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 WorkflowTaskExecInputModifier and TypeMethodDescriptionprotected UserRequest
UserRequestLogic.doStart
(String bpmnProcess, User user, WorkflowTaskExecInput inputVariables) UserWorkflowTaskLogic.executeNextTask
(WorkflowTaskExecInput workflowTaskExecInput) UserRequestLogic.startRequest
(String bpmnProcess, String userKey, WorkflowTaskExecInput inputVariables) 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 WorkflowTaskExecInputModifier and TypeMethodDescriptionUserWorkflowTaskServiceImpl.executeNextTask
(WorkflowTaskExecInput workflowTaskExecInput) UserRequestServiceImpl.startRequest
(String bpmnProcess, String user, WorkflowTaskExecInput inputVariables)