org.camunda.bpm.engine.impl.cmd
Class AbstractSetExternalTaskRetriesCmd<T>

java.lang.Object
  extended by org.camunda.bpm.engine.impl.cmd.AbstractSetExternalTaskRetriesCmd<T>
All Implemented Interfaces:
Command<T>
Direct Known Subclasses:
SetExternalTasksRetriesBatchCmd, SetExternalTasksRetriesCmd

public abstract class AbstractSetExternalTaskRetriesCmd<T>
extends Object
implements Command<T>


Field Summary
protected  UpdateExternalTaskRetriesBuilderImpl builder
           
 
Constructor Summary
AbstractSetExternalTaskRetriesCmd(UpdateExternalTaskRetriesBuilderImpl builder)
           
 
Method Summary
protected  List<String> collectExternalTaskIds()
           
protected  List<String> collectProcessInstanceIds()
           
protected  void writeUserOperationLog(CommandContext commandContext, int retries, int numInstances, boolean async)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.camunda.bpm.engine.impl.interceptor.Command
execute
 

Field Detail

builder

protected UpdateExternalTaskRetriesBuilderImpl builder
Constructor Detail

AbstractSetExternalTaskRetriesCmd

public AbstractSetExternalTaskRetriesCmd(UpdateExternalTaskRetriesBuilderImpl builder)
Method Detail

collectProcessInstanceIds

protected List<String> collectProcessInstanceIds()

collectExternalTaskIds

protected List<String> collectExternalTaskIds()

writeUserOperationLog

protected void writeUserOperationLog(CommandContext commandContext,
                                     int retries,
                                     int numInstances,
                                     boolean async)


Copyright © 2017 camunda services GmbH. All rights reserved.