Clearspace API (1.7.0) Core Javadocs

Uses of Interface
com.jivesoftware.community.SearchQueryCriteria

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

Uses of SearchQueryCriteria in com.jivesoftware.community
 

Methods in com.jivesoftware.community that return SearchQueryCriteria
 SearchQueryCriteria SearchQueryManager.createSearchQueryCriteria(Blog blog)
          Returns a SearchQueryCriteria that can be used to query for blogs that are deemed similar to the provided blog.
 SearchQueryCriteria SearchQueryManager.createSearchQueryCriteria(BlogPost blogPost)
          Returns a SearchQueryCriteria that can be used to query for blog posts, documents and messages that are deemed similar to the provided blog post.
 SearchQueryCriteria SearchQueryManager.createSearchQueryCriteria(Document document)
          Returns a SearchQueryCriteria that can be used to query for blog posts, documents and messages that are deemed similar to the provided document.
 SearchQueryCriteria SearchQueryManager.createSearchQueryCriteria(ForumMessage message)
          Returns a SearchQueryCriteria that can be used to query for blog posts, documents and messages that are deemed similar to the provided message.
 SearchQueryCriteria SearchQueryManager.createSearchQueryCriteria(java.lang.String queryString)
          Creates a SearchQueryCriteria using the provided query string that can be used to find blog posts, documents and messages matching the query string.
 SearchQueryCriteria SearchQuery.getSearchQueryCriteria()
          Returns the criteria that will be used to return results.
 

Methods in com.jivesoftware.community with parameters of type SearchQueryCriteria
 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.
 


Clearspace Project Page

Copyright © 1999-2007 Jive Software.