Class DeleteHistoricDecisionInstancesBatchCmd
java.lang.Object
org.camunda.bpm.engine.impl.dmn.cmd.DeleteHistoricDecisionInstancesBatchCmd
-
Field Summary
-
Constructor Summary
ConstructorDescriptionDeleteHistoricDecisionInstancesBatchCmd
(List<String> ids, HistoricDecisionInstanceQuery query, String deleteReason) -
Method Summary
Modifier and TypeMethodDescriptionprotected BatchElementConfiguration
collectHistoricDecisionInstanceIds
(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
-
historicDecisionInstanceIds
-
historicDecisionInstanceQuery
-
deleteReason
-
-
Constructor Details
-
DeleteHistoricDecisionInstancesBatchCmd
public DeleteHistoricDecisionInstancesBatchCmd(List<String> ids, HistoricDecisionInstanceQuery query, String deleteReason)
-
-
Method Details
-
execute
-
collectHistoricDecisionInstanceIds
protected BatchElementConfiguration collectHistoricDecisionInstanceIds(CommandContext commandContext) -
writeUserOperationLog
-
getConfiguration
-