Class GetDeploymentDecisionDiagramCmd

java.lang.Object
org.operaton.bpm.engine.impl.dmn.cmd.GetDeploymentDecisionDiagramCmd
All Implemented Interfaces:
Command<InputStream>

public class GetDeploymentDecisionDiagramCmd extends Object implements Command<InputStream>
Gives access to a deployed decision diagram, e.g., a PNG image, through a stream of bytes.
  • Field Details

    • decisionDefinitionId

      protected String decisionDefinitionId
  • Constructor Details

    • GetDeploymentDecisionDiagramCmd

      public GetDeploymentDecisionDiagramCmd(String decisionDefinitionId)
  • Method Details