Uses of Class
org.openprivacy.reptile.search.SearchRequest

Packages that use SearchRequest
org.openprivacy.reptile.search   
org.openprivacy.reptile.search.impl   
org.openprivacy.reptile.search.requests   
 

Uses of SearchRequest in org.openprivacy.reptile.search
 

Methods in org.openprivacy.reptile.search that return SearchRequest
 SearchRequest SearchProvider.getSearchRequest()
          Set the SearchRequest that this provider has results for.
 SearchRequest AbstractSearchProvider.getSearchRequest()
          Get the value of searchRequest.
 

Methods in org.openprivacy.reptile.search with parameters of type SearchRequest
 void SearchProvider.search(SearchRequest sr)
           Run a search with a given query.
 void SearchProvider.setSearchRequest(SearchRequest request)
           
 void AbstractSearchProvider.setSearchRequest(SearchRequest searchRequest)
          Set the value of searchRequest.
 

Uses of SearchRequest in org.openprivacy.reptile.search.impl
 

Methods in org.openprivacy.reptile.search.impl with parameters of type SearchRequest
 void DBSearchProvider.search(SearchRequest sr)
           
 

Uses of SearchRequest in org.openprivacy.reptile.search.requests
 

Subclasses of SearchRequest in org.openprivacy.reptile.search.requests
 class AdvancedSearchRequest
          Contains additional information that a SearchProvider requires.
 class BrowseChannelsSearchRequest
           Finds the newest articles in the system.
 class BrowseWeblogSearchRequest
           Finds the newest articles in the system.
 class ChannelHistorySearchRequest
           Finds the newest articles in the system.
 class NewestArticlesSearchRequest
           Finds the newest articles in the system.
 class RecentArticlesSearchRequest
           Finds the most recent (last 1000 or so) articles found within the system.
 class RSSChannelSearchRequest
           Provide a SearchResult that can be used to stream out RSS.
 class RSSWeblogSearchRequest
           Provide a SearchResult that can be used to stream out RSS.
 class UnreadArticlesSearchRequest
           Finds the last 1000 unread articles.