<?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: Pls provide me a query for the access details (User details and level of access) for all the folders in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/pls-provide-me-a-query-for-the-access-details-user-details-and/m-p/14453#M6355</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For one folder you can simply use the Alfresco (Script) API to get the data without having to write a SQL against the database. E.g. use the &lt;A href="https://github.com/share-extras/js-console" rel="nofollow noopener noreferrer"&gt;JavaScript Console&lt;/A&gt; addon to write a JavaScript, &lt;A href="http://docs.alfresco.com/5.2/references/API-JS-findNode.html" rel="nofollow noopener noreferrer"&gt;resolve the folder node,&lt;/A&gt;&amp;nbsp;&lt;A href="http://docs.alfresco.com/5.2/references/API-JS-getPermissions.html" rel="nofollow noopener noreferrer"&gt;access its permissions&lt;/A&gt;&amp;nbsp;and print out the data you want via the "print" function that the JavaScript Console provides. Of course you can do this without the JavaScript Console by just writing a JavaScript-backed web script and render the results via FreeMarker.&lt;/P&gt;&lt;P&gt;The problematic / hard thing to do is getting this kind of data for a bulk set of nodes, which your original question suggested ("for each folder") - for single or a few nodes the API is sufficient - it just does not scale well in terms of performance to more than a few dozen nodes per transaction / request.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Aug 2017 06:35:26 GMT</pubDate>
    <dc:creator>afaust</dc:creator>
    <dc:date>2017-08-21T06:35:26Z</dc:date>
    <item>
      <title>Pls provide me a query for the access details (User details and level of access) for all the folders</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/pls-provide-me-a-query-for-the-access-details-user-details-and/m-p/14449#M6351</link>
      <description>I need sql query for each folder - user details and level of access. Kindly help us. &amp;nbsp;&amp;nbsp;</description>
      <pubDate>Thu, 17 Aug 2017 12:52:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/pls-provide-me-a-query-for-the-access-details-user-details-and/m-p/14449#M6351</guid>
      <dc:creator>abiram2008raj</dc:creator>
      <dc:date>2017-08-17T12:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: Pls provide me a query for the access details (User details and level of access) for all the folders</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/pls-provide-me-a-query-for-the-access-details-user-details-and/m-p/14450#M6352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no such thing. Access level permissions and their data management is so extremely abstracted that you cannot retrieve the information easily with a few SQL queries. It takes a lot of complex processing to get the information you need.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2017 20:46:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/pls-provide-me-a-query-for-the-access-details-user-details-and/m-p/14450#M6352</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2017-08-17T20:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: Pls provide me a query for the access details (User details and level of access) for all the folders</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/pls-provide-me-a-query-for-the-access-details-user-details-and/m-p/14451#M6353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abiram,&lt;BR /&gt;&lt;BR /&gt;Axel is right and gave you the answer.&lt;BR /&gt;One clarification from my side: your goal is to retrieve the data and you want to know "who can do what" or are you looking for a query to "update" the permits?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Aug 2017 13:56:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/pls-provide-me-a-query-for-the-access-details-user-details-and/m-p/14451#M6353</guid>
      <dc:creator>fcorti</dc:creator>
      <dc:date>2017-08-18T13:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: Pls provide me a query for the access details (User details and level of access) for all the folders</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/pls-provide-me-a-query-for-the-access-details-user-details-and/m-p/14452#M6354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Corti,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need select query. I tell a example one folder name called "&lt;STRONG&gt;Sample&lt;/STRONG&gt;". &amp;nbsp;In that sample folder we gave access for lot of users. Right now i want who are the people have access in that folder and what kind of access they have like Manager , Collaborator some thing . i think this is possible. Please provide me a update.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 06:07:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/pls-provide-me-a-query-for-the-access-details-user-details-and/m-p/14452#M6354</guid>
      <dc:creator>abiram2008raj</dc:creator>
      <dc:date>2017-08-21T06:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: Pls provide me a query for the access details (User details and level of access) for all the folders</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/pls-provide-me-a-query-for-the-access-details-user-details-and/m-p/14453#M6355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For one folder you can simply use the Alfresco (Script) API to get the data without having to write a SQL against the database. E.g. use the &lt;A href="https://github.com/share-extras/js-console" rel="nofollow noopener noreferrer"&gt;JavaScript Console&lt;/A&gt; addon to write a JavaScript, &lt;A href="http://docs.alfresco.com/5.2/references/API-JS-findNode.html" rel="nofollow noopener noreferrer"&gt;resolve the folder node,&lt;/A&gt;&amp;nbsp;&lt;A href="http://docs.alfresco.com/5.2/references/API-JS-getPermissions.html" rel="nofollow noopener noreferrer"&gt;access its permissions&lt;/A&gt;&amp;nbsp;and print out the data you want via the "print" function that the JavaScript Console provides. Of course you can do this without the JavaScript Console by just writing a JavaScript-backed web script and render the results via FreeMarker.&lt;/P&gt;&lt;P&gt;The problematic / hard thing to do is getting this kind of data for a bulk set of nodes, which your original question suggested ("for each folder") - for single or a few nodes the API is sufficient - it just does not scale well in terms of performance to more than a few dozen nodes per transaction / request.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 06:35:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/pls-provide-me-a-query-for-the-access-details-user-details-and/m-p/14453#M6355</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2017-08-21T06:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: Pls provide me a query for the access details (User details and level of access) for all the folders</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/pls-provide-me-a-query-for-the-access-details-user-details-and/m-p/14454#M6356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes if it possible for each folder who have access and what kind of access. Sql is very helpful then javascript. I m not that much aware of JS. if possible share sql for each folder or bulk folder.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 06:40:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/pls-provide-me-a-query-for-the-access-details-user-details-and/m-p/14454#M6356</guid>
      <dc:creator>abiram2008raj</dc:creator>
      <dc:date>2017-08-21T06:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: Pls provide me a query for the access details (User details and level of access) for all the folders</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/pls-provide-me-a-query-for-the-access-details-user-details-and/m-p/14455#M6357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #222222; background-color: #ffffff; font-size: 12.8px;"&gt;I need simple SQL Query -&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;&amp;nbsp;if it possible for each folder who have access and what kind of access. Please help me out&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Aug 2017 12:23:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/pls-provide-me-a-query-for-the-access-details-user-details-and/m-p/14455#M6357</guid>
      <dc:creator>abiram2008raj</dc:creator>
      <dc:date>2017-08-23T12:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: Pls provide me a query for the access details (User details and level of access) for all the folders</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/pls-provide-me-a-query-for-the-access-details-user-details-and/m-p/14456#M6358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Again, a "simple" SQL query is not possible...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Aug 2017 12:38:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/pls-provide-me-a-query-for-the-access-details-user-details-and/m-p/14456#M6358</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2017-08-23T12:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: Pls provide me a query for the access details (User details and level of access) for all the folders</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/pls-provide-me-a-query-for-the-access-details-user-details-and/m-p/14457#M6359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;&lt;STRONG&gt;I need select query for one folder&lt;/STRONG&gt;&amp;nbsp; no Javascript. &amp;nbsp;I tell a example one folder name called "&lt;/SPAN&gt;&lt;SPAN style="color: #727174; background-color: #ffffff; border: 0px; font-weight: bold; font-size: 14px;"&gt;Sample&lt;/SPAN&gt;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;".&amp;nbsp; In that sample folder we gave access for lot of users. Right now i want who are the people have access in that folder and what kind of access they have like Manager , Collaborator some thing . i think this is possible. Please provide me a update.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Aug 2017 12:42:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/pls-provide-me-a-query-for-the-access-details-user-details-and/m-p/14457#M6359</guid>
      <dc:creator>abiram2008raj</dc:creator>
      <dc:date>2017-08-23T12:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: Pls provide me a query for the access details (User details and level of access) for all the folders</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/pls-provide-me-a-query-for-the-access-details-user-details-and/m-p/14458#M6360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can i get the list in &lt;STRONG&gt;excel format&lt;/STRONG&gt;. each folder who have access . what kind of access. In community Edition.&amp;nbsp;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://connect.hyland.com/legacyfs/online/alfresco/15878_xl.jpg" style="width: 620px; height: 349px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Aug 2017 13:58:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/pls-provide-me-a-query-for-the-access-details-user-details-and/m-p/14458#M6360</guid>
      <dc:creator>abiram2008raj</dc:creator>
      <dc:date>2017-08-23T13:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: Pls provide me a query for the access details (User details and level of access) for all the folders</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/pls-provide-me-a-query-for-the-access-details-user-details-and/m-p/14459#M6361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is nothing available out of the box that does exactly what you want so you're going to have to roll up your sleeves and do the work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Axel gave you a great answer detailing how to do it. Please try it out and report back with the specific area that gives you trouble.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Aug 2017 14:16:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/pls-provide-me-a-query-for-the-access-details-user-details-and/m-p/14459#M6361</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2017-08-24T14:16:14Z</dc:date>
    </item>
  </channel>
</rss>

