Clearspace API (2.5.29) 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 BanFilter
          Filters and sorts lists of Ban objects.
 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 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.
static ResultFilter ResultFilter.createDefaultRecursiveContentFilter()
          Creates a default recursive ResultFilter: no filtering with results sorted on the modification date.
 

Methods in com.jivesoftware.community with parameters of type ResultFilter
 JiveIterator<JiveContentObject> CommunityManager.getCombinedContent(JiveContainer container, ResultFilter filter, ContentRetrieval.ContentType... contentTypes)
          Returns an Iterable for all threads, documents, and blog posts in the container, depending on which ContentRetrieval.ContentTypes are supplied as an argument, and according the the supplied ResultFilter.
 JiveIterator<JiveContentObject> CommunityManager.getCombinedContent(TagSet tagSet, ResultFilter filter, ContentRetrieval.ContentType... contentTypes)
          Returns an Iterable for all threads, documents, and blog posts in the tag set, depending on which ContentRetrieval.ContentTypes are supplied as an argument, and according the the supplied ResultFilter.
 int CommunityManager.getCombinedContentCount(JiveContainer container, ResultFilter filter, ContentRetrieval.ContentType... contentTypes)
          Returns the combined number of threads, documents, and blog posts in the container, depending on which ContentRetrieval.ContentTypes are supplied as an argument, and restricted by the ResultFilter.
 int CommunityManager.getCombinedContentCount(TagSet tagSet, ResultFilter filter, ContentRetrieval.ContentType... contentTypes)
          Returns the combined number of threads, documents, and blog posts in the tag set, depending on which ContentRetrieval.ContentTypes are supplied as an argument, and restricted by the ResultFilter.
 JiveIterator<JiveObject> TagManager.getTaggableContent(JiveContainer container, ResultFilter resultFilter, TagManager.Taggable... taggableTypes)
          Returns an iterator of taggable jive objects for the specific container.
 int TagManager.getTaggableContentCount(JiveContainer container, ResultFilter resultFilter, TagManager.Taggable... taggableTypes)
          Returns a cout of taggable jive objects for the specific container.
 


Clearspace Project Page

Copyright © 1999-2007 Jive Software.