Package io.jmix.bpmui.processform
Class TaskClaimingImpl
java.lang.Object
io.jmix.bpmui.processform.TaskClaimingImpl
- All Implemented Interfaces:
TaskClaiming
-
Field Summary
Modifier and TypeFieldDescriptionprotected CurrentUserSubstitution
protected org.flowable.task.api.Task
protected org.flowable.engine.TaskService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
claim()
Allows to claim task from custom task screen with usingProcessFormContextImpl
void
withTask
(org.flowable.task.api.Task task)
-
Field Details
-
currentUserSubstitution
-
taskService
@Autowired protected org.flowable.engine.TaskService taskService -
task
protected org.flowable.task.api.Task task
-
-
Constructor Details
-
TaskClaimingImpl
public TaskClaimingImpl()
-
-
Method Details
-
withTask
public void withTask(org.flowable.task.api.Task task) - Specified by:
withTask
in interfaceTaskClaiming
-
claim
public void claim()Description copied from interface:TaskClaiming
Allows to claim task from custom task screen with usingProcessFormContextImpl
- Specified by:
claim
in interfaceTaskClaiming
-