Class GetDeploymentCaseDiagramCmd

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

public class GetDeploymentCaseDiagramCmd extends Object implements Command<InputStream>
Gives access to a deployed case diagram, e.g., a PNG image, through a stream of bytes.
Author:
Simon Zambrovski
  • Field Details

    • caseDefinitionId

      protected String caseDefinitionId
  • Constructor Details

    • GetDeploymentCaseDiagramCmd

      public GetDeploymentCaseDiagramCmd(String caseDefinitionId)
  • Method Details