com.atlassian.user.search
Interface SearchResult<T>

All Known Implementing Classes:
AbstractSearchResult, DefaultSearchResult

public interface SearchResult<T>


Method Summary
 Pager<T> pager()
           
 Pager<T> pager(String repoKey)
           
 Set repositoryKeyset()
           
 

Method Detail

pager

Pager<T> pager()
Returns:
returns a Pager representing all results from the search.

pager

Pager<T> pager(String repoKey)
Returns:
a Pager holding results for the RepositoryIdentifier specified by RepositoryIdentifier.getKey()}

repositoryKeyset

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


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