org.camunda.bpm.engine.impl.cmd
Class ProcessInstanceModificationBatchCmd

java.lang.Object
  extended by org.camunda.bpm.engine.impl.cmd.AbstractModificationCmd<Batch>
      extended by org.camunda.bpm.engine.impl.cmd.ProcessInstanceModificationBatchCmd
All Implemented Interfaces:
Command<Batch>

public class ProcessInstanceModificationBatchCmd
extends AbstractModificationCmd<Batch>


Field Summary
protected static CommandLogger LOGGER
           
 
Fields inherited from class org.camunda.bpm.engine.impl.cmd.AbstractModificationCmd
builder
 
Constructor Summary
ProcessInstanceModificationBatchCmd(ModificationBuilderImpl modificationBuilderImpl)
           
 
Method Summary
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)
           
 
Methods inherited from class org.camunda.bpm.engine.impl.cmd.AbstractModificationCmd
collectProcessInstanceIds, getProcessDefinition, writeUserOperationLog
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOGGER

protected static final CommandLogger LOGGER
Constructor Detail

ProcessInstanceModificationBatchCmd

public ProcessInstanceModificationBatchCmd(ModificationBuilderImpl modificationBuilderImpl)
Method Detail

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.