Uses of Interface
com.atlassian.confluence.content.service.page.MovePageCommand
Packages that use MovePageCommand
Package
Description
-
Uses of MovePageCommand in com.atlassian.confluence.content.service
Methods in com.atlassian.confluence.content.service that return MovePageCommandModifier and TypeMethodDescriptionDefaultPageService.newMovePageCommand(PageLocator sourcePageLocator, PageLocator targetPageLocator, String position) DefaultPageService.newMovePageCommand(PageLocator sourcePageLocator, SpaceLocator targetSpaceLocator) PageService.newMovePageCommand(PageLocator sourcePageLocator, PageLocator targetPageLocator, String position) Retrieve a command to perform a simple move operation.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 MovePageCommandModifier and TypeClassDescriptionclassA Decorator for existing MovePageCommands to be run synchronously as a LongRunningTask.classBase class for commands which are responsible for page movingclassclassA command that moves a page to a top level of a given space.Methods in com.atlassian.confluence.content.service.page that return MovePageCommandModifier and TypeMethodDescriptionLongRunningTaskMovePageCommandDecorator.getCommandDelegate()MovePageCommandHelper.newMovePageCommand(PageLocator sourcePageLocator, PageLocator targetPageLocator, String position, MovePageCommandHelper.MovePageMode movePageMode) Determine whether to return the correctMovePageCommandimplementation depending on the mode suppliedMovePageCommandHelper.newMovePageCommand(PageLocator sourcePageLocator, SpaceLocator targetSpaceLocator, MovePageCommandHelper.MovePageMode movePageMode) Determine whether to return the correctMovePageCommandimplementation depending on the mode suppliedConstructors in com.atlassian.confluence.content.service.page with parameters of type MovePageCommandModifierConstructorDescriptionLongRunningTaskMovePageCommandDecorator(MovePageCommand commandDelegate, LongRunningTaskManagerInternal longRunningTaskManager) -
Uses of MovePageCommand in com.atlassian.confluence.pages.actions
Methods in com.atlassian.confluence.pages.actions that return MovePageCommandModifier and TypeMethodDescriptionprotected MovePageCommandAbstractCreateAndEditPageAction.getMovePageCommand()