Uses of Interface
com.atlassian.confluence.content.service.page.MovePageCommand
-
Packages that use MovePageCommand Package Description 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 Modifier and Type Method Description MovePageCommand
DefaultPageService. newMovePageCommand(PageLocator sourcePageLocator, PageLocator targetPageLocator, String position)
MovePageCommand
DefaultPageService. newMovePageCommand(PageLocator sourcePageLocator, SpaceLocator targetSpaceLocator)
MovePageCommand
PageService. newMovePageCommand(PageLocator sourcePageLocator, PageLocator targetPageLocator, String position)
Retrieve a command to perform a simple move operation.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. -
Uses of MovePageCommand in com.atlassian.confluence.content.service.page
Classes in com.atlassian.confluence.content.service.page that implement MovePageCommand Modifier and Type Class Description class
LongRunningTaskMovePageCommandDecorator
A Decorator for existing MovePageCommands to be run synchronously as a LongRunningTask.class
MovePageCommandImpl
class
MovePageToTopOfSpaceCommand
A command that moves a page to a top level of a given space.Methods in com.atlassian.confluence.content.service.page that return MovePageCommand Modifier and Type Method Description MovePageCommand
LongRunningTaskMovePageCommandDecorator. getCommandDelegate()
Constructors in com.atlassian.confluence.content.service.page with parameters of type MovePageCommand Constructor Description LongRunningTaskMovePageCommandDecorator(MovePageCommand commandDelegate, LongRunningTaskManagerInternal longRunningTaskManager)
-
Uses of MovePageCommand in com.atlassian.confluence.pages.actions
Methods in com.atlassian.confluence.pages.actions that return MovePageCommand Modifier and Type Method Description protected MovePageCommand
AbstractCreateAndEditPageAction. getMovePageCommand()
-