Uses of Class
com.flowable.form.model.FormDataModel
-
Packages that use FormDataModel Package Description com.flowable.form.engine com.flowable.form.model -
-
Uses of FormDataModel in com.flowable.form.engine
Methods in com.flowable.form.engine with parameters of type FormDataModel Modifier and Type Method Description Object
FormDataModelVariablesExtractor. 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 FormDataModel Modifier and Type Field Description protected Map<String,FormDataModel>
FlowableFormModel. dataModel
Methods in com.flowable.form.model that return types with arguments of type FormDataModel Modifier and Type Method Description Map<String,FormDataModel>
FlowableFormModel. getDataModel()
Method parameters in com.flowable.form.model with type arguments of type FormDataModel Modifier and Type Method Description void
FlowableFormModel. setDataModel(Map<String,FormDataModel> dataModel)
-