'group' display name?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2013 06:53 AM
Hello,
I query alfresco groups using SOAP web services and I am able to list subgroups of a group using AccessControlServiceSoapPort, like this:
However I would also like to get display names, but I don't see any method in generated WS stubs that would provide for that. Am I missing something?
Thanks!
I query alfresco groups using SOAP web services and I am able to list subgroups of a group using AccessControlServiceSoapPort, like this:
List<String> authorities = accesControlService.getChildAuthorities("GROUP_matrix", filter);
However I would also like to get display names, but I don't see any method in generated WS stubs that would provide for that. Am I missing something?
Thanks!
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2013 08:18 AM
The group names are not available over the SOAP API. I suggest you use the REST API instead.
