Uses of Class
com.xpn.xwiki.plugin.rightsmanager.utils.RequestLimit
-
Packages that use RequestLimit Package Description com.xpn.xwiki.plugin.rightsmanager -
-
Uses of RequestLimit in com.xpn.xwiki.plugin.rightsmanager
Methods in com.xpn.xwiki.plugin.rightsmanager with parameters of type RequestLimit Modifier and Type Method Description List<?>
RightsManager. getAllMatchedGlobalUsersOrGroups(boolean user, Object[][] matchFields, boolean withdetails, RequestLimit limit, Object[][] order, XWikiContext context)
Get all users or groups in the main wiki.List<?>
RightsManager. getAllMatchedLocalUsersOrGroups(boolean user, Object[][] matchFields, boolean withdetails, RequestLimit limit, Object[][] order, XWikiContext context)
Get all users or groups in the current wiki.List<?>
RightsManager. getAllMatchedUsersOrGroups(boolean user, Object[][] matchFields, boolean withdetails, RequestLimit limit, Object[][] order, XWikiContext context)
Get all users or groups in the main wiki and the current.List<?>
RightsManager. getAllMatchedWikiUsersOrGroups(boolean user, String wikiName, Object[][] matchFields, boolean withdetails, RequestLimit limit, Object[][] order, XWikiContext context)
Get all users or groups in the provided wiki.
-