Uses of Class
com.atlassian.confluence.core.service.AbstractServiceCommand
Packages that use AbstractServiceCommand
Package
Description
-
Uses of AbstractServiceCommand in com.atlassian.confluence.content.service
Subclasses of AbstractServiceCommand in com.atlassian.confluence.content.serviceModifier and TypeClassDescriptionclass
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.blogpostModifier and TypeClassDescriptionclass
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
A command that moves a blog post to a top level of a given space.class
Service command for removing a version of a blog post.class
-
Uses of AbstractServiceCommand in com.atlassian.confluence.content.service.comment
Subclasses of AbstractServiceCommand in com.atlassian.confluence.content.service.commentModifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of AbstractServiceCommand in com.atlassian.confluence.content.service.page
Subclasses of AbstractServiceCommand in com.atlassian.confluence.content.service.pageModifier and TypeClassDescriptionclass
class
An abstract base class for create commands for AbstractPage subclasses such as Page or BlogPostclass
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
This command is only necessary becauseCopyPageAction
has different authorisation and validation logic fromCreatePageAction
.class
Service command for removing a blog post.class
Service command for removing a page.class
Base class for commands which are responsible for page movingclass
class
A command that moves a page to a top level of a given space.class
Service command for removing a version of a page or blog post.class
Service command for removing a version of a page.class
class
Removes page position information from the children of the provided page, effectively reverting their order to alphabetical.class
-
Uses of AbstractServiceCommand in com.atlassian.confluence.content.service.space
Subclasses of AbstractServiceCommand in com.atlassian.confluence.content.service.spaceModifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of AbstractServiceCommand in com.atlassian.confluence.labels.service
Subclasses of AbstractServiceCommand in com.atlassian.confluence.labels.serviceModifier and TypeClassDescriptionclass
Provides basic label methods that should be common to all label commandsclass
class
class
SpaceService.delete(com.atlassian.confluence.api.model.content.Space)