org.camunda.bpm.engine.impl.dmn.cmd
Class DeleteHistoricDecisionInstanceByDefinitionIdCmd
java.lang.Object
org.camunda.bpm.engine.impl.dmn.cmd.DeleteHistoricDecisionInstanceByDefinitionIdCmd
- All Implemented Interfaces:
- Command<Object>
public class DeleteHistoricDecisionInstanceByDefinitionIdCmd
- extends Object
- implements Command<Object>
Deletes historic decision instances with the given id of the decision definition.
- Author:
- Philipp Ossler
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
decisionDefinitionId
protected final String decisionDefinitionId
DeleteHistoricDecisionInstanceByDefinitionIdCmd
public DeleteHistoricDecisionInstanceByDefinitionIdCmd(String decisionDefinitionId)
execute
public Object execute(CommandContext commandContext)
- Specified by:
execute in interface Command<Object>
Copyright © 2017 camunda services GmbH. All rights reserved.