Uses of Class
com.flowable.form.model.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 java.lang.Object
FormDataModelVariablesExtractor. extractVariableFromFormPayload(FormDataModel formDataModel, java.util.Map<java.lang.String,java.lang.Object> modifiedData, java.util.Map<java.lang.String,java.lang.Object> originalData)
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 java.util.Map<java.lang.String,FormDataModel>
FlowableFormModel. dataModel
Methods in com.flowable.form.model that return types with arguments of type FormDataModel Modifier and Type Method Description java.util.Map<java.lang.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(java.util.Map<java.lang.String,FormDataModel> dataModel)