public class SetTaskDueDateCmd extends NeedsActiveTaskCmd<Void>
Modifier and Type | Field and Description |
---|---|
protected Date |
dueDate |
taskId
Constructor and Description |
---|
SetTaskDueDateCmd(String taskId,
Date dueDate) |
Modifier and Type | Method and Description |
---|---|
protected Void |
execute(CommandContext commandContext,
TaskEntity task)
Subclasses must implement in this method their normal command logic.
|
execute, getSuspendedTaskException
protected Date dueDate
protected Void execute(CommandContext commandContext, TaskEntity task)
NeedsActiveTaskCmd
execute
in class NeedsActiveTaskCmd<Void>
Copyright © 2016 Alfresco. All rights reserved.