org.camunda.bpm.engine.impl.batch.deletion
Class DeleteProcessInstanceBatchConfiguration

java.lang.Object
  extended by org.camunda.bpm.engine.impl.batch.BatchConfiguration
      extended by 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

Field Summary
protected  String deleteReason
           
protected  boolean skipCustomListeners
           
 
Fields inherited from class org.camunda.bpm.engine.impl.batch.BatchConfiguration
ids
 
Constructor Summary
DeleteProcessInstanceBatchConfiguration(List<String> ids, boolean skipCustomListeners)
           
DeleteProcessInstanceBatchConfiguration(List<String> ids, String deleteReason, boolean skipCustomListeners)
           
 
Method Summary
 String getDeleteReason()
           
 boolean isSkipCustomListeners()
           
 void setDeleteReason(String deleteReason)
           
 
Methods inherited from class org.camunda.bpm.engine.impl.batch.BatchConfiguration
getIds, setIds
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

deleteReason

protected String deleteReason

skipCustomListeners

protected boolean skipCustomListeners
Constructor Detail

DeleteProcessInstanceBatchConfiguration

public DeleteProcessInstanceBatchConfiguration(List<String> ids,
                                               boolean skipCustomListeners)

DeleteProcessInstanceBatchConfiguration

public DeleteProcessInstanceBatchConfiguration(List<String> ids,
                                               String deleteReason,
                                               boolean skipCustomListeners)
Method Detail

getDeleteReason

public String getDeleteReason()

setDeleteReason

public void setDeleteReason(String deleteReason)

isSkipCustomListeners

public boolean isSkipCustomListeners()


Copyright © 2017 camunda services GmbH. All rights reserved.