Package org.camunda.bpm.engine.impl.cmd
Class AbstractUpdateProcessInstancesSuspendStateCmd<T>
java.lang.Object
org.camunda.bpm.engine.impl.cmd.AbstractUpdateProcessInstancesSuspendStateCmd<T>
- All Implemented Interfaces:
Command<T>
- Direct Known Subclasses:
UpdateProcessInstancesSuspendStateBatchCmd
,UpdateProcessInstancesSuspendStateCmd
-
Field Summary
-
Constructor Summary
ConstructorDescriptionAbstractUpdateProcessInstancesSuspendStateCmd
(CommandExecutor commandExecutor, UpdateProcessInstancesSuspensionStateBuilderImpl builder, boolean suspending) -
Method Summary
Modifier and TypeMethodDescriptionprotected BatchElementConfiguration
collectProcessInstanceIds
(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
-
commandExecutor
-
suspending
protected boolean suspending
-
-
Constructor Details
-
AbstractUpdateProcessInstancesSuspendStateCmd
public AbstractUpdateProcessInstancesSuspendStateCmd(CommandExecutor commandExecutor, UpdateProcessInstancesSuspensionStateBuilderImpl builder, boolean suspending)
-
-
Method Details
-
collectProcessInstanceIds
-
writeUserOperationLog
protected void writeUserOperationLog(CommandContext commandContext, int numInstances, boolean async) -
writeUserOperationLogAsync
-