Class GetFormModelCmd
java.lang.Object
com.flowable.form.engine.impl.cmd.GetFormModelCmd
- All Implemented Interfaces:
Serializable
,org.flowable.common.engine.impl.interceptor.Command<org.flowable.form.api.FormInfo>
public class GetFormModelCmd
extends Object
implements org.flowable.common.engine.impl.interceptor.Command<org.flowable.form.api.FormInfo>, Serializable
- Author:
- Tijs Rademakers
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGetFormModelCmd
(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 Summary
Modifier and TypeMethodDescriptionorg.flowable.form.api.FormInfo
execute
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Field Details
-
formDefinitionKey
-
formDefinitionId
-
tenantId
-
parentDeploymentId
-
fallbackToDefaultTenant
protected boolean fallbackToDefaultTenant
-
-
Constructor Details
-
GetFormModelCmd
-
GetFormModelCmd
-
GetFormModelCmd
-
-
Method Details
-
execute
public org.flowable.form.api.FormInfo execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) - Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<org.flowable.form.api.FormInfo>
-