org.camunda.bpm.engine.impl.batch.deletion
Class DeleteProcessInstanceBatchConfiguration
java.lang.Object
org.camunda.bpm.engine.impl.batch.BatchConfiguration
org.camunda.bpm.engine.impl.batch.deletion.DeleteProcessInstanceBatchConfiguration
public class DeleteProcessInstanceBatchConfiguration
- extends BatchConfiguration
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:
DeleteProcessInstanceBatchConfigurationJsonConverter
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
deleteReason
protected String deleteReason
skipCustomListeners
protected boolean skipCustomListeners
DeleteProcessInstanceBatchConfiguration
public DeleteProcessInstanceBatchConfiguration(List<String> ids,
boolean skipCustomListeners)
DeleteProcessInstanceBatchConfiguration
public DeleteProcessInstanceBatchConfiguration(List<String> ids,
String deleteReason,
boolean skipCustomListeners)
getDeleteReason
public String getDeleteReason()
setDeleteReason
public void setDeleteReason(String deleteReason)
isSkipCustomListeners
public boolean isSkipCustomListeners()
Copyright © 2017 camunda services GmbH. All rights reserved.