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 class
RenderContentCommandImpl
A 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 class
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.class
MoveBlogPostToTopOfSpaceCommand
A command that moves a blog post to a top level of a given space.class
RemoveBlogPostVersionCommand
Service command for removing a version of a blog post.class
RevertBlogPostCommand
-
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 class
CreateCommentCommandImpl
class
CreateCommentFromEditorCommand
class
DeleteCommentCommandImpl
class
EditCommentCommandImpl
class
EditCommentFromEditorCommand
-
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 class
CreateAbstractPageCommandImpl
An abstract base class for create commands for AbstractPage subclasses such as Page or BlogPostclass
CreatePageCommandImpl
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.class
CreatePageFromExistingCommandImpl
This command is only necessary becauseCopyPageAction
has different authorisation and validation logic fromCreatePageAction
.class
DeleteBlogPostCommand
Service command for removing a blog post.class
DeletePageCommand
Service command for removing a page.class
MovePageAbstractCommand
Base class for commands which are responsible for page movingclass
MovePageCommandImpl
class
MovePageToTopOfSpaceCommand
A command that moves a page to a top level of a given space.class
RemoveAbstractPageVersionCommand
Service command for removing a version of a page or blog post.class
RemovePageVersionCommand
Service command for removing a version of a page.class
RevertPageCommand
class
RevertPageOrderCommand
Removes page position information from the children of the provided page, effectively reverting their order to alphabetical.class
SetPageOrderCommand
-
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 class
DeleteSpaceCommand
Service 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 class
AbstractLabelsCommand
Provides basic label methods that should be common to all label commandsclass
AddLabelsCommandImpl
class
RemoveLabelCommandImpl
class
ValidateLabelsCommandImpl
-