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
public abstract class AbstractUpdateProcessInstancesSuspendStateCmd<T>
- extends Object
- implements Command<T>
| 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 |
builder
protected UpdateProcessInstancesSuspensionStateBuilderImpl builder
commandExecutor
protected CommandExecutor commandExecutor
suspending
protected boolean suspending
AbstractUpdateProcessInstancesSuspendStateCmd
public AbstractUpdateProcessInstancesSuspendStateCmd(CommandExecutor commandExecutor,
UpdateProcessInstancesSuspensionStateBuilderImpl builder,
boolean suspending)
collectProcessInstanceIds
protected Collection<String> collectProcessInstanceIds()
writeUserOperationLog
protected void writeUserOperationLog(CommandContext commandContext,
int numInstances,
boolean async)
Copyright © 2017 camunda services GmbH. All rights reserved.