Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Interface
com.jivesoftware.forum.QueryManager

Packages that use QueryManager
com.jivesoftware.forum Core interfaces and classes for Jive Forums. 
com.jivesoftware.forum.database DB implementation of core Jive Forums interfaces. 
com.jivesoftware.forum.proxy Protection proxies for Jive Forums objects. 
 

Uses of QueryManager in com.jivesoftware.forum
 

Methods in com.jivesoftware.forum that return QueryManager
abstract  QueryManager ForumFactory.getQueryManager()
          Returns a query manager that can be used to retrieve and manage search queries.
 

Uses of QueryManager in com.jivesoftware.forum.database
 

Classes in com.jivesoftware.forum.database that implement QueryManager
 class DbQueryManager
           
 

Methods in com.jivesoftware.forum.database that return QueryManager
 QueryManager DbForumFactory.getQueryManager()
           
 

Uses of QueryManager in com.jivesoftware.forum.proxy
 

Classes in com.jivesoftware.forum.proxy that implement QueryManager
 class QueryManagerProxy
          A protection proxy for the QueryManager.
 

Methods in com.jivesoftware.forum.proxy that return QueryManager
 QueryManager ForumFactoryProxy.getQueryManager()
           
 

Constructors in com.jivesoftware.forum.proxy with parameters of type QueryManager
QueryManagerProxy(QueryManager queryManager, AuthToken auth, Permissions permissions)
          Creates a new QueryManagerProxy object.
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.