Package org.camunda.bpm.engine.impl
Class ModificationBatchConfiguration
java.lang.Object
org.camunda.bpm.engine.impl.batch.BatchConfiguration
org.camunda.bpm.engine.impl.ModificationBatchConfiguration
-
Field Summary
Modifier and TypeFieldDescriptionprotected List<AbstractProcessInstanceModificationCommand>
protected String
protected boolean
protected boolean
Fields inherited from class org.camunda.bpm.engine.impl.batch.BatchConfiguration
batchId, failIfNotExists, idMappings, ids
-
Constructor Summary
ConstructorDescriptionModificationBatchConfiguration
(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
Modifier and TypeMethodDescriptionboolean
boolean
Methods inherited from class org.camunda.bpm.engine.impl.batch.BatchConfiguration
getBatchId, getIdMappings, getIds, isFailIfNotExists, setBatchId, setFailIfNotExists, setIdMappings, setIds
-
Field Details
-
instructions
-
skipCustomListeners
protected boolean skipCustomListeners -
skipIoMappings
protected boolean skipIoMappings -
processDefinitionId
-
-
Constructor Details
-
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 Details
-
getInstructions
-
getProcessDefinitionId
-
isSkipCustomListeners
public boolean isSkipCustomListeners() -
isSkipIoMappings
public boolean isSkipIoMappings()
-