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

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

public class SetExternalTaskRetriesCmd
extends ExternalTaskCmd

Author:
Thorben Lindhauer, Christopher Zell

Field Summary
protected  int retries
           
protected  boolean writeUserOperationLog
           
 
Fields inherited from class org.camunda.bpm.engine.impl.cmd.ExternalTaskCmd
externalTaskId
 
Constructor Summary
SetExternalTaskRetriesCmd(String externalTaskId, int retries, boolean writeUserOperationLog)
           
 
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
 

Field Detail

retries

protected int retries

writeUserOperationLog

protected boolean writeUserOperationLog
Constructor Detail

SetExternalTaskRetriesCmd

public SetExternalTaskRetriesCmd(String externalTaskId,
                                 int retries,
                                 boolean writeUserOperationLog)
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 © 2017 camunda services GmbH. All rights reserved.