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
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionprotected BatchElementConfigurationcollectExternalTaskIds(CommandContext commandContext) protected voidwriteUserOperationLog(CommandContext commandContext, int numInstances, boolean async) protected voidwriteUserOperationLogAsync(CommandContext commandContext, int numInstances) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.camunda.bpm.engine.impl.interceptor.Command
execute, isRetryable
-
Field Details
-
builder
-
-
Constructor Details
-
AbstractSetExternalTaskRetriesCmd
-
-
Method Details
-
collectProcessInstanceIds
-
collectExternalTaskIds
-
writeUserOperationLog
protected void writeUserOperationLog(CommandContext commandContext, int numInstances, boolean async) -
writeUserOperationLogAsync
-