public class ModificationBatchConfiguration extends BatchConfiguration
Modifier and Type | Field and Description |
---|---|
protected List<AbstractProcessInstanceModificationCommand> |
instructions |
protected String |
processDefinitionId |
protected boolean |
skipCustomListeners |
protected boolean |
skipIoMappings |
batchId, failIfNotExists, idMappings, ids
Constructor and Description |
---|
ModificationBatchConfiguration(List<String> ids,
DeploymentMappings mappings,
String processDefinitionId,
List<AbstractProcessInstanceModificationCommand> instructions,
boolean skipCustomListeners,
boolean skipIoMappings) |
ModificationBatchConfiguration(List<String> ids,
String processDefinitionId,
List<AbstractProcessInstanceModificationCommand> instructions,
boolean skipCustomListeners,
boolean skipIoMappings) |
Modifier and Type | Method and Description |
---|---|
List<AbstractProcessInstanceModificationCommand> |
getInstructions() |
String |
getProcessDefinitionId() |
boolean |
isSkipCustomListeners() |
boolean |
isSkipIoMappings() |
getBatchId, getIdMappings, getIds, isFailIfNotExists, setBatchId, setFailIfNotExists, setIdMappings, setIds
protected List<AbstractProcessInstanceModificationCommand> instructions
protected boolean skipCustomListeners
protected boolean skipIoMappings
protected String processDefinitionId
public ModificationBatchConfiguration(List<String> ids, String processDefinitionId, List<AbstractProcessInstanceModificationCommand> instructions, boolean skipCustomListeners, boolean skipIoMappings)
public ModificationBatchConfiguration(List<String> ids, DeploymentMappings mappings, String processDefinitionId, List<AbstractProcessInstanceModificationCommand> instructions, boolean skipCustomListeners, boolean skipIoMappings)
public List<AbstractProcessInstanceModificationCommand> getInstructions()
public String getProcessDefinitionId()
public boolean isSkipCustomListeners()
public boolean isSkipIoMappings()
Copyright © 2022. All rights reserved.