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.
  • Field Details

    • decisionDefinitionId

      protected String decisionDefinitionId
  • Constructor Details

    • GetDeploymentDmnModelInstanceCmd

      public GetDeploymentDmnModelInstanceCmd(String decisionDefinitionId)
  • Method Details

    • execute

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