Jive Forums API (5.5.20.2-oracle) Developer Javadocs

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

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

Uses of ResultFilter in com.jivesoftware.forum.webservices
 

Methods in com.jivesoftware.forum.webservices that return ResultFilter
static ResultFilter ResultFilter.createDefaultForumFilter()
          Creates a default forum ResultFilter: no filtering with results sorted on the category index value.
static ResultFilter ResultFilter.createDefaultMessageFilter()
          Creates a default message ResultFilter: no filtering with results sorted on the message creation date in ascending order.
static ResultFilter ResultFilter.createDefaultThreadFilter()
          Creates a default thread ResultFilter: no filtering with results sorted on the thread modification date.
static ResultFilter ResultFilter.createDefaultUserMessagesFilter()
          Creates a default user messages ResultFilter: no filtering with results sorted on the message creation date descending (newest messages appear first).
 

Methods in com.jivesoftware.forum.webservices with parameters of type ResultFilter
 int ForumService.getForumCountByCategoryIDWithFilter(long categoryID, ResultFilter resultFilter)
          Returns an array of IDs for all forums under this category.
 Forum[] ForumService.getForumsByCategoryIDWithFilter(long categoryID, ResultFilter resultFilter)
          Returns an array of IDs for all forums under this category.
 int ForumMessageService.getMessageCountByCategoryIDAndFilter(long categoryID, ResultFilter filter)
          Returns the number of messages that are in the category with the specified id after the specified filter has been applied.
 int ForumMessageService.getMessageCountByThreadIDAndFilter(long threadID, ResultFilter filter)
          Returns the number of messages that are in the thread with the specified id after the specified filter has been applied.
 int ForumMessageService.getMessageCountsByForumIDAndFilter(long forumID, ResultFilter filter)
          Returns the number of messages that are in the forum with the specified id after the specified filter has been applied.
 long[] ForumMessageService.getMessageIDsByCategoryIDAndFilter(long categoryID, ResultFilter filter)
          Returns all of the message IDs for all of the message that are in the category with the specified ID, filtered by the the specified result filter.
 long[] ForumMessageService.getMessageIDsByForumIDAndFilter(long forumID, ResultFilter filter)
          Returns all of the message IDs for all of the message that are in the forum with the specified ID, filtered by the the specified ResultFilter
 long[] ForumMessageService.getMessageIDsByThreadIDAndFilter(long threadID, ResultFilter filter)
          Returns all of the message IDs for all of the message that are in the thread after the specified filter has been applied.
 ForumMessage[] ForumMessageService.getMessagesByCategoryIDAndFilter(long categoryID, ResultFilter filter)
          Returns all of the messages that are in the category with the specified ID, filtered by the the specified result filter.
 ForumMessage[] ForumMessageService.getMessagesByForumIDAndFilter(long forumID, ResultFilter filter)
          Returns all of the messages in the forum with the specified ID, filtered by the the specified ResultFilter
 ForumMessage[] ForumMessageService.getMessagesByThreadIDAndFilter(long threadID, ResultFilter filter)
          Returns all of the messages that are in the thread after the specified filter has been applied.
 int ForumCategoryService.getRecursiveForumCountByCategoryIDWithFilter(long categoryID, ResultFilter resultFilter)
          Returns a count of all the forums under a category.
 Forum[] ForumCategoryService.getRecursiveForumsByCategoryIDWithFilter(long categoryID, ResultFilter resultFilter)
          Returns all of the forums under the specified category recursively.
 int ForumThreadService.getThreadCountByCategoryIDAndFilter(long categoryID, ResultFilter filter)
          Returns the number of threads in the specified category after being filtered by the specified filter.
 int ForumThreadService.getThreadCountByForumIDAndFilter(long forumID, ResultFilter filter)
          Returns a count of all threads under the forum filtered by the specified result filter.
 ForumThread[] ForumThreadService.getThreadsByCategoryIDAndFilter(long categoryID, ResultFilter filter)
          Returns all of the IDs for threads a category has filtered by the specified result filter.
 ForumThread[] ForumThreadService.getThreadsByForumIDAndFilter(long forumID, ResultFilter filter)
          Returns all of the IDs for threads a forum has filtered by the specified result filter.
 ForumThread[] ForumThreadService.getThreadsByForumIDAndFilter(long forumID, ResultFilter filter, boolean reduceData)
          Returns all threads in a forum filtered by the specified result filter, with option to set forum name, unfilteredSubject, and unfilteredBody to null to reduce response size.
 

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

Methods in com.jivesoftware.forum.webservices.server with parameters of type ResultFilter
static ResultFilter WSUtil.convert(ResultFilter filter)
          Converts a webservice ResultFilter object to a ResultFilter.
 int ForumServiceImpl.getForumCountByCategoryIDWithFilter(long categoryID, ResultFilter resultFilter)
           
 Forum[] ForumServiceImpl.getForumsByCategoryIDWithFilter(long categoryID, ResultFilter resultFilter)
           
 int ForumMessageServiceImpl.getMessageCountByCategoryIDAndFilter(long categoryID, ResultFilter filter)
           
 int ForumMessageServiceImpl.getMessageCountByThreadIDAndFilter(long threadID, ResultFilter filter)
           
 int ForumMessageServiceImpl.getMessageCountsByForumIDAndFilter(long forumID, ResultFilter filter)
           
 long[] ForumMessageServiceImpl.getMessageIDsByCategoryIDAndFilter(long categoryID, ResultFilter filter)
           
 long[] ForumMessageServiceImpl.getMessageIDsByForumIDAndFilter(long forumID, ResultFilter filter)
           
 long[] ForumMessageServiceImpl.getMessageIDsByThreadIDAndFilter(long threadID, ResultFilter filter)
           
 ForumMessage[] ForumMessageServiceImpl.getMessagesByCategoryIDAndFilter(long categoryID, ResultFilter filter)
           
 ForumMessage[] ForumMessageServiceImpl.getMessagesByForumIDAndFilter(long forumID, ResultFilter filter)
           
 ForumMessage[] ForumMessageServiceImpl.getMessagesByThreadIDAndFilter(long threadID, ResultFilter filter)
           
 int ForumCategoryServiceImpl.getRecursiveForumCountByCategoryIDWithFilter(long categoryID, ResultFilter resultFilter)
           
 Forum[] ForumCategoryServiceImpl.getRecursiveForumsByCategoryIDWithFilter(long categoryID, ResultFilter resultFilter)
           
 int ForumThreadServiceImpl.getThreadCountByCategoryIDAndFilter(long CategoryID, ResultFilter filter)
           
 int ForumThreadServiceImpl.getThreadCountByForumIDAndFilter(long forumID, ResultFilter filter)
           
 ForumThread[] ForumThreadServiceImpl.getThreadsByCategoryIDAndFilter(long categoryID, ResultFilter filter)
           
 ForumThread[] ForumThreadServiceImpl.getThreadsByForumIDAndFilter(long forumID, ResultFilter filter)
           
 ForumThread[] ForumThreadServiceImpl.getThreadsByForumIDAndFilter(long forumID, ResultFilter filter, boolean reduceData)
           
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.