-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.9.5
-
Fix Version/s: 6.0
-
Component/s: Content Views, Query & PageProvider
-
Tags:
-
Impact type:API change
-
Upgrade notes:
-
Sprint:Sprint DM/Studio 5.9.6-1
Current page providers use a session that's given in the page provider properties. It would be useful to specify that query should be run as unrestricted using a property "useUrestrictedSession" for instance.
When run as unrestricted, document models should be detached when retrieved, unless another property "detachDocuments" is set to false.
Same feature is also needed for the default page provider using the CoreSession#queryAndFetch method.
- is duplicated by
-
NXP-11119 Allow running CoreQueryDocumentPageProvider in unrestricted mode
- Resolved