org.camunda.bpm.engine.impl.cmd
Class UnlockExternalTaskCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.ExternalTaskCmd
org.camunda.bpm.engine.impl.cmd.UnlockExternalTaskCmd
- All Implemented Interfaces:
- Command<Void>
public class UnlockExternalTaskCmd
- extends ExternalTaskCmd
- Author:
- Thorben Lindhauer, Christopher Zell
|
Method Summary |
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UnlockExternalTaskCmd
public UnlockExternalTaskCmd(String externalTaskId)
validateInput
protected void validateInput()
- Description copied from class:
ExternalTaskCmd
- Validates the current input of the command.
- Specified by:
validateInput in class ExternalTaskCmd
execute
protected void execute(ExternalTaskEntity externalTask)
- Description copied from class:
ExternalTaskCmd
- Executes the specific external task commands, which belongs to the current sub class.
- Specified by:
execute in class ExternalTaskCmd
- Parameters:
externalTask - the external task which is used for the command execution
Copyright © 2016 camunda services GmbH. All rights reserved.