Interface | Description |
---|---|
BlogPostLocator |
Locates a single Blog Post
|
BlogPostProvider |
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 | 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 post
|
MoveBlogPostToTopOfSpaceCommand |
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 |
Copyright © 2003–2015 Atlassian. All rights reserved.