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 void
handleAssigneeChange
(CommandContext commandContext, ProcessEngineConfigurationImpl processEngineConfiguration) protected void
handleSubTaskCount
(TaskService taskService, TaskInfo originalTaskEntity)
-
Field Details
-
task
-
-
Constructor Details
-
SaveTaskCmd
-
-
Method Details
-
execute
-
handleAssigneeChange
protected void handleAssigneeChange(CommandContext commandContext, ProcessEngineConfigurationImpl processEngineConfiguration) -
handleSubTaskCount
-