<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: NXQL and ACLs in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/nxql-and-acls/m-p/323917#M10918</link>
    <description>&lt;P&gt;Thanks, you are right. The documentation states explicitly&lt;/P&gt;</description>
    <pubDate>Mon, 11 Apr 2022 09:39:17 GMT</pubDate>
    <dc:creator>ElmarKnipp_</dc:creator>
    <dc:date>2022-04-11T09:39:17Z</dc:date>
    <item>
      <title>NXQL and ACLs</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nxql-and-acls/m-p/323915#M10916</link>
      <description>&lt;P&gt;I want to find all folders where special ACLs (Access Control Lists) are used. As a simple example, where a Read access is granted. Whenever I add such a condition (line 1 in my example below), nothing is found. Without the condition, the expected results are retrieved.&lt;/P&gt;
&lt;P&gt;I read &lt;A href="https://doc.nuxeo.com/nxdoc/nxql/" target="test_blank"&gt;https://doc.nuxeo.com/nxdoc/nxql/&lt;/A&gt; and also &lt;A href="https://jira.nuxeo.com/browse/NXP-15970" target="test_blank"&gt;https://jira.nuxeo.com/browse/NXP-15970&lt;/A&gt; so I think I have understood the concept for pseudo-list.&lt;/P&gt;
&lt;P&gt;Here is my query:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;SELECT
  *
FROM
  Document
WHERE
  ecm:acl/*/permission = 'Read' AND
  ecm:isTrashed = 0 AND
  ecm:primaryType = 'Folder'
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Any hints? - Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2022 16:17:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nxql-and-acls/m-p/323915#M10916</guid>
      <dc:creator>ElmarKnipp_</dc:creator>
      <dc:date>2022-03-23T16:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: NXQL and ACLs</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nxql-and-acls/m-p/323916#M10917</link>
      <description>&lt;P&gt;That query looks correct. It only returns local permissions, so if you have inherited Read permissions on a folder, it won't show up in the results.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Apr 2022 17:13:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nxql-and-acls/m-p/323916#M10917</guid>
      <dc:creator>LaraGranite_</dc:creator>
      <dc:date>2022-04-07T17:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: NXQL and ACLs</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nxql-and-acls/m-p/323917#M10918</link>
      <description>&lt;P&gt;Thanks, you are right. The documentation states explicitly&lt;/P&gt;</description>
      <pubDate>Mon, 11 Apr 2022 09:39:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nxql-and-acls/m-p/323917#M10918</guid>
      <dc:creator>ElmarKnipp_</dc:creator>
      <dc:date>2022-04-11T09:39:17Z</dc:date>
    </item>
  </channel>
</rss>

