Uses of Class
org.xwiki.user.group.GroupException
-
Packages that use GroupException Package Description org.xwiki.user.group -
-
Uses of GroupException in org.xwiki.user.group
Methods in org.xwiki.user.group that throw GroupException Modifier and Type Method Description Collection<DocumentReference>
GroupManager. getGroups(DocumentReference member, Object wikiTarget, boolean recurse)
Search groups the passed user or group is member of.Collection<DocumentReference>
GroupManager. getMembers(DocumentReference group, boolean recurse)
Retrieve the users and groups which are the members of the passed group.
-