<?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 List of roles as a list[SOLVED] in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/get-list-of-roles-as-a-list-solved/m-p/224010#M177140</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;is it possible to get this list within alfresco share?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cause neither in admin console, nor in the share-permissions it is possble to see what groups has permission to the site, until i enter one or three letters of the name.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and * for every group does not work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;best regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thomas&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 13 Mar 2010 15:26:22 GMT</pubDate>
    <dc:creator>stegbth</dc:creator>
    <dc:date>2010-03-13T15:26:22Z</dc:date>
    <item>
      <title>Get List of roles as a list[SOLVED]</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/get-list-of-roles-as-a-list-solved/m-p/224008#M177138</link>
      <description>Hi,Is there a way I can get a list of all roles returned through the Javascript API or Java API?&amp;nbsp; To clarify, the roles include Coordinator, Collaborator, Contributor, Editor, Consumer.&amp;nbsp; I would like to be able to retrieve this list(along with any other roles I've created myself).</description>
      <pubDate>Wed, 10 Mar 2010 03:14:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/get-list-of-roles-as-a-list-solved/m-p/224008#M177138</guid>
      <dc:creator>sgomez</dc:creator>
      <dc:date>2010-03-10T03:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: Get List of roles as a list[SOLVED]</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/get-list-of-roles-as-a-list-solved/m-p/224009#M177139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Found the solution.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In 3.2, I can call the permission service and retrieve all settable permissions for a node (From Java Doc API: &lt;/SPAN&gt;&lt;A href="http://dev.alfresco.com/resource/docs/java/repository/org/alfresco/repo/security/permissions/impl/PermissionServiceImpl.html" rel="nofollow noopener noreferrer"&gt;http://dev.alfresco.com/resource/docs/java/repository/org/alfresco/repo/security/permissions/impl/PermissionServiceImpl.html&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set&amp;lt;String&amp;gt; permissions = new HashSet&amp;lt;String&amp;gt;();&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; permissions.addAll(serviceRegistry.getPermissionService().getSettablePermissions(nodeRef));&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Mar 2010 21:17:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/get-list-of-roles-as-a-list-solved/m-p/224009#M177139</guid>
      <dc:creator>sgomez</dc:creator>
      <dc:date>2010-03-11T21:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: Get List of roles as a list[SOLVED]</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/get-list-of-roles-as-a-list-solved/m-p/224010#M177140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;is it possible to get this list within alfresco share?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cause neither in admin console, nor in the share-permissions it is possble to see what groups has permission to the site, until i enter one or three letters of the name.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and * for every group does not work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;best regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thomas&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Mar 2010 15:26:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/get-list-of-roles-as-a-list-solved/m-p/224010#M177140</guid>
      <dc:creator>stegbth</dc:creator>
      <dc:date>2010-03-13T15:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: Get List of roles as a list[SOLVED]</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/get-list-of-roles-as-a-list-solved/m-p/224011#M177141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Stegbth,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry for the late reply.&amp;nbsp; Unfortunately I do not have the answer with regards to Alfresco share.&amp;nbsp; My solution is done all in a java-backed webscript.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Sonny&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Mar 2010 22:28:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/get-list-of-roles-as-a-list-solved/m-p/224011#M177141</guid>
      <dc:creator>sgomez</dc:creator>
      <dc:date>2010-03-26T22:28:47Z</dc:date>
    </item>
  </channel>
</rss>

