Class DeleteProcessInstanceBatchConfiguration
java.lang.Object
org.camunda.bpm.engine.impl.batch.BatchConfiguration
org.camunda.bpm.engine.impl.batch.deletion.DeleteProcessInstanceBatchConfiguration
Configuration object that is passed to the Job that will actually perform execution of
deletion.
This object will be serialized and persisted as run will be performed asynchronously.
- Author:
- Askar Akhmerov
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected boolean
protected boolean
protected boolean
Fields inherited from class org.camunda.bpm.engine.impl.batch.BatchConfiguration
batchId, failIfNotExists, idMappings, ids
-
Constructor Summary
ConstructorDescriptionDeleteProcessInstanceBatchConfiguration
(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, boolean skipIoMappings) -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
void
setDeleteReason
(String deleteReason) void
setSkipIoMappings
(boolean skipIoMappings) void
setSkipSubprocesses
(boolean skipSubprocesses) Methods inherited from class org.camunda.bpm.engine.impl.batch.BatchConfiguration
getBatchId, getIdMappings, getIds, isFailIfNotExists, setBatchId, setFailIfNotExists, setIdMappings, setIds
-
Field Details
-
deleteReason
-
skipCustomListeners
protected boolean skipCustomListeners -
skipSubprocesses
protected boolean skipSubprocesses -
skipIoMappings
protected boolean skipIoMappings
-
-
Constructor Details
-
DeleteProcessInstanceBatchConfiguration
public DeleteProcessInstanceBatchConfiguration(List<String> ids, DeploymentMappings mappings, boolean skipCustomListeners, boolean skipSubprocesses) -
DeleteProcessInstanceBatchConfiguration
public DeleteProcessInstanceBatchConfiguration(List<String> ids, DeploymentMappings mappings, String deleteReason, boolean skipCustomListeners) -
DeleteProcessInstanceBatchConfiguration
public DeleteProcessInstanceBatchConfiguration(List<String> ids, DeploymentMappings mappings, String deleteReason, boolean skipCustomListeners, boolean skipSubprocesses, boolean failIfNotExists, boolean skipIoMappings)
-
-
Method Details
-
getDeleteReason
-
setDeleteReason
-
isSkipCustomListeners
public boolean isSkipCustomListeners() -
isSkipSubprocesses
public boolean isSkipSubprocesses() -
setSkipSubprocesses
public void setSkipSubprocesses(boolean skipSubprocesses) -
isSkipIoMappings
public boolean isSkipIoMappings() -
setSkipIoMappings
public void setSkipIoMappings(boolean skipIoMappings)
-