- All Implemented Interfaces:
Command<org.flowable.cmmn.model.CmmnModel>
public class GetCmmnModelCmd
extends Object
implements Command<org.flowable.cmmn.model.CmmnModel>
- Author:
- Joram Barrez
-
-
Constructor Summary
Constructors
-
Method Summary
org.flowable.cmmn.model.CmmnModel
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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>