org.camunda.bpm.engine.impl.cmd
Class UnlockExternalTaskCmd

java.lang.Object
  extended by org.camunda.bpm.engine.impl.cmd.ExternalTaskCmd
      extended by org.camunda.bpm.engine.impl.cmd.UnlockExternalTaskCmd
All Implemented Interfaces:
Command<Void>

public class UnlockExternalTaskCmd
extends ExternalTaskCmd

Author:
Thorben Lindhauer, Christopher Zell

Field Summary
 
Fields inherited from class org.camunda.bpm.engine.impl.cmd.ExternalTaskCmd
externalTaskId
 
Constructor Summary
UnlockExternalTaskCmd(String externalTaskId)
           
 
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 org.camunda.bpm.engine.impl.cmd.ExternalTaskCmd
execute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnlockExternalTaskCmd

public UnlockExternalTaskCmd(String externalTaskId)
Method Detail

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.