Package org.flowable.engine.impl.cmd
Class SaveTaskCmd
- java.lang.Object
-
- org.flowable.engine.impl.cmd.SaveTaskCmd
-
- All Implemented Interfaces:
Serializable,Command<Void>
public class SaveTaskCmd extends Object implements Command<Void>, Serializable
- Author:
- Joram Barrez
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected TaskEntitytask
-
Constructor Summary
Constructors Constructor Description SaveTaskCmd(org.flowable.task.api.Task task)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Voidexecute(CommandContext commandContext)protected voidhandleAssigneeChange(CommandContext commandContext, ProcessEngineConfigurationImpl processEngineConfiguration)protected voidhandleSubTaskCount(TaskService taskService, org.flowable.task.api.TaskInfo originalTaskEntity)
-
-
-
Field Detail
-
task
protected TaskEntity task
-
-
Method Detail
-
execute
public Void execute(CommandContext commandContext)
-
handleAssigneeChange
protected void handleAssigneeChange(CommandContext commandContext, ProcessEngineConfigurationImpl processEngineConfiguration)
-
handleSubTaskCount
protected void handleSubTaskCount(TaskService taskService, org.flowable.task.api.TaskInfo originalTaskEntity)
-
-