Uses of Class
com.xpn.xwiki.plugin.rightsmanager.utils.RequestLimit

Packages that use RequestLimit
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
 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.
 



Copyright © 2004–2014 XWiki. All rights reserved.