org.camunda.bpm.engine.impl.batch.deletion
Class DeleteProcessInstanceBatchConfiguration
java.lang.Object
org.camunda.bpm.engine.impl.batch.AbstractProcessInstanceBatchConfiguration
org.camunda.bpm.engine.impl.batch.deletion.DeleteProcessInstanceBatchConfiguration
public class DeleteProcessInstanceBatchConfiguration
- extends AbstractProcessInstanceBatchConfiguration
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
DeleteProcessInstanceBatchConfiguration
public DeleteProcessInstanceBatchConfiguration()
create
public static DeleteProcessInstanceBatchConfiguration create(List<String> processInstanceIds,
String deleteReason)
getDeleteReason
public String getDeleteReason()
setDeleteReason
public void setDeleteReason(String deleteReason)
Copyright © 2016 camunda services GmbH. All rights reserved.