Package org.camunda.bpm.engine.impl.cmd
Class SetExternalTaskRetriesCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.ExternalTaskCmd
org.camunda.bpm.engine.impl.cmd.SetExternalTaskRetriesCmd
- Author:
- Thorben Lindhauer, Christopher Zell
-
Field Summary
Fields inherited from class org.camunda.bpm.engine.impl.cmd.ExternalTaskCmd
externalTaskId
-
Constructor Summary
ConstructorDescriptionSetExternalTaskRetriesCmd
(String externalTaskId, int retries, boolean writeUserOperationLog) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
execute
(ExternalTaskEntity externalTask) Executes the specific external task commands, which belongs to the current sub class.protected String
protected List<PropertyChange>
getUserOperationLogPropertyChanges
(ExternalTaskEntity externalTask) protected void
Validates the current input of the command.Methods inherited from class org.camunda.bpm.engine.impl.cmd.ExternalTaskCmd
execute, writeUserOperationLog
-
Field Details
-
retries
protected int retries -
writeUserOperationLog
protected boolean writeUserOperationLog
-
-
Constructor Details
-
SetExternalTaskRetriesCmd
-
-
Method Details
-
validateInput
protected void validateInput()Description copied from class:ExternalTaskCmd
Validates the current input of the command.- Specified by:
validateInput
in classExternalTaskCmd
-
execute
Description copied from class:ExternalTaskCmd
Executes the specific external task commands, which belongs to the current sub class.- Specified by:
execute
in classExternalTaskCmd
- Parameters:
externalTask
- the external task which is used for the command execution
-
getUserOperationLogOperationType
- Overrides:
getUserOperationLogOperationType
in classExternalTaskCmd
-
getUserOperationLogPropertyChanges
- Overrides:
getUserOperationLogPropertyChanges
in classExternalTaskCmd
-