Uses of Class
com.flowable.form.model.FormDataModel
Packages that use FormDataModel
-
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)