|
Nuxeo Enterprise Platform 5.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GroupComputer
Interface that must be implemented by all contributed GroupComputers.
| Method Summary | |
|---|---|
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,
HashSet<String> fulltext)
Searches for a group. |
| Method Detail |
|---|
List<String> getGroupsForUser(NuxeoPrincipalImpl nuxeoPrincipal)
throws Exception
Exception
List<String> getAllGroupIds()
throws Exception
Exception
List<String> getGroupMembers(String groupName)
throws Exception
Exception
List<String> getParentsGroupNames(String groupName)
throws Exception
Exception
List<String> getSubGroupsNames(String groupName)
throws Exception
Exception
List<String> searchGroups(Map<String,Serializable> filter,
HashSet<String> fulltext)
throws Exception
Exception
boolean hasGroup(String name)
throws Exception
Exception
|
Nuxeo Enterprise Platform 5.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||