public interface GroupComputer
GroupComputer
s.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.
|
boolean |
hasGroup(String name)
Returns true if the given group exists.
|
List<String> |
searchGroups(Map<String,Serializable> filter,
Set<String> fulltext)
Searches for a group.
|
List<String> getGroupsForUser(NuxeoPrincipalImpl nuxeoPrincipal)
List<String> getAllGroupIds()
List<String> getGroupMembers(String groupName)
List<String> searchGroups(Map<String,Serializable> filter, Set<String> fulltext)
boolean hasGroup(String name)
Copyright © 2015 Nuxeo SA. All rights reserved.