public class UserMetadataGroupComputer extends AbstractGroupComputer
| Modifier and Type | Field and Description |
|---|---|
static org.apache.commons.logging.Log |
log |
| Constructor and Description |
|---|
UserMetadataGroupComputer(String xpath,
String groupPattern) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAllGroupIds()
Return all group ids.
|
List<String> |
getGroupMembers(String groupId)
Returns the members for a give group.
|
List<String> |
getGroupsForUser(NuxeoPrincipalImpl user)
Returns the group names for a give User.
|
List<String> |
getParentsGroupNames(String arg0)
Return parent groups.
|
List<String> |
getSubGroupsNames(String arg0)
Returns children groups.
|
boolean |
hasGroup(String groupId)
Default implementation that returns true if method
GroupComputer.getAllGroupIds() contains given group
name. |
getUM, searchGroupspublic static final org.apache.commons.logging.Log log
public UserMetadataGroupComputer(String xpath, String groupPattern)
public List<String> getAllGroupIds()
GroupComputerpublic List<String> getGroupMembers(String groupId)
GroupComputerpublic List<String> getGroupsForUser(NuxeoPrincipalImpl user)
GroupComputerpublic List<String> getParentsGroupNames(String arg0)
GroupComputerpublic List<String> getSubGroupsNames(String arg0)
GroupComputerpublic boolean hasGroup(String groupId)
AbstractGroupComputerGroupComputer.getAllGroupIds() contains given group
name.hasGroup in interface GroupComputerhasGroup in class AbstractGroupComputerCopyright © 2016 Nuxeo SA. All rights reserved.