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 |
failIfNotExists, ids
Constructor and Description |
---|
DeleteProcessInstanceBatchConfiguration(List<String> ids,
boolean skipCustomListeners,
boolean skipSubprocesses) |
DeleteProcessInstanceBatchConfiguration(List<String> ids,
String deleteReason,
boolean skipCustomListeners) |
DeleteProcessInstanceBatchConfiguration(List<String> ids,
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) |
getIds, isFailIfNotExists, setFailIfNotExists, setIds
protected String deleteReason
protected boolean skipCustomListeners
protected boolean skipSubprocesses
public DeleteProcessInstanceBatchConfiguration(List<String> ids, boolean skipCustomListeners, boolean skipSubprocesses)
public DeleteProcessInstanceBatchConfiguration(List<String> ids, String deleteReason, boolean skipCustomListeners)
public String getDeleteReason()
public void setDeleteReason(String deleteReason)
public boolean isSkipCustomListeners()
public boolean isSkipSubprocesses()
public void setSkipSubprocesses(boolean skipSubprocesses)
Copyright © 2022. All rights reserved.