Package org.camunda.bpm.engine.impl.cmd
Class AbstractSetExternalTaskRetriesCmd<T>
- java.lang.Object
- 
- org.camunda.bpm.engine.impl.cmd.AbstractSetExternalTaskRetriesCmd<T>
 
- 
- All Implemented Interfaces:
- Command<T>
 - Direct Known Subclasses:
- SetExternalTasksRetriesBatchCmd,- SetExternalTasksRetriesCmd
 
 public abstract class AbstractSetExternalTaskRetriesCmd<T> extends java.lang.Object implements Command<T> 
- 
- 
Field SummaryFields Modifier and Type Field Description protected UpdateExternalTaskRetriesBuilderImplbuilder
 - 
Constructor SummaryConstructors Constructor Description AbstractSetExternalTaskRetriesCmd(UpdateExternalTaskRetriesBuilderImpl builder)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BatchElementConfigurationcollectExternalTaskIds(CommandContext commandContext)protected java.util.List<java.lang.String>collectProcessInstanceIds()protected voidwriteUserOperationLog(CommandContext commandContext, int numInstances, boolean async)protected voidwriteUserOperationLogAsync(CommandContext commandContext, int numInstances)- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.camunda.bpm.engine.impl.interceptor.Commandexecute, isRetryable
 
- 
 
- 
- 
- 
Field Detail- 
builderprotected UpdateExternalTaskRetriesBuilderImpl builder 
 
- 
 - 
Constructor Detail- 
AbstractSetExternalTaskRetriesCmdpublic AbstractSetExternalTaskRetriesCmd(UpdateExternalTaskRetriesBuilderImpl builder) 
 
- 
 - 
Method Detail- 
collectProcessInstanceIdsprotected java.util.List<java.lang.String> collectProcessInstanceIds() 
 - 
collectExternalTaskIdsprotected BatchElementConfiguration collectExternalTaskIds(CommandContext commandContext) 
 - 
writeUserOperationLogprotected void writeUserOperationLog(CommandContext commandContext, int numInstances, boolean async) 
 - 
writeUserOperationLogAsyncprotected void writeUserOperationLogAsync(CommandContext commandContext, int numInstances) 
 
- 
 
-