Class GetFormModelWithVariablesCmd
java.lang.Object
com.flowable.form.engine.impl.cmd.GetFormModelWithVariablesCmd
- All Implemented Interfaces:
Serializable
,Command<FormInfo>
- Author:
- Tijs Rademakers
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGetFormModelWithVariablesCmd
(String formDefinitionKey, String parentDeploymentId, String formDefinitionId, String taskId, String tenantId, Map<String, Object> variables, boolean fallbackToDefaultTenant) GetFormModelWithVariablesCmd
(String formDefinitionKey, String parentDeploymentId, String formDefinitionId, String taskId, Map<String, Object> variables) GetFormModelWithVariablesCmd
(String formDefinitionKey, String formDefinitionId, String taskId, Map<String, Object> variables) -
Method Summary
Modifier and TypeMethodDescriptionexecute
(CommandContext commandContext) protected void
initializeValues
(String formDefinitionKey, String formDefinitionId, String tenantId, Map<String, Object> variables) protected FormDefinitionCacheEntry
resolveFormDefinition
(CommandContext commandContext) protected FormInfo
resolveFormModel
(FormDefinitionCacheEntry formCacheEntry, CommandContext commandContext)
-
Field Details
-
DATE_FORMAT
-
formDefinitionKey
-
parentDeploymentId
-
formDefinitionId
-
taskId
-
tenantId
-
variables
-
fallbackToDefaultTenant
protected boolean fallbackToDefaultTenant
-
-
Constructor Details
-
GetFormModelWithVariablesCmd
-
GetFormModelWithVariablesCmd
-
GetFormModelWithVariablesCmd
-
-
Method Details
-
execute
-
initializeValues
-
resolveFormDefinition
-
resolveFormModel
protected FormInfo resolveFormModel(FormDefinitionCacheEntry formCacheEntry, CommandContext commandContext)
-