Class GetFormModelCmd
- java.lang.Object
-
- org.flowable.form.engine.impl.cmd.GetFormModelCmd
-
- All Implemented Interfaces:
Serializable,Command<FormInfo>
public class GetFormModelCmd extends Object implements Command<FormInfo>, Serializable
- Author:
- Tijs Rademakers
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanfallbackToDefaultTenantprotected StringformDefinitionIdprotected StringformDefinitionKeyprotected StringparentDeploymentIdprotected StringtenantId
-
Constructor Summary
Constructors Constructor Description GetFormModelCmd(String formDefinitionKey, String formDefinitionId)GetFormModelCmd(String formDefinitionKey, String formDefinitionId, String tenantId, boolean fallbackToDefaultTenant)GetFormModelCmd(String formDefinitionKey, String formDefinitionId, String tenantId, String parentDeploymentId, boolean fallbackToDefaultTenant)
-
-
-
Method Detail
-
execute
public FormInfo execute(CommandContext commandContext)
-
-