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
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionprotected BatchElementConfiguration
collectExternalTaskIds
(CommandContext commandContext) 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 Details
-
builder
-
-
Constructor Details
-
AbstractSetExternalTaskRetriesCmd
-
-
Method Details
-
collectProcessInstanceIds
-
collectExternalTaskIds
-
writeUserOperationLog
protected void writeUserOperationLog(CommandContext commandContext, int numInstances, boolean async) -
writeUserOperationLogAsync
-