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

Packages that use ServiceCommand
com.atlassian.confluence.content.service.comment   
com.atlassian.confluence.content.service.page   
com.atlassian.confluence.core.actions   
com.atlassian.confluence.core.service   
com.atlassian.confluence.spring.service   
 

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

Subinterfaces of ServiceCommand in com.atlassian.confluence.content.service.comment
 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 DeleteCommentCommandImpl
           
 class EditCommentCommandImpl
           
 

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

Subinterfaces of ServiceCommand in com.atlassian.confluence.content.service.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 MovePageCommandImpl
           
 class MovePageToTopOfSpaceCommand
          A command that moves a page to a top level of a given space.
 class TrashPageCommandImpl
           
 

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.
 

Constructors in com.atlassian.confluence.core.service with parameters of type ServiceCommand
CommandActionHelper(ServiceCommand command)
           
RunAsUserCommand(com.atlassian.user.User userToRunAs, ServiceCommand delegate)
           
 

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

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

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



Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.