|
Clearspace API (1.7.0) Core Javadocs | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BlogPost | |
|---|---|
| com.jivesoftware.community | Core interfaces and classes for Clearspace. |
| com.jivesoftware.community.event | Provides mechanisms to be notified of actions in the system such as new messages being created. |
| com.jivesoftware.community.util | Clearspace utility classes. |
| Uses of BlogPost in com.jivesoftware.community |
|---|
| Methods in com.jivesoftware.community that return BlogPost | |
|---|---|
BlogPost |
Blog.createBlogPost(User user)
Creates a new blog post. |
BlogPost |
Blog.getBlogPost(long blogPostID)
Returns a blogpost by blogpost ID. |
BlogPost |
BlogManager.getBlogPost(long blogPostID)
Returns the BlogPost specified by the blog post ID. |
BlogPost |
Blog.getBlogPost(java.lang.String permalink,
int year,
int month,
int day)
Returns a blog post for a given permalink and year/month/day combination, where the permalink is the subject turned into a string value suitable to be a directory name. |
BlogPost |
Blog.getFirstPost()
Returns the first blog post on this blog. |
BlogPost |
Blog.getLatestPost()
Returns the most recently created and published blog post on this blog. |
BlogPost |
BlogPost.getNextPost()
Returns the next blogpost that has been published or null if this is the most recent post. |
BlogPost |
BlogPost.getPreviousPost()
Returns the previous blogpost that has been published or null if this is the first post. |
| Methods in com.jivesoftware.community that return types with arguments of type BlogPost | |
|---|---|
JiveIterator<BlogPost> |
ContentRetrieval.getBlogPosts()
Returns all BlogPosts in all Blogs associated with this
Community sorted by descending publish date. |
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. |
JiveIterator<BlogPost> |
Blog.getPopularBlogPosts()
Returns the top x blog posts according to blog post views, number of comments & time passed since the blog post was created. |
JiveIterator<BlogPost> |
BlogManager.getPopularBlogPosts()
Returns the top x blog posts according to blog post views, number of comments & time passed since the blog post was created. |
JiveIterator<BlogPost> |
Blog.getRecentBlogPosts()
Returns (at most) the ten most recent blog posts on this blog. |
| Methods in com.jivesoftware.community with parameters of type BlogPost | |
|---|---|
void |
Blog.addBlogPost(BlogPost post)
Adds a blogpost to the database. |
void |
SearchManager.addToIndex(BlogPost blogPost)
Adds an individual blog posts to the index. |
SearchQueryCriteria |
SearchQueryManager.createSearchQueryCriteria(BlogPost blogPost)
Returns a SearchQueryCriteria that can be used to query for blog posts, documents and messages that are deemed similar to the provided blog post. |
void |
Blog.deleteBlogPost(BlogPost post)
Deletes a blogpost. |
void |
SearchManager.removeFromIndex(BlogPost blogPost)
Removes an individual blog post from the index. |
void |
SearchManager.updateIndex(BlogPost blogPost)
Update an individual blog post in the index. |
| Uses of BlogPost in com.jivesoftware.community.event |
|---|
| Methods in com.jivesoftware.community.event that return BlogPost | |
|---|---|
BlogPost |
BlogPostEvent.getBlogPost()
Returns the post that the event corresponds to. |
| Constructors in com.jivesoftware.community.event with parameters of type BlogPost | |
|---|---|
BlogPostEvent(int eventType,
BlogPost post,
java.util.Map<java.lang.String,? extends java.lang.Object> params)
Creates a new post event. |
|
| Uses of BlogPost in com.jivesoftware.community.util |
|---|
| Methods in com.jivesoftware.community.util with parameters of type BlogPost | |
|---|---|
static java.lang.String |
BlogUtils.getCommentFeedURL(BlogPost post)
Returns a string containing the path to the comments feed for a specific post. |
static java.lang.String |
BlogUtils.getCommentURL(BlogPost post)
Returns a string containing the path to the script that accepts comment postings which is a combination of the base URL, the blog display name and the post permalink. |
static java.lang.String |
BlogUtils.getPostPermalink(BlogPost post)
Returns a permalink for a blog post which is a combination of the base URL, the blog display name and the post permalink. |
static java.lang.String |
BlogUtils.getTrackbackFeedURL(BlogPost post)
Returns a string containing the path to the trackbacks feed for a specific post. |
static java.lang.String |
BlogUtils.getTrackbackURL(BlogPost post)
Returns a trackback URL for a blog post which is a combination of the base URL, the blog display name and the post permalink. |
|
Clearspace Project Page | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||