<?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: Listing User Group in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/listing-user-group/m-p/194739#M147869</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have quite the same problem, I want to create groups using Web Service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you explain me or tell me where to find information on how I can call a Web Script using Web Service?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I found that I can call an action in this way:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;WebServiceFactory.getActionService().executeActions(predicate, new Action[]{userGroupsAction});&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;But I miss the connection between Web Script and Action.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Feb 2009 11:00:50 GMT</pubDate>
    <dc:creator>luca</dc:creator>
    <dc:date>2009-02-02T11:00:50Z</dc:date>
    <item>
      <title>Listing User Group</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/listing-user-group/m-p/194737#M147867</link>
      <description>Hi,I'm using Java Webservice to contact Alfresco from my application.My application uses Alfresco authentication for login to my application.Is there any way to retrive user group details using Webservice API, so that I can identify whether user belongs to MYGROUP or not?Please help me it is very ur</description>
      <pubDate>Thu, 22 Jan 2009 07:05:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/listing-user-group/m-p/194737#M147867</guid>
      <dc:creator>mahkath</dc:creator>
      <dc:date>2009-01-22T07:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: Listing User Group</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/listing-user-group/m-p/194738#M147868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Of course, yes its possible. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I guess, easiest/fast way to solve you problem is to take usage of WebSccript-API of Alfresco and Java Webservices. Create a webscript that obains you user as a RESTParameter and search with the help of authorityService for users:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt; getAuthorityService().getAuthoritiesForUser("user");&lt;BR /&gt;&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;BR /&gt;&lt;SPAN&gt;This could be marshalled as XML (for instance) and turned back to your application.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2009 11:46:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/listing-user-group/m-p/194738#M147868</guid>
      <dc:creator>cheffilet</dc:creator>
      <dc:date>2009-01-30T11:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: Listing User Group</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/listing-user-group/m-p/194739#M147869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have quite the same problem, I want to create groups using Web Service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you explain me or tell me where to find information on how I can call a Web Script using Web Service?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I found that I can call an action in this way:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;WebServiceFactory.getActionService().executeActions(predicate, new Action[]{userGroupsAction});&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;But I miss the connection between Web Script and Action.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2009 11:00:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/listing-user-group/m-p/194739#M147869</guid>
      <dc:creator>luca</dc:creator>
      <dc:date>2009-02-02T11:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: Listing User Group</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/listing-user-group/m-p/194740#M147870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;you can use "Access Control Web Service Enhancements" to retrieve list of groups&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;following link will give you more details&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Access_Control_Web_Service_Future_Enhancements" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Access_Control_Web_Service_Future_Enhancements&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2009 10:29:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/listing-user-group/m-p/194740#M147870</guid>
      <dc:creator>sucheta</dc:creator>
      <dc:date>2009-03-10T10:29:26Z</dc:date>
    </item>
  </channel>
</rss>

