Class GetFormInstanceModelCmd
java.lang.Object
com.flowable.form.engine.impl.cmd.AbstractGetFormInstanceModelCmd
com.flowable.form.engine.impl.cmd.GetFormInstanceModelCmd
- All Implemented Interfaces:
Serializable, org.flowable.common.engine.impl.interceptor.Command<org.flowable.form.api.FormInstanceInfo>
- Author:
- Tijs Rademakers
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionGetFormInstanceModelCmd(String formDefinitionKey, String parentDeploymentId, String formDefinitionId, String taskId, String processInstanceId, String tenantId, Map<String, Object> variables, boolean fallbackToDefaultTenant) GetFormInstanceModelCmd(String formDefinitionKey, String parentDeploymentId, String formDefinitionId, String taskId, String processInstanceId, Map<String, Object> variables) GetFormInstanceModelCmd(String formDefinitionKey, String formDefinitionId, String taskId, String processInstanceId, Map<String, Object> variables) GetFormInstanceModelCmd(String formInstanceId, Map<String, Object> variables) -
Method Summary
Methods inherited from class AbstractGetFormInstanceModelCmd
execute, initializeValues, initializeValuesForScope, resolveFormDefinition, resolveFormInstance, resolveFormInstanceModel
-
Constructor Details
-
GetFormInstanceModelCmd
-
GetFormInstanceModelCmd
-
GetFormInstanceModelCmd
-
GetFormInstanceModelCmd
-