-
Type: New Feature
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Upgrade notes:
-
Sprint:Sprint RepoTeam 7.1-1
We need a way to add ACL-related clauses to NXQL.
Example of suggested syntax:
SELECT * FROM Document WHERE ecm:acl/*1/name = 'local' and ecm:acl/*1/grant = 0
SELECT * FROM Document WHERE ecm:acl/*/principal = 'bob'
Note that the goal is not to find all documents to which given permissions apply, but just those on which a specific ACL is set. In other words it doesn't do inheritance (which needs optimized indexes like the one we have for Browse).