|
Clearspace API (1.7.0) Core Javadocs | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 =
BlogPost.STATUS_PUBLISH and publish date less than now(). |
int |
BlogManager.getBlogPostCount(BlogPostResultFilter resultFilter)
Returns the number of blog posts on the system. |
int |
ContentRetrieval.getBlogPostCount(BlogPostResultFilter filter)
Returns the number of blog posts in all blogs associated with the community 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> |
ContentRetrieval.getBlogPosts(BlogPostResultFilter filter)
Returns all BlogPosts in all Blogs associated with this Community
based on the specified ResultFilter. |
|
Clearspace Project Page | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||