Modifier and Type | Class and Description |
---|---|
class |
RenderContentCommandImpl
A command that renders content for preview mode in the editor.
|
Modifier and Type | Class and 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 |
Modifier and Type | Class and Description |
---|---|
class |
CreateCommentCommandImpl |
class |
CreateCommentFromEditorCommand |
class |
DeleteCommentCommandImpl |
class |
EditCommentCommandImpl |
class |
EditCommentFromEditorCommand |
Modifier and Type | Class and Description |
---|---|
class |
CreateAbstractPageCommandImpl
An abstract base class for create commands for AbstractPage subclasses such as Page or BlogPost
|
class |
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 because
CopyPageAction has different authorisation and
validation logic from CreatePageAction . |
class |
DeleteBlogPostCommand
Service command for removing a blog post.
|
class |
DeletePageCommand
Service command for removing a page.
|
class |
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 |
class |
TrashPageCommandImpl
Deprecated.
since 5.8. Use
DeletePageCommand instead |
Modifier and Type | Class and Description |
---|---|
class |
DeleteSpaceCommand
Service command for removing a space.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractLabelsCommand
Provides basic label methods that should be common to all label commands
|
class |
AddLabelsCommandImpl |
class |
RemoveLabelCommandImpl |
class |
ValidateLabelsCommandImpl |
Modifier and Type | Class and Description |
---|---|
class |
DeleteProfilePictureCommandImpl
Deprecated.
since 5.7. CONFDEV-28074 User profile related services will be extracted to a plugin.
|
class |
SetProfilePictureFromFilenameCommand
Deprecated.
since 5.7. CONFDEV-28074 User profile related services will be extracted to a plugin.
|
class |
SetProfilePictureFromImageCommandImpl
Deprecated.
since 5.7. CONFDEV-28074 User profile related services will be extracted to a plugin.
|
Copyright © 2003–2015 Atlassian. All rights reserved.