| Package | Description |
|---|---|
| com.atlassian.confluence.content.service | |
| com.atlassian.confluence.content.service.page | |
| com.atlassian.confluence.pages.actions |
| Modifier and Type | Method and Description |
|---|---|
MovePageCommand |
PageService.newMovePageCommand(PageLocator sourcePageLocator,
PageLocator targetPageLocator,
String position)
Retrieve a command to perform a simple move operation.
|
MovePageCommand |
DefaultPageService.newMovePageCommand(PageLocator sourcePageLocator,
PageLocator targetPageLocator,
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) |
| Modifier and Type | Class and 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.
|
| Modifier and Type | Method and Description |
|---|---|
MovePageCommand |
LongRunningTaskMovePageCommandDecorator.getCommandDelegate() |
| Constructor and Description |
|---|
LongRunningTaskMovePageCommandDecorator(MovePageCommand commandDelegate,
LongRunningTaskManagerInternal longRunningTaskManager) |
| Modifier and Type | Method and Description |
|---|---|
protected MovePageCommand |
AbstractCreateAndEditPageAction.getMovePageCommand() |
Copyright © 2003–2022 Atlassian. All rights reserved.