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