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 |
MovePageAbstractCommand
Base class for commands which are responsible for page moving
|
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() |
MovePageCommand |
MovePageCommandHelper.newMovePageCommand(PageLocator sourcePageLocator,
PageLocator targetPageLocator,
String position,
MovePageCommandHelper.MovePageMode movePageMode)
Determine whether to return the correct
MovePageCommand implementation depending on the mode supplied |
MovePageCommand |
MovePageCommandHelper.newMovePageCommand(PageLocator sourcePageLocator,
SpaceLocator targetSpaceLocator,
MovePageCommandHelper.MovePageMode movePageMode)
Determine whether to return the correct
MovePageCommand implementation depending on the mode supplied |
Constructor and Description |
---|
LongRunningTaskMovePageCommandDecorator(MovePageCommand commandDelegate,
LongRunningTaskManagerInternal longRunningTaskManager) |
Modifier and Type | Method and Description |
---|---|
protected MovePageCommand |
AbstractCreateAndEditPageAction.getMovePageCommand() |
Copyright © 2003–2023 Atlassian. All rights reserved.
View cookie preferences