Class GetDeploymentCaseDiagramCmd

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

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

    • caseDefinitionId

      protected String caseDefinitionId
  • Constructor Details

    • GetDeploymentCaseDiagramCmd

      public GetDeploymentCaseDiagramCmd(String caseDefinitionId)
  • Method Details