Uses of Class
com.flowable.form.model.FormDataModel
Packages that use FormDataModel
Package
Description
-
Uses of FormDataModel in com.flowable.form.engine
Methods in com.flowable.form.engine with parameters of type FormDataModelModifier and TypeMethodDescriptionFormDataModelVariablesExtractor.extractVariableFromFormPayload
(FormDataModel formDataModel, Map<String, Object> modifiedData, Map<String, Object> originalData, List<FormVariable> dataModelVariableTypes) Get the variable for theformDataModel
from the providedmodifiedData
. -
Uses of FormDataModel in com.flowable.form.model
Fields in com.flowable.form.model with type parameters of type FormDataModelMethods in com.flowable.form.model that return types with arguments of type FormDataModelMethod parameters in com.flowable.form.model with type arguments of type FormDataModelModifier and TypeMethodDescriptionvoid
FlowableFormModel.setDataModel
(Map<String, FormDataModel> dataModel) -
Uses of FormDataModel in com.flowable.platform.common.form
Methods in com.flowable.platform.common.form with parameters of type FormDataModelModifier and TypeMethodDescriptionFormPayloadHelper.getFormDataModelListVariable
(String submittedKey, FormDataModel formDataModel, List<Map<String, Object>> variables, Map<String, Object> originalPayload, Map<String, List<FormVariable>> variableTypes, com.fasterxml.jackson.databind.ObjectMapper objectMapper, List<FormVariable> dataModelVariableTypes) protected static Object
FormPayloadHelper.getFormDataModelVariable
(String submittedKey, FormDataModel formDataModel, Map<String, Object> dataModelValues, Map<String, Object> originalDataModelValues, Map<String, List<FormVariable>> variableTypes, com.fasterxml.jackson.databind.ObjectMapper objectMapper, List<FormVariable> dataModelVariableTypes) protected static boolean
FormPayloadHelper.treatValueAsDataObject
(Map<?, ?> value, FormDataModel formDataModel) -
Uses of FormDataModel in com.flowable.platform.service.dataobject
Methods in com.flowable.platform.service.dataobject with parameters of type FormDataModelModifier and TypeMethodDescriptionDataObjectFormDataModelVariablesExtractor.extractVariableFromFormPayload
(FormDataModel formDataModel, Map<String, Object> formModifiedData, Map<String, Object> originalData, List<FormVariable> dataModelVariableTypes) protected void
DataObjectFormDataModelVariablesExtractor.verifyAllowedToCreate
(FormDataModel model) -
Uses of FormDataModel in com.flowable.platform.service.task
Fields in com.flowable.platform.service.task with type parameters of type FormDataModelModifier and TypeFieldDescriptionprotected Map<String,
FormDataModel> FormModelRepresentation.dataModel
Methods in com.flowable.platform.service.task that return types with arguments of type FormDataModelMethod parameters in com.flowable.platform.service.task with type arguments of type FormDataModelModifier and TypeMethodDescriptionvoid
FormModelRepresentation.setDataModel
(Map<String, FormDataModel> dataModel)