Clearspace API (1.7.0) Core Javadocs

Uses of Interface
com.jivesoftware.community.SearchQueryResult

Packages that use SearchQueryResult
com.jivesoftware.community Core interfaces and classes for Clearspace. 
 

Uses of SearchQueryResult in com.jivesoftware.community
 

Methods in com.jivesoftware.community that return types with arguments of type SearchQueryResult
 java.lang.Iterable<SearchQueryResult> SearchQuery.getResults()
          Returns the search query results for all result types.
 java.lang.Iterable<SearchQueryResult> SearchQuery.getResults(int startIndex, int numResults)
          Returns the results of the query for all result types.
 java.lang.Iterable<SearchQueryResult> SearchQuery.getResults(java.util.List<SearchQueryResult.ResultType> types)
          Returns the search query results across the provided list of result types.
 java.lang.Iterable<SearchQueryResult> SearchQuery.getResults(java.util.List<SearchQueryResult.ResultType> types, int startIndex, int numResults)
          Returns the results of the query across the provided list of result types.
 


Clearspace Project Page

Copyright © 1999-2007 Jive Software.