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

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

public class SetExternalTasksRetriesCmd
extends AbstractSetExternalTaskRetriesCmd<Void>


Field Summary
 
Fields inherited from class org.camunda.bpm.engine.impl.cmd.AbstractSetExternalTaskRetriesCmd
builder
 
Constructor Summary
SetExternalTasksRetriesCmd(UpdateExternalTaskRetriesBuilderImpl builder)
           
 
Method Summary
 Void execute(CommandContext commandContext)
           
 
Methods inherited from class org.camunda.bpm.engine.impl.cmd.AbstractSetExternalTaskRetriesCmd
collectExternalTaskIds, collectProcessInstanceIds, writeUserOperationLog
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetExternalTasksRetriesCmd

public SetExternalTasksRetriesCmd(UpdateExternalTaskRetriesBuilderImpl builder)
Method Detail

execute

public Void execute(CommandContext commandContext)


Copyright © 2017 camunda services GmbH. All rights reserved.