Interface CreateBlogPostCommand
- All Superinterfaces:
ServiceCommand
- All Known Implementing Classes:
CreateBlogPostCommandImpl
An interface for a command that will create a new BlogPost.
-
Method Summary
Methods inherited from interface com.atlassian.confluence.core.service.ServiceCommand
execute, getValidationErrors, isAuthorized, isValid
-
Method Details
-
getCreatedBlogPost
BlogPost getCreatedBlogPost()- Returns:
- the BlogPost that was created if the command has executed already. Null if the command has not yet executed.
-