Class DeleteHistoricDecisionInstanceByDefinitionIdCmd
java.lang.Object
org.camunda.bpm.engine.impl.dmn.cmd.DeleteHistoricDecisionInstanceByDefinitionIdCmd
public class DeleteHistoricDecisionInstanceByDefinitionIdCmd
extends Object
implements Command<Object>
Deletes historic decision instances with the given id of the decision definition.
- Author:
- Philipp Ossler
-
Field Summary
-
Constructor Summary
ConstructorDescriptionDeleteHistoricDecisionInstanceByDefinitionIdCmd
(String decisionDefinitionId) -
Method Summary
Modifier and TypeMethodDescriptionexecute
(CommandContext commandContext) protected long
getDecisionInstanceCount
(CommandContext commandContext) protected void
writeUserOperationLog
(CommandContext commandContext, long 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