Package org.activiti.engine.impl.cmd
Class SetTaskDueDateCmd
- java.lang.Object
-
- org.activiti.engine.impl.cmd.NeedsActiveTaskCmd<java.lang.Void>
-
- org.activiti.engine.impl.cmd.SetTaskDueDateCmd
-
- All Implemented Interfaces:
java.io.Serializable,Command<java.lang.Void>
public class SetTaskDueDateCmd extends NeedsActiveTaskCmd<java.lang.Void>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.DatedueDate-
Fields inherited from class org.activiti.engine.impl.cmd.NeedsActiveTaskCmd
taskId
-
-
Constructor Summary
Constructors Constructor Description SetTaskDueDateCmd(java.lang.String taskId, java.util.Date dueDate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.Voidexecute(CommandContext commandContext, TaskEntity task)Subclasses must implement in this method their normal command logic.-
Methods inherited from class org.activiti.engine.impl.cmd.NeedsActiveTaskCmd
execute, getSuspendedTaskException
-
-
-
-
Method Detail
-
execute
protected java.lang.Void execute(CommandContext commandContext, TaskEntity task)
Description copied from class:NeedsActiveTaskCmdSubclasses must implement in this method their normal command logic. The provided task is ensured to be active.- Specified by:
executein classNeedsActiveTaskCmd<java.lang.Void>
-
-