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
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeleteHistoricDecisionInstanceByDefinitionIdCmd(String decisionDefinitionId) -
Method Summary
Modifier and TypeMethodDescriptionexecute(CommandContext commandContext) protected longgetDecisionInstanceCount(CommandContext commandContext) protected voidwriteUserOperationLog(CommandContext commandContext, long 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