Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Class
com.jivesoftware.forum.webservices.Query

Packages that use Query
com.jivesoftware.forum.webservices   
com.jivesoftware.forum.webservices.server   
 

Uses of Query in com.jivesoftware.forum.webservices
 

Methods in com.jivesoftware.forum.webservices with parameters of type Query
 int ContentService.countMessageSearchResults(Query query)
          Returns the number of possible results for the specified query.
 int ContentService.countMessageSearchResultsByCategoryID(long categoryID, Query query)
          Returns the number of possible results for the specified query by category.
 int ContentService.countMessageSearchResultsByForumID(long forumID, Query query)
          Returns the number of results for the specified query for a forum.
 long[] ContentService.messageSearch(Query query, int startIndex, int numResults)
          Provides the ability to create complex search queries with the ability to change sorting, filtering, etc.
 long[] ContentService.messageSearchByCategories(long categoryID, Query query, int startIndex, int numResults)
          Provides the ability to create complex search queries with the ability to change sorting, filtering, etc. all by category.
 ForumMessage[] ContentService.messageSearchByCategoriesForObjects(long categoryID, Query query, int startIndex, int numResults)
          Provides the ability to create complex search queries with the ability to change sorting, filtering, etc. all by category.
 long[] ContentService.messageSearchByForum(long forumID, Query query, int startIndex, int numResults)
          Provides the ability to perform a search query for messages within a forum.
 ForumMessage[] ContentService.messageSearchByForumForObjects(long forumID, Query query, int startIndex, int numResults)
          Provides the ability to perform a search query for messages within a forum.
 ForumMessage[] ContentService.messageSearchForObjects(Query query, int startIndex, int numResults)
          Provides the ability to create complex search queries with the ability to change sorting, filtering, etc.
 

Uses of Query in com.jivesoftware.forum.webservices.server
 

Methods in com.jivesoftware.forum.webservices.server with parameters of type Query
 int ContentServiceImpl.countMessageSearchResults(Query query)
           
 int ContentServiceImpl.countMessageSearchResultsByCategoryID(long categoryID, Query query)
           
 int ContentServiceImpl.countMessageSearchResultsByForumID(long forumID, Query query)
           
 long[] ContentServiceImpl.messageSearch(Query query, int startIndex, int numResults)
           
 long[] ContentServiceImpl.messageSearchByCategories(long categoryID, Query query, int startIndex, int numResults)
           
 ForumMessage[] ContentServiceImpl.messageSearchByCategoriesForObjects(long categoryID, Query query, int startIndex, int numResults)
           
 long[] ContentServiceImpl.messageSearchByForum(long forumID, Query query, int startIndex, int numResults)
           
 ForumMessage[] ContentServiceImpl.messageSearchByForumForObjects(long forumID, Query query, int startIndex, int numResults)
           
 ForumMessage[] ContentServiceImpl.messageSearchForObjects(Query query, int startIndex, int numResults)
           
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.