Uses of Class
org.flowable.form.api.FormInfo
-
Uses of FormInfo in org.flowable.form.api
Subclasses of FormInfo in org.flowable.form.apiMethods in org.flowable.form.api that return FormInfoModifier and TypeMethodDescriptionFormRepositoryService.getFormModelById(String formDefinitionId) FormRepositoryService.getFormModelByKey(String formDefinitionKey) FormRepositoryService.getFormModelByKey(String formDefinitionKey, String tenantId, boolean fallbackToDefaultTenant) FormRepositoryService.getFormModelByKeyAndParentDeploymentId(String formDefinitionKey, String parentDeploymentId) FormRepositoryService.getFormModelByKeyAndParentDeploymentId(String formDefinitionKey, String parentDeploymentId, String tenantId, boolean fallbackToDefaultTenant) FormService.getFormModelWithVariablesById(String formDefinitionId, String taskId, Map<String, Object> variables) FormService.getFormModelWithVariablesById(String formDefinitionId, String taskId, Map<String, Object> variables, String tenantId, boolean fallbackToDefaultTenant) FormService.getFormModelWithVariablesByKey(String formDefinitionKey, String taskId, Map<String, Object> variables) FormService.getFormModelWithVariablesByKey(String formDefinitionKey, String taskId, Map<String, Object> variables, String tenantId, boolean fallbackToDefaultTenant) FormService.getFormModelWithVariablesByKeyAndParentDeploymentId(String formDefinitionKey, String parentDeploymentId, String taskId, Map<String, Object> variables) FormService.getFormModelWithVariablesByKeyAndParentDeploymentId(String formDefinitionKey, String parentDeploymentId, String taskId, Map<String, Object> variables, String tenantId, boolean fallbackToDefaultTenant) Methods in org.flowable.form.api with parameters of type FormInfoModifier and TypeMethodDescriptionFormService.createFormInstance(Map<String, Object> variables, FormInfo formInfo, String taskId, String processInstanceId, String processDefinitionId, String tenantId, String outcome) Store the submitted form values.FormService.createFormInstanceWithScopeId(Map<String, Object> variables, FormInfo formInfo, String taskId, String scopeId, String scopeType, String scopeDefinitionId, String tenantId, String outcome) voidFormFieldHandler.enrichFormFields(FormInfo formInfo) FormService.getVariablesFromFormSubmission(String elementId, String elementType, String scopeId, String scopeDefinitionId, String scopeType, FormInfo formInfo, Map<String, Object> values, String outcome) voidFormFieldHandler.handleFormFieldsOnSubmit(FormInfo formInfo, String taskId, String processInstanceId, String scopeId, String scopeType, Map<String, Object> variables, String tenantId) FormService.saveFormInstance(Map<String, Object> variables, FormInfo formInfo, String taskId, String processInstanceId, String processDefinitionId, String tenantId, String outcome) FormService.saveFormInstanceWithScopeId(Map<String, Object> variables, FormInfo formInfo, String taskId, String scopeId, String scopeType, String scopeDefinitionId, String tenantId, String outcome) voidFormService.validateFormFields(String elementId, String elementType, String scopeId, String scopeDefinitionId, String scopeType, FormInfo formInfo, Map<String, Object> values) Apply validation restrictions on the submitted variables