public abstract class AbstractRestartProcessInstanceCmd<T> extends Object implements Command<T>
| Modifier and Type | Field and Description | 
|---|---|
| protected RestartProcessInstanceBuilderImpl | builder | 
| protected CommandExecutor | commandExecutor | 
| Constructor and Description | 
|---|
| AbstractRestartProcessInstanceCmd(CommandExecutor commandExecutor,
                                 RestartProcessInstanceBuilderImpl builder) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Collection<String> | collectProcessInstanceIds() | 
| protected ProcessDefinitionEntity | getProcessDefinition(CommandContext commandContext,
                    String processDefinitionId) | 
| protected void | writeUserOperationLog(CommandContext commandContext,
                     ProcessDefinition processDefinition,
                     int numInstances,
                     boolean async) | 
protected CommandExecutor commandExecutor
protected RestartProcessInstanceBuilderImpl builder
public AbstractRestartProcessInstanceCmd(CommandExecutor commandExecutor, RestartProcessInstanceBuilderImpl builder)
protected Collection<String> collectProcessInstanceIds()
protected void writeUserOperationLog(CommandContext commandContext, ProcessDefinition processDefinition, int numInstances, boolean async)
protected ProcessDefinitionEntity getProcessDefinition(CommandContext commandContext, String processDefinitionId)
Copyright © 2018. All rights reserved.