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, getSuspendedTaskException
public SetTaskPriorityCmd(String taskId, int priority)
protected Void execute(CommandContext commandContext, TaskEntity task)
NeedsActiveTaskCmd
execute
in class NeedsActiveTaskCmd<Void>
Copyright © 2016 Flowable. All rights reserved.