Uses of Class
com.atlassian.confluence.core.service.AbstractServiceCommand
-
-
Uses of AbstractServiceCommand in com.atlassian.confluence.content.service
Subclasses of AbstractServiceCommand in com.atlassian.confluence.content.service Modifier and Type Class Description classRenderContentCommandImplA command that renders content for preview mode in the editor. -
Uses of AbstractServiceCommand in com.atlassian.confluence.content.service.blogpost
Subclasses of AbstractServiceCommand in com.atlassian.confluence.content.service.blogpost Modifier and Type Class Description classCreateBlogPostCommandImplAn 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.classMoveBlogPostToTopOfSpaceCommandA command that moves a blog post to a top level of a given space.classRemoveBlogPostVersionCommandService command for removing a version of a blog post.classRevertBlogPostCommand -
Uses of AbstractServiceCommand in com.atlassian.confluence.content.service.comment
Subclasses of AbstractServiceCommand in com.atlassian.confluence.content.service.comment Modifier and Type Class Description classCreateCommentCommandImplclassCreateCommentFromEditorCommandclassDeleteCommentCommandImplclassEditCommentCommandImplclassEditCommentFromEditorCommand -
Uses of AbstractServiceCommand in com.atlassian.confluence.content.service.page
Subclasses of AbstractServiceCommand in com.atlassian.confluence.content.service.page Modifier and Type Class Description classCreateAbstractPageCommandImplAn abstract base class for create commands for AbstractPage subclasses such as Page or BlogPostclassCreatePageCommandImplAn 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.classCreatePageFromExistingCommandImplThis command is only necessary becauseCopyPageActionhas different authorisation and validation logic fromCreatePageAction.classDeleteBlogPostCommandService command for removing a blog post.classDeletePageCommandService command for removing a page.classMovePageAbstractCommandBase class for commands which are responsible for page movingclassMovePageCommandImplclassMovePageToTopOfSpaceCommandA command that moves a page to a top level of a given space.classRemoveAbstractPageVersionCommandService command for removing a version of a page or blog post.classRemovePageVersionCommandService command for removing a version of a page.classRevertPageCommandclassRevertPageOrderCommandRemoves page position information from the children of the provided page, effectively reverting their order to alphabetical.classSetPageOrderCommand -
Uses of AbstractServiceCommand in com.atlassian.confluence.content.service.space
Subclasses of AbstractServiceCommand in com.atlassian.confluence.content.service.space Modifier and Type Class Description classDeleteSpaceCommandService command for removing a space. -
Uses of AbstractServiceCommand in com.atlassian.confluence.labels.service
Subclasses of AbstractServiceCommand in com.atlassian.confluence.labels.service Modifier and Type Class Description classAbstractLabelsCommandProvides basic label methods that should be common to all label commandsclassAddLabelsCommandImplclassRemoveLabelCommandImplclassValidateLabelsCommandImpl
-