Jive Forums API (5.5.20.2-oracle) Core Javadocs

Uses of Class
com.jivesoftware.forum.ResultFilter

Packages that use ResultFilter
com.jivesoftware.forum Core interfaces and classes for Jive Forums. 
 

Uses of ResultFilter in com.jivesoftware.forum
 

Subclasses of ResultFilter in com.jivesoftware.forum
 class TagResultFilter
           
 

Methods in com.jivesoftware.forum that return ResultFilter
static ResultFilter ResultFilter.createDefaultContentFilter()
          Creates a default ResultFilter: no filtering with results sorted on the modification date.
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 with parameters of type ResultFilter
 int ForumCategory.getForumCount(ResultFilter resultFilter)
          Returns the number of forums in the category based on the specified ResultFilter.
abstract  int ForumFactory.getForumCount(ResultFilter resultFilter)
          Returns the total number of forums in the system matching the ResultFilter.
 java.util.Iterator ForumCategory.getForums(ResultFilter resultFilter)
          Returns a Iterator for all the forums in the category that match the criteria specified by the ResultFilter.
abstract  java.util.Iterator ForumFactory.getForums(ResultFilter resultFilter)
          Returns all forums in the system that the user has read permission for and that matche the specified ResultFilter.
 int Forum.getMessageCount(ResultFilter resultFilter)
          Returns the number of messages in the forum based on the specified ResultFilter.
 int ForumCategory.getMessageCount(ResultFilter resultFilter)
          Returns the number of messages in the category based on the specified ResultFilter.
 int ForumThread.getMessageCount(ResultFilter resultFilter)
          Returns the number of messages in this thread based on the specified result filter.
 ForumMessageIterator Forum.getMessages(ResultFilter resultFilter)
          Returns a Iterator for all the messages in the forum that match the criteria specified by the ResultFilter.
 java.util.Iterator ForumCategory.getMessages(ResultFilter resultFilter)
          Returns a Iterator for all the messages in the category that match the criteria specified by the ResultFilter.
 java.util.Iterator ForumThread.getMessages(ResultFilter resultFilter)
          Returns a Iterator for all the messages in the thread that match the criteria specified by the ResultFilter.
 int ForumCategory.getRecursiveForumCount(ResultFilter resultFilter)
          Returns the number of forums in the category and all sub-categories based on the specified ResultFilter.
 java.util.Iterator ForumCategory.getRecursiveForums(ResultFilter resultFilter)
          Returns a Iterator for all the forums in the category and sub-categories that match the criteria specified by the ResultFilter.
 int Forum.getThreadCount(ResultFilter resultFilter)
          Returns the number of threads in the forum based on the specified ResultFilter.
 int ForumCategory.getThreadCount(ResultFilter resultFilter)
          Returns the number of threads in the category based on the specified ResultFilter.
 ForumThreadIterator Forum.getThreads(ResultFilter resultFilter)
          Returns a Iterator for all the threads in the forum that match the criteria specified by the ResultFilter.
 java.util.Iterator ForumCategory.getThreads(ResultFilter resultFilter)
          Returns a Iterator for all the threads in the category that match the criteria specified by the ResultFilter.
abstract  int ForumFactory.getUserMessageCount(User user, ResultFilter resultFilter)
          Returns the total number of messages a user has posted in all forums that obey the parameters set by the specificed ResultFilter.
abstract  java.util.Iterator ForumFactory.getUserMessages(User user, ResultFilter resultFilter)
          Returns an iterator for all messages posted by a user that obey the parameters set by the specified ResultFilter.
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.