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, searchGroups
public List<String> getGroupsForUser(NuxeoPrincipalImpl nuxeoPrincipal)
GroupComputer
public List<String> getAllGroupIds()
GroupComputer
public List<String> getGroupMembers(String groupName)
GroupComputer
public List<String> getParentsGroupNames(String groupName)
GroupComputer
public List<String> getSubGroupsNames(String groupName)
GroupComputer
Copyright © 2015 Nuxeo SA. All rights reserved.