org.camunda.bpm.engine.impl.cmd
Class ProcessInstanceModificationBatchCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.AbstractModificationCmd<Batch>
org.camunda.bpm.engine.impl.cmd.ProcessInstanceModificationBatchCmd
- All Implemented Interfaces:
- Command<Batch>
public class ProcessInstanceModificationBatchCmd
- extends AbstractModificationCmd<Batch>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOGGER
protected static final CommandLogger LOGGER
ProcessInstanceModificationBatchCmd
public ProcessInstanceModificationBatchCmd(ModificationBuilderImpl modificationBuilderImpl)
execute
public Batch execute(CommandContext commandContext)
createBatch
protected BatchEntity createBatch(CommandContext commandContext,
List<AbstractProcessInstanceModificationCommand> instructions,
Collection<String> processInstanceIds,
ProcessDefinitionEntity processDefinition)
calculateSize
protected int calculateSize(ProcessEngineConfigurationImpl engineConfiguration,
ModificationBatchConfiguration batchConfiguration)
getBatchJobHandler
protected BatchJobHandler<ModificationBatchConfiguration> getBatchJobHandler(ProcessEngineConfigurationImpl processEngineConfiguration)
Copyright © 2017 camunda services GmbH. All rights reserved.