Class DeleteHistoricProcessInstancesBatchCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.batch.DeleteHistoricProcessInstancesBatchCmd
- Author:
- Askar Akhmerov
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeleteHistoricProcessInstancesBatchCmd(List<String> historicProcessInstanceIds, HistoricProcessInstanceQuery historicProcessInstanceQuery, String deleteReason) -
Method Summary
Modifier and TypeMethodDescriptionprotected BatchElementConfigurationcollectHistoricProcessInstanceIds(CommandContext commandContext) execute(CommandContext commandContext) getConfiguration(BatchElementConfiguration elementConfiguration) protected voidwriteUserOperationLog(CommandContext commandContext, int numInstances) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-