Class 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 Detail

      • caseDefinitionId

        protected String caseDefinitionId
    • Constructor Detail

      • GetCmmnModelCmd

        public GetCmmnModelCmd​(String caseDefinitionId)
    • Method Detail

      • execute

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