Class DeleteHistoricProcessInstancesBatchCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.batch.DeleteHistoricProcessInstancesBatchCmd
- Author:
- Askar Akhmerov
-
Field Summary
-
Constructor Summary
ConstructorDescriptionDeleteHistoricProcessInstancesBatchCmd
(List<String> historicProcessInstanceIds, HistoricProcessInstanceQuery historicProcessInstanceQuery, String deleteReason) -
Method Summary
Modifier and TypeMethodDescriptionprotected BatchElementConfiguration
collectHistoricProcessInstanceIds
(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
-
historicProcessInstanceIds
-
historicProcessInstanceQuery
-
-
Constructor Details
-
DeleteHistoricProcessInstancesBatchCmd
public DeleteHistoricProcessInstancesBatchCmd(List<String> historicProcessInstanceIds, HistoricProcessInstanceQuery historicProcessInstanceQuery, String deleteReason)
-
-
Method Details
-
execute
-
collectHistoricProcessInstanceIds
protected BatchElementConfiguration collectHistoricProcessInstanceIds(CommandContext commandContext) -
getHistoricProcessInstanceIds
-
writeUserOperationLog
-
getConfiguration
-