public interface

CreateBlogPostCommand

implements ServiceCommand
com.atlassian.confluence.content.service.blogpost.CreateBlogPostCommand
Known Indirect Subclasses

Class Overview

An interface for a command that will create a new BlogPost.

Summary

Public Methods
BlogPost getCreatedBlogPost()
[Expand]
Inherited Methods
From interface com.atlassian.confluence.core.service.ServiceCommand

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.