com.atlassian.user.search
Interface SearchResult

All Known Implementing Classes:
AbstractSearchResult

public interface SearchResult


Method Summary
 Pager pager()
           
 Pager pager(java.lang.String repoKey)
           
 java.util.Set repositoryKeyset()
           
 

Method Detail

pager

public Pager pager()
Returns:
returns a Pager representing all results from the search.

pager

public Pager pager(java.lang.String repoKey)
Returns:
a Pager holding results for the RepositoryIdentifier specified by RepositoryIdentifier.getKey()}

repositoryKeyset

public java.util.Set repositoryKeyset()
Returns:
a list of String objects indicating the corresponding RepositoryIdentifier via its RepositoryIdentifier.getKey() with results in this object.


Copyright © 2005-2008 Atlassian Software Systems Pty Ltd. All Rights Reserved.