com.atlassian.user.search
Class DefaultSearchResult

java.lang.Object
  extended bycom.atlassian.user.search.AbstractSearchResult
      extended bycom.atlassian.user.search.DefaultSearchResult
All Implemented Interfaces:
SearchResult

public class DefaultSearchResult
extends AbstractSearchResult


Field Summary
 
Fields inherited from class com.atlassian.user.search.AbstractSearchResult
repositoriesToResults
 
Constructor Summary
DefaultSearchResult()
           
DefaultSearchResult(Pager result, java.lang.String repositoryKey)
           
 
Method Summary
 Pager pager()
           
 
Methods inherited from class com.atlassian.user.search.AbstractSearchResult
addToResults, pager, repositoryKeyset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultSearchResult

public DefaultSearchResult()

DefaultSearchResult

public DefaultSearchResult(Pager result,
                           java.lang.String repositoryKey)
Method Detail

pager

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


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