| Modifier and Type | Class and Description |
|---|---|
class |
FormInstanceInfo |
| Modifier and Type | Method and Description |
|---|---|
FormInfo |
FormRepositoryService.getFormModelById(String formDefinitionId) |
FormInfo |
FormRepositoryService.getFormModelByKey(String formDefinitionKey) |
FormInfo |
FormRepositoryService.getFormModelByKey(String formDefinitionKey,
String tenantId,
boolean fallbackToDefaultTenant) |
FormInfo |
FormRepositoryService.getFormModelByKeyAndParentDeploymentId(String formDefinitionKey,
String parentDeploymentId) |
FormInfo |
FormRepositoryService.getFormModelByKeyAndParentDeploymentId(String formDefinitionKey,
String parentDeploymentId,
String tenantId,
boolean fallbackToDefaultTenant) |
FormInfo |
FormService.getFormModelWithVariablesById(String formDefinitionId,
String taskId,
Map<String,Object> variables) |
FormInfo |
FormService.getFormModelWithVariablesById(String formDefinitionId,
String taskId,
Map<String,Object> variables,
String tenantId,
boolean fallbackToDefaultTenant) |
FormInfo |
FormService.getFormModelWithVariablesByKey(String formDefinitionKey,
String taskId,
Map<String,Object> variables) |
FormInfo |
FormService.getFormModelWithVariablesByKey(String formDefinitionKey,
String taskId,
Map<String,Object> variables,
String tenantId,
boolean fallbackToDefaultTenant) |
FormInfo |
FormService.getFormModelWithVariablesByKeyAndParentDeploymentId(String formDefinitionKey,
String parentDeploymentId,
String taskId,
Map<String,Object> variables) |
FormInfo |
FormService.getFormModelWithVariablesByKeyAndParentDeploymentId(String formDefinitionKey,
String parentDeploymentId,
String taskId,
Map<String,Object> variables,
String tenantId,
boolean fallbackToDefaultTenant) |
| Modifier and Type | Method and Description |
|---|---|
FormInstance |
FormService.createFormInstance(Map<String,Object> variables,
FormInfo formInfo,
String taskId,
String processInstanceId,
String processDefinitionId,
String tenantId,
String outcome)
Store the submitted form values.
|
FormInstance |
FormService.createFormInstanceWithScopeId(Map<String,Object> variables,
FormInfo formInfo,
String taskId,
String scopeId,
String scopeType,
String scopeDefinitionId,
String tenantId,
String outcome) |
void |
FormFieldHandler.enrichFormFields(FormInfo formInfo) |
Map<String,Object> |
FormService.getVariablesFromFormSubmission(FormInfo formInfo,
Map<String,Object> values,
String outcome) |
void |
FormFieldHandler.handleFormFieldsOnSubmit(FormInfo formInfo,
String taskId,
String processInstanceId,
String scopeId,
String scopeType,
Map<String,Object> variables,
String tenantId) |
FormInstance |
FormService.saveFormInstance(Map<String,Object> variables,
FormInfo formInfo,
String taskId,
String processInstanceId,
String processDefinitionId,
String tenantId,
String outcome) |
FormInstance |
FormService.saveFormInstanceWithScopeId(Map<String,Object> variables,
FormInfo formInfo,
String taskId,
String scopeId,
String scopeType,
String scopeDefinitionId,
String tenantId,
String outcome) |
void |
FormService.validateFormFields(FormInfo formInfo,
Map<String,Object> values)
Apply validation restrictions on the submitted variables
|
Copyright © 2022 Flowable. All rights reserved.