|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Query | |
---|---|
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 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. |
Uses of Query in com.jivesoftware.forum.database |
---|
Classes in com.jivesoftware.forum.database that implement Query | |
---|---|
class |
DbQuery
Database implementation of the Query interface using Lucene. |
Methods in com.jivesoftware.forum.database that return Query | |
---|---|
Query |
DbForum.createQuery()
|
Query |
DbForumFactory.createQuery()
|
Query |
DbQueryManager.createQuery()
|
Query |
DbForumFactory.createQuery(Forum[] forums)
|
Query |
DbQueryManager.createQuery(Forum[] forums)
|
Query |
DbQueryLogger.getQuery(long queryID)
Convenience method to load a particular search query. |
Methods in com.jivesoftware.forum.database with parameters of type Query | |
---|---|
boolean |
DbQuery.equals(Query query)
|
boolean |
SessionQuery.equals(Query query)
|
java.util.Map |
DbQueryLogger.getLoggedQueryInfo(Query query)
|
Constructors in com.jivesoftware.forum.database with parameters of type Query | |
---|---|
SessionQuery(Query query)
|
Uses of Query in com.jivesoftware.forum.proxy |
---|
Classes in com.jivesoftware.forum.proxy that implement Query | |
---|---|
class |
QueryProxy
Protection proxy for the query class. |
Methods in com.jivesoftware.forum.proxy that return Query | |
---|---|
Query |
ForumFactoryProxy.createQuery()
|
Query |
ForumProxy.createQuery()
|
Query |
QueryManagerProxy.createQuery()
|
Query |
ForumFactoryProxy.createQuery(Forum[] forums)
|
Query |
QueryManagerProxy.createQuery(Forum[] forums)
|
Query |
QueryProxy.getProxiedQuery()
Returns the query class that the proxy wraps. |
Query |
QueryLoggerProxy.getQuery(long queryID)
|
Methods in com.jivesoftware.forum.proxy with parameters of type Query | |
---|---|
boolean |
QueryProxy.equals(Query query)
|
java.util.Map |
QueryLoggerProxy.getLoggedQueryInfo(Query query)
|
Constructors in com.jivesoftware.forum.proxy with parameters of type Query | |
---|---|
QueryProxy(Query query,
AuthToken authToken)
|
|
Jive Forums Project Page | |||||||||
PREV NEXT | FRAMES NO FRAMES |