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 Details

    • getCreatedBlogPost

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