Uses of Interface
com.atlassian.confluence.core.service.ServiceCommand

Packages that use ServiceCommand
com.atlassian.confluence.api.impl.service.content.typebinding   
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.core.actions   
com.atlassian.confluence.core.service   
com.atlassian.confluence.labels.service   
com.atlassian.confluence.pages.actions   
com.atlassian.confluence.renderer.actions   
com.atlassian.confluence.spring.service   
com.atlassian.confluence.ui.rest.service.content   
com.atlassian.confluence.user.service   
 

Uses of ServiceCommand in com.atlassian.confluence.api.impl.service.content.typebinding
 

Methods in com.atlassian.confluence.api.impl.service.content.typebinding with parameters of type ServiceCommand
protected  void CommentContentTypeApiSupport.execute(ServiceCommand command)
           
 

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

Subinterfaces of ServiceCommand in com.atlassian.confluence.content.service
 interface RenderContentCommand
          A command that can render some content.
 

Classes in com.atlassian.confluence.content.service that implement ServiceCommand
 class RenderContentCommandImpl
           A command that renders content for preview mode in the editor.
 

Methods in com.atlassian.confluence.content.service that return ServiceCommand
 ServiceCommand DefaultBlogPostService.newCreateBlogPostCommand(BlogPostProvider provider, ContentPermissionProvider permissionProvider, CreateContextProvider contextProvider, Draft draft, com.atlassian.user.User user, boolean notifySelf)
           
 ServiceCommand BlogPostService.newCreateBlogPostCommand(BlogPostProvider provider, ContentPermissionProvider permissionProvider, CreateContextProvider contextProvider, Draft draft, com.atlassian.user.User user, boolean notifySelf)
           
 ServiceCommand DefaultBlogPostService.newCreateBlogPostCommand(BlogPostProvider provider, ContentPermissionProvider permissionProvider, Draft draft, com.atlassian.user.User user, boolean notifySelf)
          Deprecated. 
 ServiceCommand BlogPostService.newCreateBlogPostCommand(BlogPostProvider provider, ContentPermissionProvider permissionProvider, Draft draft, com.atlassian.user.User user, boolean notifySelf)
          Deprecated. @since 5.4 use BlogPostService.newCreateBlogPostCommand(BlogPostProvider provider, ContentPermissionProvider permissionProvider, CreateContextProvider contextProvider, Draft draft, User user, boolean notifySelf)
 ServiceCommand DefaultBlogPostService.newCreateBlogPostCommand(BlogPostProvider provider, ContentPermissionProvider permissionProvider, com.atlassian.user.User user, boolean notifySelf)
          Deprecated. 
 ServiceCommand BlogPostService.newCreateBlogPostCommand(BlogPostProvider provider, ContentPermissionProvider permissionProvider, com.atlassian.user.User user, boolean notifySelf)
          Deprecated. @since 4.3 use BlogPostService.newCreateBlogPostCommand(BlogPostProvider provider, ContentPermissionProvider permissionProvider, Draft draft, User user, boolean notifySelf)
 ServiceCommand PageService.newCreatePageCommand(PageProvider provider, ContentPermissionProvider permissionProvider, CreateContextProvider contextProvider, Draft draft, com.atlassian.user.User user, boolean notifySelf)
          Retrieve a command for creating a new page for the specified user.
 ServiceCommand DefaultPageService.newCreatePageCommand(PageProvider provider, ContentPermissionProvider permissionProvider, CreateContextProvider contextProvider, Draft draft, com.atlassian.user.User user, boolean notifySelf)
           
 ServiceCommand PageService.newCreatePageCommand(PageProvider provider, ContentPermissionProvider permissionProvider, Draft draft, com.atlassian.user.User user, boolean notifySelf)
          Deprecated. @since 5.4 use PageService.newCreatePageCommand(PageProvider provider, ContentPermissionProvider permissionProvider, CreateContextProvider contextProvider, Draft draft, User user, boolean notifySelf)
 ServiceCommand DefaultPageService.newCreatePageCommand(PageProvider provider, ContentPermissionProvider permissionProvider, Draft draft, com.atlassian.user.User user, boolean notifySelf)
          Deprecated. 
 ServiceCommand PageService.newCreatePageCommand(PageProvider provider, ContentPermissionProvider permissionProvider, com.atlassian.user.User user, boolean notifySelf)
          Deprecated. @since 4.3 use PageService.newCreatePageCommand(PageProvider provider, ContentPermissionProvider permissionProvider, Draft draft, User user, boolean notifySelf)
 ServiceCommand DefaultPageService.newCreatePageCommand(PageProvider provider, ContentPermissionProvider permissionProvider, com.atlassian.user.User user, boolean notifySelf)
          Deprecated. 
 ServiceCommand PageService.newCreatePageCommandFromExisting(PageProvider provider, ContentPermissionProvider permissionProvider, Draft draft, com.atlassian.user.User user, boolean notifySelf)
          Deprecated. since 5.4.1, use PageService.newCreatePageCommandFromExisting(PageProvider provider, ContentPermissionProvider permissionProvider, Draft draft, User user, boolean notifySelf, SpaceProvider spaceProvider)
 ServiceCommand DefaultPageService.newCreatePageCommandFromExisting(PageProvider provider, ContentPermissionProvider permissionProvider, Draft draft, com.atlassian.user.User user, boolean notifySelf)
          Deprecated. 
 ServiceCommand PageService.newCreatePageCommandFromExisting(PageProvider provider, ContentPermissionProvider permissionProvider, Draft draft, com.atlassian.user.User user, boolean notifySelf, SpaceProvider spaceProvider)
           This is not a public API method! Creating a page from an existing page has different authorisation and validation logic from creating a brand new page.
 ServiceCommand DefaultPageService.newCreatePageCommandFromExisting(PageProvider provider, ContentPermissionProvider permissionProvider, Draft draft, com.atlassian.user.User user, boolean notifySelf, SpaceProvider spaceProvider)
           
 ServiceCommand DefaultBlogPostService.newDeleteBlogPostCommand(BlogPostLocator blogPostLocator)
           
 ServiceCommand BlogPostService.newDeleteBlogPostCommand(BlogPostLocator blogPostLocator)
          Retrieve a command to remove an existing blog post
 ServiceCommand PageService.newDeletePageCommand(PageLocator pageLocator)
          Retrieve a command to remove an existing page
 ServiceCommand DefaultPageService.newDeletePageCommand(PageLocator pageLocator)
           
 ServiceCommand DefaultBlogPostService.newMoveBlogPostCommand(BlogPostLocator blogPostLocator, SpaceLocator targetSpaceLocator)
           
 ServiceCommand BlogPostService.newMoveBlogPostCommand(BlogPostLocator blogPostLocator, SpaceLocator targetSpaceLocator)
          Creates a new ServiceCommand for moving an existing BlogPost.
 ServiceCommand PageService.newRemovePageVersionCommand(PageLocator pageLocator)
           
 ServiceCommand DefaultPageService.newRemovePageVersionCommand(PageLocator pageLocator)
           
 ServiceCommand DefaultBlogPostService.newRevertBlogPostCommand(BlogPostLocator blogPostToRevert, int version, String revertComment, boolean revertTitle)
           
 ServiceCommand BlogPostService.newRevertBlogPostCommand(BlogPostLocator blogPostToRevert, int version, String revertComment, boolean revertTitle)
          Retrieve a command to revert a blogpost
 ServiceCommand PageService.newRevertPageCommand(PageLocator pageToRevert, int version, String revertComment, boolean revertTitle)
          Retrieve a command to revert a page
 ServiceCommand DefaultPageService.newRevertPageCommand(PageLocator pageToRevert, int version, String revertComment, boolean revertTitle)
           
 ServiceCommand PageService.newRevertPageOrderCommand(PageLocator parentPageLocator)
          Retrieve a command to clear any existing positions for children of the located Page.
 ServiceCommand DefaultPageService.newRevertPageOrderCommand(PageLocator parentPageLocator)
           
 ServiceCommand PageService.newSetPageOrderCommand(PageLocator parentPageLocator, List<Long> childPageIds)
          Retrieve a command to set the order of all children for a supplied parent Page locator.
 ServiceCommand DefaultPageService.newSetPageOrderCommand(PageLocator parentPageLocator, List<Long> childPageIds)
           
 

Uses of ServiceCommand in com.atlassian.confluence.content.service.blogpost
 

Subinterfaces of ServiceCommand in com.atlassian.confluence.content.service.blogpost
 interface CreateBlogPostCommand
          An interface for a command that will create a new BlogPost.
 

Classes in com.atlassian.confluence.content.service.blogpost that implement ServiceCommand
 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 RevertBlogPostCommand
           
 

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

Subinterfaces of ServiceCommand in com.atlassian.confluence.content.service.comment
 interface CommentCommand
           
 interface CreateCommentCommand
          Service command to create a new comment
 interface DeleteCommentCommand
          Service command for removing a comment.
 interface EditCommentCommand
          Service command for editing an existing comment.
 

Classes in com.atlassian.confluence.content.service.comment that implement ServiceCommand
 class CreateCommentCommandImpl
           
 class CreateCommentFromEditorCommand
           
 class DeleteCommentCommandImpl
           
 class EditCommentCommandImpl
           
 class EditCommentFromEditorCommand
           
 

Uses of ServiceCommand in com.atlassian.confluence.content.service.page
 

Subinterfaces of ServiceCommand in com.atlassian.confluence.content.service.page
 interface CreatePageCommand
          An interface for a command that will create a new page.
 interface MovePageCommand
          An interface for a command that implements the logic to move a page to another parent or space.
 interface TrashPageCommand
           
 

Classes in com.atlassian.confluence.content.service.page that implement ServiceCommand
 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 ServiceCommand in com.atlassian.confluence.content.service.space
 

Classes in com.atlassian.confluence.content.service.space that implement ServiceCommand
 class DeleteSpaceCommand
          Service command for removing a space.
 

Uses of ServiceCommand in com.atlassian.confluence.core.actions
 

Constructors in com.atlassian.confluence.core.actions with parameters of type ServiceCommand
ServiceBackedActionHelper(ServiceCommand serviceCommand)
           
 

Uses of ServiceCommand in com.atlassian.confluence.core.service
 

Classes in com.atlassian.confluence.core.service that implement ServiceCommand
 class AbstractServiceCommand
          Base implementation of ServiceCommand that takes care of the internal logic related to the order in which the various operations must be performed.
 class RunAsUserCommand
          An experimental command for running services as another user.
 

Methods in com.atlassian.confluence.core.service that return ServiceCommand
 ServiceCommand CommandActionHelper.getCommand()
           
 

Constructors in com.atlassian.confluence.core.service with parameters of type ServiceCommand
CommandActionHelper(ServiceCommand command)
           
RunAsUserCommand(ConfluenceUser userToRunAs, ServiceCommand delegate)
           
RunAsUserCommand(com.atlassian.user.User userToRunAs, ServiceCommand delegate)
          Deprecated. since 5.2. Use RunAsUserCommand.RunAsUserCommand(com.atlassian.confluence.user.ConfluenceUser, ServiceCommand) instead.
 

Uses of ServiceCommand in com.atlassian.confluence.labels.service
 

Subinterfaces of ServiceCommand in com.atlassian.confluence.labels.service
 interface AddLabelsCommand
          Takes a string of comma separated labels and adds them to a Page or Blog Post for the specified user.
 interface RemoveLabelCommand
          Removes a label from a Page or Blog Post.
 interface ValidateLabelsCommand
           
 

Classes in com.atlassian.confluence.labels.service that implement ServiceCommand
 class AbstractLabelsCommand
          Provides basic label methods that should be common to all label commands
 class AddLabelsCommandImpl
           
 class RemoveLabelCommandImpl
           
 class ValidateLabelsCommandImpl
           
 

Uses of ServiceCommand in com.atlassian.confluence.pages.actions
 

Methods in com.atlassian.confluence.pages.actions that return ServiceCommand
protected  ServiceCommand SetPageOrderAction.createCommand()
           
protected  ServiceCommand RevertPageOrderAction.createCommand()
           
protected  ServiceCommand RemoveHistoricalVersionAction.createCommand()
           
protected  ServiceCommand MovePageAction.createCommand()
           
protected  ServiceCommand MoveBlogPostAction.createCommand()
           
protected  ServiceCommand CreatePageAction.createCommand()
           
protected  ServiceCommand CreateBlogPostAction.createCommand()
           
protected  ServiceCommand CopyPageAction.createCommand()
           
protected abstract  ServiceCommand AbstractCommandAction.createCommand()
           
 

Uses of ServiceCommand in com.atlassian.confluence.renderer.actions
 

Methods in com.atlassian.confluence.renderer.actions that return ServiceCommand
protected  ServiceCommand RenderContentAction.createCommand()
           
 

Uses of ServiceCommand in com.atlassian.confluence.spring.service
 

Methods in com.atlassian.confluence.spring.service that return ServiceCommand
 ServiceCommand ServiceCommandTransactionProxy.proxyCommand(ServiceCommand command, Class proxyInterface)
           
 

Methods in com.atlassian.confluence.spring.service with parameters of type ServiceCommand
 ServiceCommand ServiceCommandTransactionProxy.proxyCommand(ServiceCommand command, Class proxyInterface)
           
 

Uses of ServiceCommand in com.atlassian.confluence.ui.rest.service.content
 

Methods in com.atlassian.confluence.ui.rest.service.content with parameters of type ServiceCommand
static void LabelHelper.validateLabelsCommand(ServiceCommand command)
           
 

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

Subinterfaces of ServiceCommand in com.atlassian.confluence.user.service
 interface DeleteProfilePictureCommand
           
 interface SetProfilePictureCommand
          Commands for setting a user's profile picture
 

Classes in com.atlassian.confluence.user.service that implement ServiceCommand
 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.