<?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: Alfresco 2.0 - APIs for managing groups and users in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-2-0-apis-for-managing-groups-and-users/m-p/61978#M38583</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The 2.0 Web Services only provide support for user administration (Administration Service).&amp;nbsp; However, it is our intent to expand the web services to cover all aspects of Alfresco in v2.1.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Jan 2007 14:01:53 GMT</pubDate>
    <dc:creator>davidc</dc:creator>
    <dc:date>2007-01-25T14:01:53Z</dc:date>
    <item>
      <title>Alfresco 2.0 - APIs for managing groups and users</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-2-0-apis-for-managing-groups-and-users/m-p/61977#M38582</link>
      <description>Hi all.With pleasure I can see that the new version of Alfresco has been released to the community, so I would like to propose again some questions I made some weeks ago, hoping someone (but above all the Alfresco engineers and developers) could give the community some useful scratches to resolve pr</description>
      <pubDate>Thu, 25 Jan 2007 11:28:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-2-0-apis-for-managing-groups-and-users/m-p/61977#M38582</guid>
      <dc:creator>sergio</dc:creator>
      <dc:date>2007-01-25T11:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco 2.0 - APIs for managing groups and users</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-2-0-apis-for-managing-groups-and-users/m-p/61978#M38583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The 2.0 Web Services only provide support for user administration (Administration Service).&amp;nbsp; However, it is our intent to expand the web services to cover all aspects of Alfresco in v2.1.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jan 2007 14:01:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-2-0-apis-for-managing-groups-and-users/m-p/61978#M38583</guid>
      <dc:creator>davidc</dc:creator>
      <dc:date>2007-01-25T14:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco 2.0 - APIs for managing groups and users</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-2-0-apis-for-managing-groups-and-users/m-p/61979#M38584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So David, what can you suggest me to do in order to resolve the following problems?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) how to get a list of users belonging to a group;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) how to get all the groups a user belongs to.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is is possible to resolve them only using Lucene queries or not?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like to explain why I need to know these aspects….&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In my project users belong to groups. Each user is able to upload files and each uploaded file should become property of the entire group the user belongs to. So, when a user decides to search for metadata and data against the repository, the Alfresco search engine has to provide the user with both the user's data and all the data uploaded by the group the user belongs to. Definitively, I need to get all the data not for the current logged user, but for the group the user belongs to.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Every suggestion will be appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope you could give me a hand, this is the most diffucult problem at the moment.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;All the best,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sergio&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jan 2007 15:30:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-2-0-apis-for-managing-groups-and-users/m-p/61979#M38584</guid>
      <dc:creator>sergio</dc:creator>
      <dc:date>2007-01-25T15:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco 2.0 - APIs for managing groups and users</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-2-0-apis-for-managing-groups-and-users/m-p/61980#M38585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There are two APIs you can use:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Java Foundation API&amp;nbsp; (AuthorityService) &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Alfresco_Content_Management_Java_API" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Alfresco_Content_Management_Java_API&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;- JavaScript API &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/JavaScript_API#People_API" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/JavaScript_API#People_API&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The Web Services do not currently support groups.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't believe Lucnene search can support your queries.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jan 2007 09:56:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-2-0-apis-for-managing-groups-and-users/m-p/61980#M38585</guid>
      <dc:creator>davidc</dc:creator>
      <dc:date>2007-01-26T09:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco 2.0 - APIs for managing groups and users</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-2-0-apis-for-managing-groups-and-users/m-p/61981#M38586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Many thanks David!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am actually investigating the Java Foundation APIs, I do not prefer Javascript!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;All the best,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sergio&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jan 2007 10:46:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-2-0-apis-for-managing-groups-and-users/m-p/61981#M38586</guid>
      <dc:creator>sergio</dc:creator>
      <dc:date>2007-01-26T10:46:41Z</dc:date>
    </item>
  </channel>
</rss>

