com.atlassian.confluence.content.service.blogpost
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 Summary
 BlogPost getCreatedBlogPost()
           
 
Methods inherited from interface com.atlassian.confluence.core.service.ServiceCommand
execute, getValidationErrors, isAuthorized, isValid
 

Method Detail

getCreatedBlogPost

BlogPost getCreatedBlogPost()
Returns:
the BlogPost that was created if the command has executed already. Null if the command has not yet executed.


Copyright © 2003-2014 Atlassian. All Rights Reserved.