Class DeleteProcessInstanceBatchCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.batch.DeleteProcessInstanceBatchCmd
- Author:
- Askar Akhmerov
-
Field Summary
Modifier and TypeFieldDescriptionprotected final String
protected HistoricProcessInstanceQuery
protected ProcessInstanceQuery
protected boolean
protected boolean
protected boolean
-
Constructor Summary
ConstructorDescriptionDeleteProcessInstanceBatchCmd
(List<String> processInstances, ProcessInstanceQuery processInstanceQuery, HistoricProcessInstanceQuery historicProcessInstanceQuery, String deleteReason, boolean skipCustomListeners, boolean skipSubprocesses, boolean skipIoMappings) -
Method Summary
Modifier and TypeMethodDescriptionprotected BatchElementConfiguration
collectProcessInstanceIds
(CommandContext commandContext) execute
(CommandContext commandContext) getConfiguration
(BatchElementConfiguration elementConfiguration) protected void
writeUserOperationLog
(CommandContext commandContext, int numInstances) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.camunda.bpm.engine.impl.interceptor.Command
isRetryable
-
Field Details
-
deleteReason
-
processInstanceIds
-
processInstanceQuery
-
historicProcessInstanceQuery
-
skipCustomListeners
protected boolean skipCustomListeners -
skipSubprocesses
protected boolean skipSubprocesses -
skipIoMappings
protected boolean skipIoMappings
-
-
Constructor Details
-
DeleteProcessInstanceBatchCmd
public DeleteProcessInstanceBatchCmd(List<String> processInstances, ProcessInstanceQuery processInstanceQuery, HistoricProcessInstanceQuery historicProcessInstanceQuery, String deleteReason, boolean skipCustomListeners, boolean skipSubprocesses, boolean skipIoMappings)
-
-
Method Details