Package com.atlassian.confluence.content.service.blogpost
-
Interface Summary Interface Description BlogPostLocator Locates a single Blog PostBlogPostProvider An interface implemented by a class that can provide the BlogPost to be created.CreateBlogPostCommand An interface for a command that will create a new BlogPost. -
Class Summary Class Description CreateBlogPostCommandImpl An implementation of the CreatePageCommand that will create a page, and assign any provided permissions then perform the clean up of any Drafts and raise the necessary event.IdBlogPostLocator A blog post locator that uses the blog post Id to find a blog postMoveBlogPostToTopOfSpaceCommand A command that moves a blog post to a top level of a given space.RemoveBlogPostVersionCommand Service command for removing a version of a blog post.RevertBlogPostCommand