-
Type: Sub-task
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.7.3
-
Component/s: Automation, DAM
-
Backlog priority:200
The current Properties object only handle String => String.
Using a new object, extending Properties that can handle String => Serializable will avoid to serialize to JSON and then deserialize the properties before setting them on a DocumentModel, for instance using the UpdateDocument operation.
This is useful when calling AutomationService directly from the server where we don't want to serialize / deserialize before calling DocumentModel#setPropertyValue.
The DataModelProperties handles only DataModels.
- is required by
-
NXP-11787 Allow to use <String, Object> Properties parameter inside operations
- Resolved