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.ObjectFormDataModelVariablesExtractor. 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 theformDataModelfrom 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. dataModelMethods 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 voidFlowableFormModel. setDataModel(java.util.Map<java.lang.String,FormDataModel> dataModel)