org.camunda.bpm.engine.impl
Class ModificationBatchConfiguration

java.lang.Object
  extended by org.camunda.bpm.engine.impl.batch.BatchConfiguration
      extended by org.camunda.bpm.engine.impl.ModificationBatchConfiguration

public class ModificationBatchConfiguration
extends BatchConfiguration


Field Summary
protected  List<AbstractProcessInstanceModificationCommand> instructions
           
protected  String processDefinitionId
           
protected  boolean skipCustomListeners
           
protected  boolean skipIoMappings
           
 
Fields inherited from class org.camunda.bpm.engine.impl.batch.BatchConfiguration
ids
 
Constructor Summary
ModificationBatchConfiguration(List<String> ids, String processDefinitionId, List<AbstractProcessInstanceModificationCommand> instructions, boolean skipCustomListeners, boolean skipIoMappings)
           
 
Method Summary
 List<AbstractProcessInstanceModificationCommand> getInstructions()
           
 String getProcessDefinitionId()
           
 boolean isSkipCustomListeners()
           
 boolean isSkipIoMappings()
           
 
Methods inherited from class org.camunda.bpm.engine.impl.batch.BatchConfiguration
getIds, setIds
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instructions

protected List<AbstractProcessInstanceModificationCommand> instructions

skipCustomListeners

protected boolean skipCustomListeners

skipIoMappings

protected boolean skipIoMappings

processDefinitionId

protected String processDefinitionId
Constructor Detail

ModificationBatchConfiguration

public ModificationBatchConfiguration(List<String> ids,
                                      String processDefinitionId,
                                      List<AbstractProcessInstanceModificationCommand> instructions,
                                      boolean skipCustomListeners,
                                      boolean skipIoMappings)
Method Detail

getInstructions

public List<AbstractProcessInstanceModificationCommand> getInstructions()

getProcessDefinitionId

public String getProcessDefinitionId()

isSkipCustomListeners

public boolean isSkipCustomListeners()

isSkipIoMappings

public boolean isSkipIoMappings()


Copyright © 2017 camunda services GmbH. All rights reserved.