Clearspace API (1.7.0) Core Javadocs

Uses of Class
com.jivesoftware.community.ResultFilter

Packages that use ResultFilter
com.jivesoftware.community Core interfaces and classes for Clearspace. 
 

Uses of ResultFilter in com.jivesoftware.community
 

Subclasses of ResultFilter in com.jivesoftware.community
 class BlogPostResultFilter
          Filters and sorts BlogPosts.
 class BlogTagResultFilter
          Filters and sorts tags with specific fields for Blogs.
 class CommentResultFilter
          Filters and sorts lists of Comments.
 class DocumentResultFilter
          Filters and sorts lists of Documents.
 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 StatusResultFilter
          Filters and sorts user status.
 class TagResultFilter
          Filters and sorts JiveContentObjects based on ContentTags.
 class ThreadResultFilter
          Filters and sorts lists of ForumThreads and ForumMessages.
 

Methods in com.jivesoftware.community that return ResultFilter
static ResultFilter ResultFilter.createDefaultContentFilter()
          Creates a default ResultFilter: no filtering with results sorted on the modification date.
 

Methods in com.jivesoftware.community with parameters of type ResultFilter
 JiveIterator<JiveContentObject> ContentRetrieval.getCombinedContent(ResultFilter filter, ContentRetrieval.ContentType... types)
          Returns an Iterable for all threads, documents, and blog posts in the community, depending on which ContentRetrieval.ContentTypes are supplied as an argument, and according the the supplied ResultFilter.
 int ContentRetrieval.getCombinedContentCount(ResultFilter filter, ContentRetrieval.ContentType... types)
          Returns the combined number of threads, documents, and blog posts in the community, depending on which ContentRetrieval.ContentTypes are supplied as an argument, and restricted by the ResultFilter.
 


Clearspace Project Page

Copyright © 1999-2007 Jive Software.