The DocumentModel context data is a ScopedMap but the scoping features are actually unused and confusing. Remove them.
Any usage of ScopedMap or ScopeType is deprecated and will be removed in the future. Instead of ScopedMap use Map<String, Serializable>. Instead of ScopeType in getContextData and putContextData use equivalent methods without a scope.
- is required by
-
NXP-24045 Remove deprecated ScopedMap and ScopeType
- Resolved