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