<?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 all groups in alfresco in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/get-all-groups-in-alfresco/m-p/279049#M232179</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;try this &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;groups.getGroupsInZone(shortNameFilter, zone, paging, sortBy)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;shortNameFilter,paging,sortBy are optional parameters&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; If the optional sortBy parameter is given, then the results may be sorted. Possible values are "authorityName" (default), "shortName" and "displayName"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can first try just this it should fetch all the root groups&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;groups.getGroupsInZone(true)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 May 2013 03:41:00 GMT</pubDate>
    <dc:creator>mitpatoliya</dc:creator>
    <dc:date>2013-05-16T03:41:00Z</dc:date>
    <item>
      <title>get all groups in alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/get-all-groups-in-alfresco/m-p/279046#M232176</link>
      <description>Hi,I am trying to implement a admin console module for alfresco share 4.2.c community……..I want to display a list of all groups in Alfresco…I tried the following:var myGroups = groups.getAllRootGroups();but it says that "groups" is not defined….Any idea what might the problem be..?thank u!!</description>
      <pubDate>Thu, 16 May 2013 00:30:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/get-all-groups-in-alfresco/m-p/279046#M232176</guid>
      <dc:creator>alfdeveloper1</dc:creator>
      <dc:date>2013-05-16T00:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: get all groups in alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/get-all-groups-in-alfresco/m-p/279047#M232177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;are you using java or alfrescojavascript?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 May 2013 02:42:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/get-all-groups-in-alfresco/m-p/279047#M232177</guid>
      <dc:creator>mitpatoliya</dc:creator>
      <dc:date>2013-05-16T02:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: get all groups in alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/get-all-groups-in-alfresco/m-p/279048#M232178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am using alfrescoJS..!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 May 2013 03:18:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/get-all-groups-in-alfresco/m-p/279048#M232178</guid>
      <dc:creator>alfdeveloper1</dc:creator>
      <dc:date>2013-05-16T03:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: get all groups in alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/get-all-groups-in-alfresco/m-p/279049#M232179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;try this &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;groups.getGroupsInZone(shortNameFilter, zone, paging, sortBy)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;shortNameFilter,paging,sortBy are optional parameters&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; If the optional sortBy parameter is given, then the results may be sorted. Possible values are "authorityName" (default), "shortName" and "displayName"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can first try just this it should fetch all the root groups&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;groups.getGroupsInZone(true)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 May 2013 03:41:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/get-all-groups-in-alfresco/m-p/279049#M232179</guid>
      <dc:creator>mitpatoliya</dc:creator>
      <dc:date>2013-05-16T03:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: get all groups in alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/get-all-groups-in-alfresco/m-p/279050#M232180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey Mits,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried what u told me to….this tym its not giving any error and no output as well..&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For testing purposes this is wat i did…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;var mygroups=groups.getGroupsInZone(true);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;alert(mygroups);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;but its not giving any alert boxes….&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 May 2013 05:11:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/get-all-groups-in-alfresco/m-p/279050#M232180</guid>
      <dc:creator>alfdeveloper1</dc:creator>
      <dc:date>2013-05-16T05:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: get all groups in alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/get-all-groups-in-alfresco/m-p/279051#M232181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are you on the repo or share.&amp;nbsp;&amp;nbsp; That groups object is only available on the repo.&amp;nbsp; And getGroupsInZone will need the zone name, not a value of true.&amp;nbsp;&amp;nbsp; I suggest you look at how the share group admin console is implemented since its already doing this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 May 2013 14:07:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/get-all-groups-in-alfresco/m-p/279051#M232181</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2013-05-16T14:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: get all groups in alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/get-all-groups-in-alfresco/m-p/279052#M232182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am doing the customization on share…If groups object is not available in share customization then how do I make use of person and authority service?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 May 2013 22:47:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/get-all-groups-in-alfresco/m-p/279052#M232182</guid>
      <dc:creator>alfdeveloper1</dc:creator>
      <dc:date>2013-05-16T22:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: get all groups in alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/get-all-groups-in-alfresco/m-p/279053#M232183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That depends on your use case. What do you need it for, what are you trying to do?&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 May 2013 09:21:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/get-all-groups-in-alfresco/m-p/279053#M232183</guid>
      <dc:creator>zladuric</dc:creator>
      <dc:date>2013-05-20T09:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: get all groups in alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/get-all-groups-in-alfresco/m-p/279054#M232184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey zladuric,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;All I am trying to do is…Create an admin console module in alfresco share that involves appointing a certain resource to a group users…The problem I am facing is that I can't use the Authority Service or the Person Service to fetch the list of users and groups.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 May 2013 22:40:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/get-all-groups-in-alfresco/m-p/279054#M232184</guid>
      <dc:creator>alfdeveloper1</dc:creator>
      <dc:date>2013-05-20T22:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: get all groups in alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/get-all-groups-in-alfresco/m-p/279055#M232185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In share you only have Surf root scoped objects in webscripts, if you need more you should make a repository webscript and then do a share-proxy call to repo webscript.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 17:05:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/get-all-groups-in-alfresco/m-p/279055#M232185</guid>
      <dc:creator>rasm</dc:creator>
      <dc:date>2014-01-15T17:05:48Z</dc:date>
    </item>
  </channel>
</rss>

