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

java.lang.Object
  extended by org.camunda.bpm.engine.impl.dmn.cmd.GetDeploymentDmnModelInstanceCmd
All Implemented Interfaces:
Command<org.camunda.bpm.model.dmn.DmnModelInstance>

public class GetDeploymentDmnModelInstanceCmd
extends Object
implements Command<org.camunda.bpm.model.dmn.DmnModelInstance>

Gives access to a deployed DMN model instance which can be accessed by the DMN model API.


Field Summary
protected  String decisionDefinitionId
           
 
Constructor Summary
GetDeploymentDmnModelInstanceCmd(String decisionDefinitionId)
           
 
Method Summary
 org.camunda.bpm.model.dmn.DmnModelInstance 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

GetDeploymentDmnModelInstanceCmd

public GetDeploymentDmnModelInstanceCmd(String decisionDefinitionId)
Method Detail

execute

public org.camunda.bpm.model.dmn.DmnModelInstance execute(CommandContext commandContext)
Specified by:
execute in interface Command<org.camunda.bpm.model.dmn.DmnModelInstance>


Copyright © 2015 camunda services GmbH. All rights reserved.