Class GetCmmnModelCmd

java.lang.Object
org.flowable.cmmn.engine.impl.cmd.GetCmmnModelCmd
All Implemented Interfaces:
Command<org.flowable.cmmn.model.CmmnModel>

public class GetCmmnModelCmd extends Object implements Command<org.flowable.cmmn.model.CmmnModel>
Author:
Joram Barrez
  • Field Details

    • caseDefinitionId

      protected String caseDefinitionId
  • Constructor Details

    • GetCmmnModelCmd

      public GetCmmnModelCmd(String caseDefinitionId)
  • Method Details

    • execute

      public org.flowable.cmmn.model.CmmnModel execute(CommandContext commandContext)
      Specified by:
      execute in interface Command<org.flowable.cmmn.model.CmmnModel>