Uses of Class
com.atlassian.confluence.core.service.AbstractServiceCommand

Packages that use AbstractServiceCommand
com.atlassian.confluence.content.service   
com.atlassian.confluence.content.service.blogpost   
com.atlassian.confluence.content.service.comment   
com.atlassian.confluence.content.service.page   
com.atlassian.confluence.content.service.space   
com.atlassian.confluence.labels.service   
com.atlassian.confluence.user.service   
 

Uses of AbstractServiceCommand in com.atlassian.confluence.content.service
 

Subclasses of AbstractServiceCommand in com.atlassian.confluence.content.service
 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
 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 RevertBlogPostCommand
           
 

Uses of AbstractServiceCommand in com.atlassian.confluence.content.service.comment
 

Subclasses of AbstractServiceCommand in com.atlassian.confluence.content.service.comment
 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
 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 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
           
 

Uses of AbstractServiceCommand in com.atlassian.confluence.content.service.space
 

Subclasses of AbstractServiceCommand in com.atlassian.confluence.content.service.space
 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
 class AbstractLabelsCommand
          Provides basic label methods that should be common to all label commands
 class AddLabelsCommandImpl
           
 class RemoveLabelCommandImpl
           
 class ValidateLabelsCommandImpl
           
 

Uses of AbstractServiceCommand in com.atlassian.confluence.user.service
 

Subclasses of AbstractServiceCommand in com.atlassian.confluence.user.service
 class DeleteProfilePictureCommandImpl
           
 class SetProfilePictureFromFilenameCommand
          Service command for setting a user's profile picture to previously uploaded attachment, or to a built-in icon.
 class SetProfilePictureFromImageCommandImpl
          Service command for setting a user's profile picture to a newly uploaded image.
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.