public class DeleteProcessInstanceBatchConfiguration extends BatchConfiguration
This object will be serialized and persisted as run will be performed asynchronously.
DeleteProcessInstanceBatchConfigurationJsonConverter
Modifier and Type | Field and Description |
---|---|
protected String |
deleteReason |
protected boolean |
skipCustomListeners |
protected boolean |
skipSubprocesses |
batchId, failIfNotExists, idMappings, ids
Constructor and Description |
---|
DeleteProcessInstanceBatchConfiguration(List<String> ids,
DeploymentMappings mappings,
boolean skipCustomListeners,
boolean skipSubprocesses) |
DeleteProcessInstanceBatchConfiguration(List<String> ids,
DeploymentMappings mappings,
String deleteReason,
boolean skipCustomListeners) |
DeleteProcessInstanceBatchConfiguration(List<String> ids,
DeploymentMappings mappings,
String deleteReason,
boolean skipCustomListeners,
boolean skipSubprocesses,
boolean failIfNotExists) |
Modifier and Type | Method and Description |
---|---|
String |
getDeleteReason() |
boolean |
isSkipCustomListeners() |
boolean |
isSkipSubprocesses() |
void |
setDeleteReason(String deleteReason) |
void |
setSkipSubprocesses(boolean skipSubprocesses) |
getBatchId, getIdMappings, getIds, isFailIfNotExists, setBatchId, setFailIfNotExists, setIdMappings, setIds
protected String deleteReason
protected boolean skipCustomListeners
protected boolean skipSubprocesses
public DeleteProcessInstanceBatchConfiguration(List<String> ids, DeploymentMappings mappings, boolean skipCustomListeners, boolean skipSubprocesses)
public DeleteProcessInstanceBatchConfiguration(List<String> ids, DeploymentMappings mappings, String deleteReason, boolean skipCustomListeners)
public DeleteProcessInstanceBatchConfiguration(List<String> ids, DeploymentMappings mappings, String deleteReason, boolean skipCustomListeners, boolean skipSubprocesses, boolean failIfNotExists)
public String getDeleteReason()
public void setDeleteReason(String deleteReason)
public boolean isSkipCustomListeners()
public boolean isSkipSubprocesses()
public void setSkipSubprocesses(boolean skipSubprocesses)
Copyright © 2022. All rights reserved.