Package 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
-
-
Field Summary
Fields Modifier and Type Field Description protected List<AbstractProcessInstanceModificationCommand>
instructions
protected String
processDefinitionId
protected boolean
skipCustomListeners
protected boolean
skipIoMappings
-
Fields inherited from class org.camunda.bpm.engine.impl.batch.BatchConfiguration
batchId, failIfNotExists, idMappings, ids
-
-
Constructor Summary
Constructors Constructor Description ModificationBatchConfiguration(List<String> ids, String processDefinitionId, List<AbstractProcessInstanceModificationCommand> instructions, boolean skipCustomListeners, boolean skipIoMappings)
ModificationBatchConfiguration(List<String> ids, DeploymentMappings mappings, String processDefinitionId, List<AbstractProcessInstanceModificationCommand> instructions, boolean skipCustomListeners, boolean skipIoMappings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<AbstractProcessInstanceModificationCommand>
getInstructions()
String
getProcessDefinitionId()
boolean
isSkipCustomListeners()
boolean
isSkipIoMappings()
-
Methods inherited from class org.camunda.bpm.engine.impl.batch.BatchConfiguration
getBatchId, getIdMappings, getIds, isFailIfNotExists, setBatchId, setFailIfNotExists, setIdMappings, setIds
-
-
-
-
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)
-
ModificationBatchConfiguration
public ModificationBatchConfiguration(List<String> ids, DeploymentMappings mappings, 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()
-
-