Uses of Interface
com.atlassian.confluence.content.service.page.MovePageCommand

Packages that use MovePageCommand
com.atlassian.confluence.content.service   
com.atlassian.confluence.content.service.page   
com.atlassian.confluence.pages.actions   
 

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

Methods in com.atlassian.confluence.content.service that return MovePageCommand
 MovePageCommand PageService.newMovePageCommand(PageLocator sourcePageLocator, PageLocator targetPageLocator, java.lang.String position)
          Retrieve a command to perform a simple move operation.
 MovePageCommand DefaultPageService.newMovePageCommand(PageLocator sourcePageLocator, PageLocator targetPageLocator, java.lang.String position)
           
 MovePageCommand PageService.newMovePageCommand(PageLocator sourcePageLocator, SpaceLocator targetSpaceLocator)
          Retrieve a command that performs a move operation of a page to a top level of a target space.
 MovePageCommand DefaultPageService.newMovePageCommand(PageLocator sourcePageLocator, SpaceLocator targetSpaceLocator)
           
 

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

Classes in com.atlassian.confluence.content.service.page that implement MovePageCommand
 class MovePageCommandImpl
           
 class MovePageToTopOfSpaceCommand
          A command that moves a page to a top level of a given space.
 

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

Methods in com.atlassian.confluence.pages.actions that return MovePageCommand
protected  MovePageCommand AbstractCreateAndEditPageAction.getMovePageCommand()
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.