org.camunda.bpm.engine.impl.dmn.cmd
Class DeleteHistoricDecisionInstanceByInstanceIdCmd

java.lang.Object
  extended by 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

Field Summary
protected  String historicDecisionInstanceId
           
 
Constructor Summary
DeleteHistoricDecisionInstanceByInstanceIdCmd(String historicDecisionInstanceId)
           
 
Method Summary
 Object execute(CommandContext commandContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

historicDecisionInstanceId

protected final String historicDecisionInstanceId
Constructor Detail

DeleteHistoricDecisionInstanceByInstanceIdCmd

public DeleteHistoricDecisionInstanceByInstanceIdCmd(String historicDecisionInstanceId)
Method Detail

execute

public Object execute(CommandContext commandContext)
Specified by:
execute in interface Command<Object>


Copyright © 2017 camunda services GmbH. All rights reserved.