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)