Interface GroupComputerLabelled
-
- All Superinterfaces:
GroupComputer
public interface GroupComputerLabelled extends GroupComputer
Group Computer implementing this interface will expose Group with specific label. Group Computer implementing onlyGroupComputer
will expose group with label is the same as groupId- Since:
- 5.7.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getLabel(String groupName)
-
Methods inherited from interface org.nuxeo.ecm.platform.computedgroups.GroupComputer
getAllGroupIds, getGroupMembers, getGroupsForUser, getParentsGroupNames, getSubGroupsNames, hasGroup, searchGroups, searchGroups
-
-