Clearspace API (2.5.29) Core Javadocs

Uses of Class
com.jivesoftware.community.BlogPostResultFilter

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

Uses of BlogPostResultFilter in com.jivesoftware.community
 

Methods in com.jivesoftware.community that return BlogPostResultFilter
static BlogPostResultFilter BlogPostResultFilter.createDefaultFilter()
          Creates a default blog post ResultFilter: only blog posts that have status = BlogPost#STATUS_PUBLISH with results sorted on the blog post publish date (newest blog posts first).
 

Methods in com.jivesoftware.community with parameters of type BlogPostResultFilter
 int Blog.getBlogPostCount(BlogPostResultFilter resultFilter)
          Returns the number of blog posts on this blog The default blog post result filter (createDefaultFilter()) only includes blog posts where status = JiveContentObject.Status.PUBLISHED and publish date less than now().
 int BlogManager.getBlogPostCount(BlogPostResultFilter resultFilter)
          Returns the number of blog posts on the system.
 int BlogManager.getBlogPostCount(JiveContainer container, BlogPostResultFilter resultFilter)
          Returns the number of blog posts in all blogs associated with the container based on the specified ResultFilter.
 int BlogManager.getBlogPostCount(TagSet tagSet, BlogPostResultFilter resultFilter)
          Returns the number of blog posts in all blogs associated with the tag set based on the specified ResultFilter.
 JiveIterator<BlogPost> Blog.getBlogPosts(BlogPostResultFilter resultFilter)
          Returns all the blog posts that match the criteria specified by the BlogPostResultFilter on a specific blog.
 JiveIterator<BlogPost> BlogManager.getBlogPosts(BlogPostResultFilter resultFilter)
          Returns all the blog posts that match the criteria specified by the BlogPostResultFilter on the entire system.
 JiveIterator<BlogPost> BlogManager.getBlogPosts(JiveContainer container, BlogPostResultFilter resultFilter)
          Returns the blog posts in all blogs associated with the container based on the specified ResultFilter.
 JiveIterator<BlogPost> BlogManager.getBlogPosts(TagSet tagSet, BlogPostResultFilter resultFilter)
          Returns the blog posts associated with this container.
 


Clearspace Project Page

Copyright © 1999-2007 Jive Software.