public abstract class AbstractGroupComputer extends Object implements GroupComputer
GroupComputer implementation. Provides a naive implementation for searchGroups method.| Constructor and Description |
|---|
AbstractGroupComputer() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasGroup(String name)
Default implementation that returns true if method
GroupComputer.getAllGroupIds() contains given group
name. |
List<String> |
searchGroups(Map<String,Serializable> filter,
Set<String> fulltext)
Default implementation that searches on all ids for a match.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAllGroupIds, getGroupMembers, getGroupsForUser, getParentsGroupNames, getSubGroupsNamespublic List<String> searchGroups(Map<String,Serializable> filter, Set<String> fulltext)
searchGroups in interface GroupComputerpublic boolean hasGroup(String name)
GroupComputer.getAllGroupIds() contains given group
name.hasGroup in interface GroupComputerCopyright © 2015 Nuxeo SA. All rights reserved.