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

java.lang.Object
  extended by org.camunda.bpm.engine.impl.dmn.cmd.GetDeploymentDecisionDefinitionCmd
All Implemented Interfaces:
Serializable, Command<DecisionDefinition>

public class GetDeploymentDecisionDefinitionCmd
extends Object
implements Command<DecisionDefinition>, Serializable

Gives access to a deployed decision definition instance.

See Also:
Serialized Form

Field Summary
protected  String decisionDefinitionId
           
 
Constructor Summary
GetDeploymentDecisionDefinitionCmd(String decisionDefinitionId)
           
 
Method Summary
 DecisionDefinition 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 String decisionDefinitionId
Constructor Detail

GetDeploymentDecisionDefinitionCmd

public GetDeploymentDecisionDefinitionCmd(String decisionDefinitionId)
Method Detail

execute

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


Copyright © 2016 camunda services GmbH. All rights reserved.