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