public class SetExternalTaskPriorityCmd extends ExternalTaskCmd
Modifier and Type | Field and Description |
---|---|
protected long |
priority
The 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 String |
getUserOperationLogOperationType() |
protected List<PropertyChange> |
getUserOperationLogPropertyChanges(ExternalTaskEntity externalTask) |
protected void |
validateInput()
Validates the current input of the command.
|
execute, writeUserOperationLog
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isRetryable
public SetExternalTaskPriorityCmd(String externalTaskId, long priority)
protected void execute(ExternalTaskEntity externalTask)
ExternalTaskCmd
execute
in class ExternalTaskCmd
externalTask
- the external task which is used for the command executionprotected void validateInput()
ExternalTaskCmd
validateInput
in class ExternalTaskCmd
protected String getUserOperationLogOperationType()
getUserOperationLogOperationType
in class ExternalTaskCmd
protected List<PropertyChange> getUserOperationLogPropertyChanges(ExternalTaskEntity externalTask)
getUserOperationLogPropertyChanges
in class ExternalTaskCmd
Copyright © 2022. All rights reserved.