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 | 
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) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDeleteReason() | 
| boolean | isSkipCustomListeners() | 
| boolean | isSkipSubprocesses() | 
| void | setDeleteReason(String deleteReason) | 
| void | setSkipSubprocesses(boolean skipSubprocesses) | 
getIds, setIdsprotected 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 © 2018. All rights reserved.