public class ProcessInstanceModificationBatchCmd extends AbstractModificationCmd<Batch>
Modifier and Type | Field and Description |
---|---|
protected static CommandLogger |
LOGGER |
builder
Constructor and Description |
---|
ProcessInstanceModificationBatchCmd(ModificationBuilderImpl modificationBuilderImpl) |
Modifier and Type | Method and Description |
---|---|
protected int |
calculateSize(ProcessEngineConfigurationImpl engineConfiguration,
ModificationBatchConfiguration batchConfiguration) |
protected BatchEntity |
createBatch(CommandContext commandContext,
List<AbstractProcessInstanceModificationCommand> instructions,
Collection<String> processInstanceIds,
ProcessDefinitionEntity processDefinition) |
Batch |
execute(CommandContext commandContext) |
protected BatchJobHandler<ModificationBatchConfiguration> |
getBatchJobHandler(ProcessEngineConfigurationImpl processEngineConfiguration) |
collectProcessInstanceIds, getProcessDefinition, writeUserOperationLog
protected static final CommandLogger LOGGER
public ProcessInstanceModificationBatchCmd(ModificationBuilderImpl modificationBuilderImpl)
public Batch execute(CommandContext commandContext)
protected BatchEntity createBatch(CommandContext commandContext, List<AbstractProcessInstanceModificationCommand> instructions, Collection<String> processInstanceIds, ProcessDefinitionEntity processDefinition)
protected int calculateSize(ProcessEngineConfigurationImpl engineConfiguration, ModificationBatchConfiguration batchConfiguration)
protected BatchJobHandler<ModificationBatchConfiguration> getBatchJobHandler(ProcessEngineConfigurationImpl processEngineConfiguration)
Copyright © 2017. All rights reserved.