|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.user.search.AbstractSearchResult
Field Summary | |
protected java.util.HashMap |
repositoriesToResults
|
Constructor Summary | |
AbstractSearchResult()
|
Method Summary | |
void |
addToResults(java.lang.String repositoryKey,
Pager pager)
|
Pager |
pager(java.lang.String repoKey)
|
java.util.Set |
repositoryKeyset()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.atlassian.user.search.SearchResult |
pager |
Field Detail |
protected java.util.HashMap repositoriesToResults
Constructor Detail |
public AbstractSearchResult()
Method Detail |
public void addToResults(java.lang.String repositoryKey, Pager pager)
public Pager pager(java.lang.String repoKey)
pager
in interface SearchResult
Pager
holding results for the RepositoryIdentifier
specified
by RepositoryIdentifier.getKey()
}public java.util.Set repositoryKeyset()
repositoryKeyset
in interface SearchResult
String
objects indcating the repositories with results in this
object.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |