Jive API (3.0.13) Core Javadocs

Uses of Class
com.jivesoftware.community.ThreadResultFilter

Packages that use ThreadResultFilter
com.jivesoftware.community Core interfaces and classes for Jive SBS. 
 

Uses of ThreadResultFilter in com.jivesoftware.community
 

Subclasses of ThreadResultFilter in com.jivesoftware.community
 class BlogPostResultFilter
          Filters and sorts BlogPosts.
 class BlogTagResultFilter
          Filters and sorts tags with specific fields for Blogs.
 class FeedbackResultFilter
          Filters and sorts blog comments and blog trackbacks.
 class ModerationFilter
          Filters and sorts lists of ForumMessages based upon the message's moderation and abuse value.
 class TagResultFilter
          Filters and sorts JiveContentObjects based on ContentTags.
 

Methods in com.jivesoftware.community that return ThreadResultFilter
static ThreadResultFilter ThreadResultFilter.createDefaultMessageFilter()
          Creates a default message ResultFilter: no filtering with results sorted on the message creation date in ascending order.
static ThreadResultFilter ThreadResultFilter.createDefaultThreadFilter()
          Creates a default thread ResultFilter: no filtering with results sorted on the thread modification date.
static ThreadResultFilter ThreadResultFilter.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.community with parameters of type ThreadResultFilter
 int ForumManager.getMessageCount(JiveContainer container, ThreadResultFilter resultFilter)
          The account of messages for the JiveContainer with the ThreadResultFilter applied.
 int ForumManager.getMessageCount(TagSet tagSet, ThreadResultFilter resultFilter)
          The account of messages for the TagSet with the ThreadResultFilter applied.
 int ForumThread.getMessageCount(ThreadResultFilter resultFilter)
          Returns the number of messages in this thread based on the specified result filter.
 JiveIterator<ForumMessage> ForumManager.getMessages(JiveContainer container, ThreadResultFilter resultFilter)
          Returns an Iterable for all the messages in the container that match the criteria specified by the ResultFilter.
 JiveIterator<ForumMessage> ForumManager.getMessages(TagSet tagSet, ThreadResultFilter resultFilter)
          Returns an Iterable for all the messages in the tag set that match the criteria specified by the ResultFilter.
 JiveIterator<ForumMessage> ForumThread.getMessages(ThreadResultFilter resultFilter)
          Returns a Iterable for all the messages in the thread that match the criteria specified by the ResultFilter.
 int ForumManager.getThreadCount(JiveContainer container, ThreadResultFilter resultFilter)
          Returns the number of threads in the container based on the specified ResultFilter.
 int ForumManager.getThreadCount(TagSet tagSet, ThreadResultFilter resultFilter)
          Returns the number of threads in the tag set based on the specified ResultFilter.
 JiveIterator<ForumThread> ForumManager.getThreads(JiveContainer container, ThreadResultFilter resultFilter)
          Returns an Iterable for all the threads in the container that match the criteria specified by the ResultFilter.
 JiveIterator<ForumThread> ForumManager.getThreads(TagSet tagSet, ThreadResultFilter resultFilter)
          Returns an Iterable for all the threads in the tag set that match the criteria specified by the ResultFilter.
 int ForumManager.getUserMessageCount(User user, ThreadResultFilter resultFilter)
          Returns the total number of messages a user has posted in all containers that obey the parameters set by the specificed ResultFilter.
 JiveIterator<ForumMessage> ForumManager.getUserMessages(User user, ThreadResultFilter resultFilter)
          Returns an iterable for all messages posted by a user that obey the parameters set by the specified ResultFilter.
 


Jive Product Page

Copyright © 1999-2007 Jive Software.