Package io.jmix.bpmui.processform
Class TaskClaimingImpl
java.lang.Object
io.jmix.bpmui.processform.TaskClaimingImpl
- All Implemented Interfaces:
 TaskClaiming
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CurrentUserSubstitutionprotected org.flowable.task.api.Taskprotected org.flowable.engine.TaskService - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidclaim()Allows to claim task from custom task screen with usingProcessFormContextImplvoidwithTask(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:
 withTaskin interfaceTaskClaiming
 - 
claim
public void claim()Description copied from interface:TaskClaimingAllows to claim task from custom task screen with usingProcessFormContextImpl- Specified by:
 claimin interfaceTaskClaiming
 
 -