public class SetExternalTaskPriorityCmd extends ExternalTaskCmd
| Modifier and Type | Field and Description | 
|---|---|
| protected long | priorityThe priority that should set on the external task. | 
externalTaskId| Constructor and Description | 
|---|
| SetExternalTaskPriorityCmd(String externalTaskId,
                          long priority) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | execute(ExternalTaskEntity externalTask)Executes the specific external task commands, which belongs to the current sub class. | 
| protected void | validateInput()Validates the current input of the command. | 
executepublic SetExternalTaskPriorityCmd(String externalTaskId, long priority)
protected void execute(ExternalTaskEntity externalTask)
ExternalTaskCmdexecute in class ExternalTaskCmdexternalTask - the external task which is used for the command executionprotected void validateInput()
ExternalTaskCmdvalidateInput in class ExternalTaskCmdCopyright © 2018. All rights reserved.