public class SocialWorkspaceGroupComputer extends AbstractGroupComputer
We have two virtual groups: - members of a social workspace - administrators of a social workspace
It do not provide sub groups.
| Constructor and Description | 
|---|
| SocialWorkspaceGroupComputer() | 
| Modifier and Type | Method and Description | 
|---|---|
| List<String> | getAllGroupIds()Return all group ids. | 
| List<String> | getGroupMembers(String groupName)Returns the members for a give group. | 
| List<String> | getGroupsForUser(NuxeoPrincipalImpl nuxeoPrincipal)Returns the group names for a give User. | 
| List<String> | getParentsGroupNames(String groupName)Return parent groups. | 
| List<String> | getSubGroupsNames(String groupName)Returns children groups. | 
hasGroup, searchGroupspublic List<String> getGroupsForUser(NuxeoPrincipalImpl nuxeoPrincipal) throws Exception
GroupComputerExceptionpublic List<String> getAllGroupIds() throws Exception
GroupComputerExceptionpublic List<String> getGroupMembers(String groupName) throws Exception
GroupComputerExceptionpublic List<String> getParentsGroupNames(String groupName) throws Exception
GroupComputerExceptionCopyright © 2014 Nuxeo SA. All rights reserved.