Class GetCmmnModelCmd
- java.lang.Object
-
- org.flowable.cmmn.engine.impl.cmd.GetCmmnModelCmd
-
-
Field Summary
Fields Modifier and Type Field Description protected StringcaseDefinitionId
-
Constructor Summary
Constructors Constructor Description GetCmmnModelCmd(String caseDefinitionId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.flowable.cmmn.model.CmmnModelexecute(CommandContext commandContext)
-
-
-
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)
-
-