-
Bug
-
Resolution: Fixed
-
Major
-
4.2.0
-
None
-
None
-
4.2 M9
Before data model refactoring we can call for example zoneItem.getServiceParameters().getString(paramName, defaultValue)
With a new API of ModelAwareDataHolder we do not have the equivalent anymore.
Futhermore, the former API throws a UnknowMetadataException when the data does not exist. The new API returns null.
And the javadoc says nothing about this !!
- duplicates
-
REPOSITORY-409 Review model aware data holder's getValue methods behavior if the path is wrong
- Closed
-
REPOSITORY-406 Model aware data holders should be able to retrieve the default value from the model
- Closed