Jive API (3.0.13) Core Javadocs

Uses of Class
com.jivesoftware.community.ResultFilter

Packages that use ResultFilter
com.jivesoftware.community Core interfaces and classes for Jive SBS. 
com.jivesoftware.community.media   
com.jivesoftware.community.media.video   
 

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, ContainableType... contentTypes)
          Returns an Iterable for all content objects in the container, depending on which ContainableTypes are supplied as an argument, and according the the supplied ResultFilter.
 JiveIterator<JiveContentObject> CommunityManager.getCombinedContent(JiveContainer container, ResultFilter filter, FilteredContentEnabledType... contentTypes)
          Returns an Iterable for all content objects in the container, depending on which FilteredContentEnabledTypes are supplied as an argument, and according the the supplied ResultFilter.
 JiveIterator<JiveContentObject> CommunityManager.getCombinedContent(TagSet tagSet, ResultFilter filter, ContainableType... contentTypes)
          Returns an Iterable for all content objects in the tag set, depending on which ContainableTypes are supplied as an argument, and according the the supplied ResultFilter.
 JiveIterator<JiveContentObject> CommunityManager.getCombinedContent(TagSet tagSet, ResultFilter filter, FilteredContentEnabledType... contentTypes)
          Returns an Iterable for all content objects in the tag set, depending on which FilteredContentEnabledTypes are supplied as an argument, and according the the supplied ResultFilter.
 int CommunityManager.getCombinedContentCount(JiveContainer container, ResultFilter filter, ContainableType... contentTypes)
          Returns the combined number of content objects in the container, depending on which ContainableTypes are supplied as an argument, and restricted by the ResultFilter.
 int CommunityManager.getCombinedContentCount(JiveContainer container, ResultFilter filter, FilteredContentEnabledType... contentTypes)
          Returns the combined number of content objects in the container, depending on which FilteredContentEnabledTypes are supplied as an argument, and restricted by the ResultFilter.
 int CommunityManager.getCombinedContentCount(TagSet tagSet, ResultFilter filter, ContainableType... contentTypes)
          Returns the combined number of content objects in the tag set, depending on which ContainableTypes are supplied as an argument, and restricted by the ResultFilter.
 int CommunityManager.getCombinedContentCount(TagSet tagSet, ResultFilter filter, FilteredContentEnabledType... contentTypes)
          Returns the combined number of content objects in the tag set, depending on which FilteredContentEnabledTypes are supplied as an argument, and restricted by the ResultFilter.
 JiveIterator<JiveObject> TagManager.getTaggableContent(JiveContainer container, ResultFilter resultFilter, Collection<GenericTaggableType> types)
          Returns an iterator of taggable jive objects for the specific container.
 int TagManager.getTaggableContentCount(JiveContainer container, ResultFilter resultFilter, Collection<GenericTaggableType> types)
          Returns a cout of taggable jive objects for the specific container.
 

Uses of ResultFilter in com.jivesoftware.community.media
 

Subclasses of ResultFilter in com.jivesoftware.community.media
 class MediaResultFilter<T extends Class<? extends Media>>
          Base result filter for multimedia content
 

Uses of ResultFilter in com.jivesoftware.community.media.video
 

Subclasses of ResultFilter in com.jivesoftware.community.media.video
 class VideoResultFilter
          Base result filter for multimedia content
 


Jive Product Page

Copyright © 1999-2007 Jive Software.