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 Object implements Command<T>
-
-
Field Summary
Fields Modifier and Type Field Description protected UpdateExternalTaskRetriesBuilderImpl
builder
-
Constructor Summary
Constructors Constructor Description AbstractSetExternalTaskRetriesCmd(UpdateExternalTaskRetriesBuilderImpl builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BatchElementConfiguration
collectExternalTaskIds(CommandContext commandContext)
protected List<String>
collectProcessInstanceIds()
protected void
writeUserOperationLog(CommandContext commandContext, int numInstances, boolean async)
protected void
writeUserOperationLogAsync(CommandContext commandContext, int numInstances)
-
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, isRetryable
-
-
-
-
Field Detail
-
builder
protected UpdateExternalTaskRetriesBuilderImpl builder
-
-
Constructor Detail
-
AbstractSetExternalTaskRetriesCmd
public AbstractSetExternalTaskRetriesCmd(UpdateExternalTaskRetriesBuilderImpl builder)
-
-
Method Detail
-
collectExternalTaskIds
protected BatchElementConfiguration collectExternalTaskIds(CommandContext commandContext)
-
writeUserOperationLog
protected void writeUserOperationLog(CommandContext commandContext, int numInstances, boolean async)
-
writeUserOperationLogAsync
protected void writeUserOperationLogAsync(CommandContext commandContext, int numInstances)
-
-