Class GetStartFormModelCmd
- java.lang.Object
-
- org.flowable.cmmn.engine.impl.cmd.GetStartFormModelCmd
-
- All Implemented Interfaces:
Serializable,Command<FormInfo>
public class GetStartFormModelCmd extends Object implements Command<FormInfo>, Serializable
- Author:
- Yvo Swillens
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringcaseDefinitionIdprotected StringcaseInstanceId
-
Constructor Summary
Constructors Constructor Description GetStartFormModelCmd(String caseDefinitionId, String caseInstanceId)
-
-
-
Method Detail
-
execute
public FormInfo execute(CommandContext commandContext)
-
-