Class 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 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>