com.atlassian.user.search
Class AbstractSearchResult
java.lang.Object
com.atlassian.user.search.AbstractSearchResult
- All Implemented Interfaces:
- SearchResult
Deprecated. since 2.1. This abstract class is not required.
public abstract class AbstractSearchResult
- extends Object
- implements SearchResult
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
repositoriesToResults
protected HashMap<String,Pager> repositoriesToResults
- Deprecated.
AbstractSearchResult
public AbstractSearchResult()
- Deprecated.
addToResults
public void addToResults(String repositoryKey,
Pager pager)
- Deprecated.
pager
public Pager pager(String repoKey)
- Deprecated.
- Specified by:
pager in interface SearchResult
- Returns:
- a
Pager holding results for the RepositoryIdentifier specified
by RepositoryIdentifier.getKey()}
repositoryKeyset
public Set repositoryKeyset()
- Deprecated.
- Specified by:
repositoryKeyset in interface SearchResult
- Returns:
- a list of
String objects indcating the repositories with results in this
object.
Copyright © 2005-2009 Atlassian Software Systems Pty Ltd. All Rights Reserved.