-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Duplicate
-
Affects Version/s: 6.0-HF22, 7.10
-
Fix Version/s: QualifiedToSchedule
-
Component/s: Core, Query & PageProvider
-
Tags:
We need to make improvement on the NXQL language to be able to issue such query :
SELECT collection:documentIds FROM Collection WHERE ecm:uuid = ? AND ecm:mixinType != 'HiddenInNavigation' AND ecm:isCheckedInVersion = 0 AND ecm:currentLifeCycleState != 'deleted'
which will return Document result set (i.e. the collection members) with ACLs filtering.
See complete use case in NXP-17125.