Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Class
com.jivesoftware.forum.QueryResult

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

Uses of QueryResult in com.jivesoftware.forum
 

Methods in com.jivesoftware.forum with parameters of type QueryResult
 java.lang.String[] Query.highlightResult(QueryResult result, java.lang.String preTag, java.lang.String postTag)
          Returns a title and summary with search words highlighted appropriate to the search query string.
 

Uses of QueryResult in com.jivesoftware.forum.action
 

Methods in com.jivesoftware.forum.action with parameters of type QueryResult
 java.lang.String[] SearchAction.getHighlightedText(QueryResult result)
          Returns a subject and summary with search words highlighted appropriate to the search query string.
 

Uses of QueryResult in com.jivesoftware.forum.database
 

Methods in com.jivesoftware.forum.database with parameters of type QueryResult
 java.lang.String[] DbQuery.highlightResult(QueryResult result, java.lang.String preTag, java.lang.String postTag)
           
 java.lang.String[] LocalQuery.highlightResult(QueryResult result, java.lang.String body, java.lang.String preTag, java.lang.String postTag)
           
 java.lang.String[] RemoteQuery.highlightResult(QueryResult result, java.lang.String body, java.lang.String preTag, java.lang.String postTag)
           
 

Uses of QueryResult in com.jivesoftware.forum.proxy
 

Methods in com.jivesoftware.forum.proxy with parameters of type QueryResult
 java.lang.String[] QueryProxy.highlightResult(QueryResult result, java.lang.String preTag, java.lang.String postTag)
           
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.