public interface FormDataModelVariablesExtractor
Modifier and Type | Method and Description |
---|---|
Object |
extractVariableFromFormPayload(FormDataModel formDataModel,
Map<String,Object> modifiedData,
Map<String,Object> originalData,
List<FormVariable> dataModelVariableTypes)
Get the variable for the
formDataModel from the
provided modifiedData . |
Object extractVariableFromFormPayload(FormDataModel formDataModel, Map<String,Object> modifiedData, Map<String,Object> originalData, List<FormVariable> dataModelVariableTypes)
formDataModel
from the
provided modifiedData
.
The modifiedData
will contain the transformed data that has been changed in the
form request. The originalData
contains the data before the changes by the submitformDataModel
- The form data model definitionmodifiedData
- The transformed modified data from the form payloadoriginalData
- The original data before the user changesdataModelVariableTypes
-