Uses of Interface
com.atlassian.user.search.page.Pager

Packages that use Pager
com.atlassian.user   
com.atlassian.user.search   
 

Uses of Pager in com.atlassian.user
 

Methods in com.atlassian.user that return Pager
 Pager<java.lang.String> GroupManager.getExternalMemberNames(Group group)
          Retrieves the names of those members of the specified group which are stored in another repository.
 Pager<Group> GroupManager.getGroups()
          Retrieves all groups in this repository.
 Pager<Group> GroupManager.getGroups(User user)
          Retrieves the groups to which the given user belongs.
 Pager<java.lang.String> GroupManager.getLocalMemberNames(Group group)
          Retrieves the names of those members of the specified group which are also stored in this repository.
 Pager<java.lang.String> GroupManager.getMemberNames(Group group)
          Retrieves the names of all members of the specified group.
 Pager<java.lang.String> UserManager.getUserNames()
           
 Pager<User> UserManager.getUsers()
           
 

Uses of Pager in com.atlassian.user.search
 

Methods in com.atlassian.user.search that return Pager
 Pager<T> SearchResult.pager()
           
 Pager<T> SearchResult.pager(java.lang.String repoKey)
           
 



Copyright © 2005-2015 Atlassian. All Rights Reserved.