Jive Forums API (5.5.20.2-oracle) Developer Javadocs

com.jivesoftware.forum
Interface QueryManager

All Known Implementing Classes:
DbQueryManager, QueryManagerProxy

public interface QueryManager

This manager provides methods to create query objects to be used for searching either the whole system or just in particular forums.

Since:
4.0

Method Summary
 Query createQuery()
          Creates a query object to search through all forums.
 Query createQuery(Forum[] forums)
          Creates a query object to search through the specified array of forums.
 

Method Detail

createQuery

Query createQuery()
Creates a query object to search through all forums. Note: only forums that the user calling this method has read access for will be included in the search.

Returns:
a Query object that can be used to search all visible and searchable forums.

createQuery

Query createQuery(Forum[] forums)
Creates a query object to search through the specified array of forums. Note: only the forums that the user calling this method has read access for will be included in the search.

Parameters:
forums - the forums to search.
Returns:
a Query object that can be used to search the specified forums.

Jive Forums Project Page

Copyright © 1999-2006 Jive Software.