<?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: Query folders granted to person in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/query-folders-granted-to-person/m-p/79259#M24661</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It&amp;nbsp;should have solved my&amp;nbsp;task, but I am not sure with query syntax.&lt;/P&gt;&lt;P&gt;I have tried all possible variants, for example&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;PATH:"/app:company_home/cm&lt;img id="smileyfrustrated" class="emoticon emoticon-smileyfrustrated" src="https://connect.hyland.com/i/smilies/16x16_smiley-frustrated.png" alt="Smiley Frustrated" title="Smiley Frustrated" /&gt;ED_ROOT//*" AND TYPE:"cm:folder" AND -TYPE:"cm:systemfolder" AND @cm\:READER:"DEMO"&amp;nbsp;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Apr 2018 08:52:32 GMT</pubDate>
    <dc:creator>skushnerenko</dc:creator>
    <dc:date>2018-04-03T08:52:32Z</dc:date>
    <item>
      <title>Query folders granted to person</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/query-folders-granted-to-person/m-p/79257#M24659</link>
      <description>I need to query a full list of folders in folder tree inside a repository, granted to certain person directly (not through inheritence or group membership).Or at least a list of files inside such folders.The purpose is to&amp;nbsp;give access&amp;nbsp;for one person to all folders&amp;nbsp;in repository&amp;nbsp;accessible&amp;nbsp;to another</description>
      <pubDate>Mon, 02 Apr 2018 08:17:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/query-folders-granted-to-person/m-p/79257#M24659</guid>
      <dc:creator>skushnerenko</dc:creator>
      <dc:date>2018-04-02T08:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: Query folders granted to person</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/query-folders-granted-to-person/m-p/79258#M24660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no functionality in Alfresco to query folders by directly assigned permissions. Technically, since SOLR indexes ACLs, you could query&amp;nbsp;using the READER meta field which will be only set to the user name of a&amp;nbsp;specific user if that user has an explicit permission on the node or via inheritance (you'd need to filter out the inheritance after the query). But be aware that you will only get a result based on the eventually consistent index and some structures may not be indexed (i.e. via cm:indexControl).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2018 19:01:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/query-folders-granted-to-person/m-p/79258#M24660</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2018-04-02T19:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: Query folders granted to person</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/query-folders-granted-to-person/m-p/79259#M24661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It&amp;nbsp;should have solved my&amp;nbsp;task, but I am not sure with query syntax.&lt;/P&gt;&lt;P&gt;I have tried all possible variants, for example&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;PATH:"/app:company_home/cm&lt;img id="smileyfrustrated" class="emoticon emoticon-smileyfrustrated" src="https://connect.hyland.com/i/smilies/16x16_smiley-frustrated.png" alt="Smiley Frustrated" title="Smiley Frustrated" /&gt;ED_ROOT//*" AND TYPE:"cm:folder" AND -TYPE:"cm:systemfolder" AND @cm\:READER:"DEMO"&amp;nbsp;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2018 08:52:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/query-folders-granted-to-person/m-p/79259#M24661</guid>
      <dc:creator>skushnerenko</dc:creator>
      <dc:date>2018-04-03T08:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: Query folders granted to person</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/query-folders-granted-to-person/m-p/79260#M24662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;READER is a meta-field and not associated with any namespace. The query should be something like&lt;/P&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;PATH:"/app:company_home/cm:SED_ROOT//*" AND TYPE:"cm:folder" AND -TYPE:"cm:systemfolder" AND READER:"&amp;lt;userName&amp;gt;"&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also note: The @ in FTS queries is absolutely unnecessary - it is only a legacy remnant of the Lucene query syntax.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2018 09:30:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/query-folders-granted-to-person/m-p/79260#M24662</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2018-04-04T09:30:10Z</dc:date>
    </item>
  </channel>
</rss>

