Package org.flowable.engine.impl.cmd
Class SaveTaskCmd
java.lang.Object
org.flowable.engine.impl.cmd.SaveTaskCmd
- All Implemented Interfaces:
Serializable,Command<Void>
- Author:
- Joram Barrez
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute(CommandContext commandContext) protected voidhandleAssigneeChange(CommandContext commandContext, ProcessEngineConfigurationImpl processEngineConfiguration) protected voidhandleSubTaskCount(TaskService taskService, org.flowable.task.api.TaskInfo originalTaskEntity)
-
Field Details
-
task
-
-
Constructor Details
-
SaveTaskCmd
public SaveTaskCmd(org.flowable.task.api.Task task)
-
-
Method Details
-
execute
-
handleAssigneeChange
protected void handleAssigneeChange(CommandContext commandContext, ProcessEngineConfigurationImpl processEngineConfiguration) -
handleSubTaskCount
protected void handleSubTaskCount(TaskService taskService, org.flowable.task.api.TaskInfo originalTaskEntity)
-