org.camunda.bpm.engine.impl.dmn.cmd
Class GetDeploymentDmnModelInstanceCmd
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
decisionDefinitionId
protected String decisionDefinitionId
GetDeploymentDmnModelInstanceCmd
public GetDeploymentDmnModelInstanceCmd(String decisionDefinitionId)
execute
public org.camunda.bpm.model.dmn.DmnModelInstance execute(CommandContext commandContext)
- Specified by:
execute in interface Command<org.camunda.bpm.model.dmn.DmnModelInstance>
Copyright © 2017 camunda services GmbH. All rights reserved.