Jive Forums API (5.5.20.2-oracle) Core Javadocs

Uses of Interface
com.jivesoftware.forum.Query

Packages that use Query
com.jivesoftware.forum Core interfaces and classes for Jive Forums. 
 

Uses of Query in com.jivesoftware.forum
 

Methods in com.jivesoftware.forum that return Query
 Query Forum.createQuery()
          Creates a query object to search the forum.
abstract  Query ForumFactory.createQuery()
          Creates a query object to search through all forums.
 Query QueryManager.createQuery()
          Creates a query object to search through all forums.
abstract  Query ForumFactory.createQuery(Forum[] forums)
          Creates a query object to search through the specified list of forums.
 Query QueryManager.createQuery(Forum[] forums)
          Creates a query object to search through the specified array of forums.
 Query QueryLogger.getQuery(long queryID)
          Returns the query associated with the given queryID.
 

Methods in com.jivesoftware.forum with parameters of type Query
 boolean Query.equals(Query query)
          Return true if the query is equal to the current query, false otherwise.
 java.util.Map QueryLogger.getLoggedQueryInfo(Query query)
          Returns the logged information about the query, or null if the query has not been logged yet.
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.