public abstract class AbstractUpdateProcessInstancesSuspendStateCmd<T> extends Object implements Command<T>
Modifier and Type | Field and Description |
---|---|
protected UpdateProcessInstancesSuspensionStateBuilderImpl |
builder |
protected CommandExecutor |
commandExecutor |
protected boolean |
suspending |
Constructor and Description |
---|
AbstractUpdateProcessInstancesSuspendStateCmd(CommandExecutor commandExecutor,
UpdateProcessInstancesSuspensionStateBuilderImpl builder,
boolean suspending) |
Modifier and Type | Method and Description |
---|---|
protected BatchElementConfiguration |
collectProcessInstanceIds(CommandContext commandContext) |
protected void |
writeUserOperationLog(CommandContext commandContext,
int numInstances,
boolean async) |
protected void |
writeUserOperationLogAsync(CommandContext commandContext,
int numInstances) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
execute, isRetryable
protected UpdateProcessInstancesSuspensionStateBuilderImpl builder
protected CommandExecutor commandExecutor
protected boolean suspending
public AbstractUpdateProcessInstancesSuspendStateCmd(CommandExecutor commandExecutor, UpdateProcessInstancesSuspensionStateBuilderImpl builder, boolean suspending)
protected BatchElementConfiguration collectProcessInstanceIds(CommandContext commandContext)
protected void writeUserOperationLog(CommandContext commandContext, int numInstances, boolean async)
protected void writeUserOperationLogAsync(CommandContext commandContext, int numInstances)
Copyright © 2022. All rights reserved.