Package | Description |
---|---|
com.flowable.form.engine | |
com.flowable.form.model |
Modifier and Type | Method and Description |
---|---|
Object |
FormDataModelVariablesExtractor.extractVariableFromFormPayload(FormDataModel formDataModel,
Map<String,Object> modifiedData,
Map<String,Object> originalData,
List<FormVariable> dataModelVariableTypes)
Get the variable for the
formDataModel from the
provided modifiedData . |
Modifier and Type | Field and Description |
---|---|
protected Map<String,FormDataModel> |
FlowableFormModel.dataModel |
Modifier and Type | Method and Description |
---|---|
Map<String,FormDataModel> |
FlowableFormModel.getDataModel() |
Modifier and Type | Method and Description |
---|---|
void |
FlowableFormModel.setDataModel(Map<String,FormDataModel> dataModel) |