<?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: Get users in group via a paging result using the AuthorityService in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/get-users-in-group-via-a-paging-result-using-the/m-p/44007#M18016</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Roberto.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to do what you suggested and i actually turned out to work fine! Thanks a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 03 Feb 2019 20:59:27 GMT</pubDate>
    <dc:creator>kring</dc:creator>
    <dc:date>2019-02-03T20:59:27Z</dc:date>
    <item>
      <title>Get users in group via a paging result using the AuthorityService</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/get-users-in-group-via-a-paging-result-using-the/m-p/44004#M18013</link>
      <description>Hi,Is it possible to get the users from an Alfresco group as a paging result by using the AuthorityService in Java?I have been looking at the methods of the AuthorityService but I cannot find an appropriate method to do this. The methods that come closest to what I need are these two&lt;IMG id="smileytongue" class="emoticon emoticon-smileytongue" src="https://migration33.stage.lithium.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;ublic PagingRe</description>
      <pubDate>Wed, 30 Jan 2019 08:14:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/get-users-in-group-via-a-paging-result-using-the/m-p/44004#M18013</guid>
      <dc:creator>kring</dc:creator>
      <dc:date>2019-01-30T08:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: Get users in group via a paging result using the AuthorityService</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/get-users-in-group-via-a-paging-result-using-the/m-p/44005#M18014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could try to encapsulate the call to getContainedAuthorities in a function that accept a PagingRequest parameter and return a PagingResults value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You must handle yourself the creation of the object PagingResults in the new function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2019 01:51:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/get-users-in-group-via-a-paging-result-using-the/m-p/44005#M18014</guid>
      <dc:creator>roberto_gamiz</dc:creator>
      <dc:date>2019-01-31T01:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: Get users in group via a paging result using the AuthorityService</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/get-users-in-group-via-a-paging-result-using-the/m-p/44006#M18015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Roberto,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your reply and your suggestion. Unfortunately, I do not think that it will work in my case due to performance issues. Some of the groups in my Alfresco system have a large number of users (~1500), so the call to &lt;SPAN style="font-family: courier new, courier, monospace;"&gt;getContainedAuthorities&lt;/SPAN&gt; will be the bottleneck, i.e. this call will probably be the time consuming part of the processing. But I will investigate your idea further - otherwise I will have to make some more low-level calls to Alfresco - maybe make a call to the DB directly instead of using the &lt;SPAN style="font-family: courier new, courier, monospace;"&gt;AuthorityService&lt;/SPAN&gt;. I can also see that there is an &lt;SPAN style="font-family: courier new, courier, monospace;"&gt;AuthoityDAO&lt;/SPAN&gt; interface which may be of use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2019 08:27:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/get-users-in-group-via-a-paging-result-using-the/m-p/44006#M18015</guid>
      <dc:creator>kring</dc:creator>
      <dc:date>2019-01-31T08:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: Get users in group via a paging result using the AuthorityService</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/get-users-in-group-via-a-paging-result-using-the/m-p/44007#M18016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Roberto.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to do what you suggested and i actually turned out to work fine! Thanks a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Feb 2019 20:59:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/get-users-in-group-via-a-paging-result-using-the/m-p/44007#M18016</guid>
      <dc:creator>kring</dc:creator>
      <dc:date>2019-02-03T20:59:27Z</dc:date>
    </item>
  </channel>
</rss>

