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

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

Field Summary
protected  String decisionDefinitionId
           
 
Constructor Summary
DeleteHistoricDecisionInstanceByDefinitionIdCmd(String decisionDefinitionId)
           
 
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

decisionDefinitionId

protected final String decisionDefinitionId
Constructor Detail

DeleteHistoricDecisionInstanceByDefinitionIdCmd

public DeleteHistoricDecisionInstanceByDefinitionIdCmd(String decisionDefinitionId)
Method Detail

execute

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


Copyright © 2017 camunda services GmbH. All rights reserved.