Class GetDeploymentCaseModelCmd

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

public class GetDeploymentCaseModelCmd extends Object implements Command<InputStream>, Serializable
Author:
Roman Smirnov
See Also:
  • Field Details

    • caseDefinitionId

      protected String caseDefinitionId
  • Constructor Details

    • GetDeploymentCaseModelCmd

      public GetDeploymentCaseModelCmd(String caseDefinitionId)
  • Method Details