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 Collection<String> | collectProcessInstanceIds() | 
| protected void | writeUserOperationLog(CommandContext commandContext,
                     int numInstances,
                     boolean async) | 
protected UpdateProcessInstancesSuspensionStateBuilderImpl builder
protected CommandExecutor commandExecutor
protected boolean suspending
public AbstractUpdateProcessInstancesSuspendStateCmd(CommandExecutor commandExecutor, UpdateProcessInstancesSuspensionStateBuilderImpl builder, boolean suspending)
protected Collection<String> collectProcessInstanceIds()
protected void writeUserOperationLog(CommandContext commandContext, int numInstances, boolean async)
Copyright © 2018. All rights reserved.