org.camunda.bpm.engine.impl
Class ModificationBatchConfiguration
java.lang.Object
org.camunda.bpm.engine.impl.batch.BatchConfiguration
org.camunda.bpm.engine.impl.ModificationBatchConfiguration
public class ModificationBatchConfiguration
- extends BatchConfiguration
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
instructions
protected List<AbstractProcessInstanceModificationCommand> instructions
skipCustomListeners
protected boolean skipCustomListeners
skipIoMappings
protected boolean skipIoMappings
processDefinitionId
protected String processDefinitionId
ModificationBatchConfiguration
public ModificationBatchConfiguration(List<String> ids,
String processDefinitionId,
List<AbstractProcessInstanceModificationCommand> instructions,
boolean skipCustomListeners,
boolean skipIoMappings)
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.