| com.atlassian.confluence.content.service.blogpost.CreateBlogPostCommand |
Known Indirect Subclasses
| CreateBlogPostCommandImpl |
An implementation of the CreatePageCommand that will create a page, and assign any provided permissions
then perform the clean up of any Drafts and raise the necessary event. |
|
Class Overview
An interface for a command that will create a new BlogPost.
Public Methods
public
BlogPost
getCreatedBlogPost
()
Returns
- the BlogPost that was created if the command has executed already. Null if the command has not yet executed.