Clearspace API (2.5.29) Core Javadocs

Uses of Interface
com.jivesoftware.community.SearchQuery

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

Uses of SearchQuery in com.jivesoftware.community
 

Methods in com.jivesoftware.community that return SearchQuery
 SearchQuery SearchQueryManager.createSearchQuery(SearchQueryCriteria criteria)
          Creates a SearchQuery object to search through all blogs, documents and messages system wide.
 SearchQuery SearchQueryManager.createSearchQuery(SearchQueryCriteria criteria, Community... communities)
          Creates a SearchQuery object to search through the specified array of communities.
 SearchQuery SearchQueryLogger.getSearchQuery(long queryID)
          Returns the query associated with the given queryID.
 

Methods in com.jivesoftware.community that return types with arguments of type SearchQuery
 JiveIterator<SearchQuery> SearchQueryLogger.getSearchQueries()
          Returns an iterable of all the queries that have been made.
 JiveIterator<SearchQuery> SearchQueryLogger.getSearchQueries(User user)
          Returns an Iterable consisting of all the SearchQuery's that the specified user has made.
 

Methods in com.jivesoftware.community with parameters of type SearchQuery
 boolean SearchQuery.equals(SearchQuery searchQuery)
          Return true if the query is equal to the current query, false otherwise.
 Map<String,?> SearchQueryLogger.getLoggedSearchQueryInfo(SearchQuery searchQuery)
          Returns the logged information about the query, or null if the query has not been logged yet.
 


Clearspace Project Page

Copyright © 1999-2007 Jive Software.