Interface CreateBlogPostCommand
- 
- All Superinterfaces:
- ServiceCommand
 - All Known Implementing Classes:
- CreateBlogPostCommandImpl
 
 public interface CreateBlogPostCommand extends ServiceCommand An interface for a command that will create a new BlogPost.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description BlogPostgetCreatedBlogPost()- 
Methods inherited from interface com.atlassian.confluence.core.service.ServiceCommandexecute, getValidationErrors, isAuthorized, isValid
 
- 
 
- 
- 
- 
Method Detail- 
getCreatedBlogPostBlogPost getCreatedBlogPost() - Returns:
- the BlogPost that was created if the command has executed already. Null if the command has not yet executed.
 
 
- 
 
-