Uses of Class
org.flowable.form.api.FormInfo
-
-
Uses of FormInfo in org.flowable.form.api
Subclasses of FormInfo in org.flowable.form.api Modifier and Type Class Description classFormInstanceInfoMethods in org.flowable.form.api that return FormInfo Modifier and Type Method Description FormInfoFormRepositoryService. getFormModelById(String formDefinitionId)FormInfoFormRepositoryService. getFormModelByKey(String formDefinitionKey)FormInfoFormRepositoryService. getFormModelByKey(String formDefinitionKey, String tenantId, boolean fallbackToDefaultTenant)FormInfoFormRepositoryService. getFormModelByKeyAndParentDeploymentId(String formDefinitionKey, String parentDeploymentId)FormInfoFormRepositoryService. getFormModelByKeyAndParentDeploymentId(String formDefinitionKey, String parentDeploymentId, String tenantId, boolean fallbackToDefaultTenant)FormInfoFormService. getFormModelWithVariablesById(String formDefinitionId, String taskId, Map<String,Object> variables)FormInfoFormService. getFormModelWithVariablesById(String formDefinitionId, String taskId, Map<String,Object> variables, String tenantId, boolean fallbackToDefaultTenant)FormInfoFormService. getFormModelWithVariablesByKey(String formDefinitionKey, String taskId, Map<String,Object> variables)FormInfoFormService. getFormModelWithVariablesByKey(String formDefinitionKey, String taskId, Map<String,Object> variables, String tenantId, boolean fallbackToDefaultTenant)FormInfoFormService. getFormModelWithVariablesByKeyAndParentDeploymentId(String formDefinitionKey, String parentDeploymentId, String taskId, Map<String,Object> variables)FormInfoFormService. 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 FormInfo Modifier and Type Method Description FormInstanceFormService. createFormInstance(Map<String,Object> variables, FormInfo formInfo, String taskId, String processInstanceId, String processDefinitionId, String tenantId, String outcome)Store the submitted form values.FormInstanceFormService. createFormInstanceWithScopeId(Map<String,Object> variables, FormInfo formInfo, String taskId, String scopeId, String scopeType, String scopeDefinitionId, String tenantId, String outcome)voidFormFieldHandler. enrichFormFields(FormInfo formInfo)Map<String,Object>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)FormInstanceFormService. saveFormInstance(Map<String,Object> variables, FormInfo formInfo, String taskId, String processInstanceId, String processDefinitionId, String tenantId, String outcome)FormInstanceFormService. 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
-