Uses of Enum Class
com.atlassian.confluence.content.service.page.MovePageCommandHelper.MovePageMode
Packages that use MovePageCommandHelper.MovePageMode
-
Uses of MovePageCommandHelper.MovePageMode in com.atlassian.confluence.content.service.page
Methods in com.atlassian.confluence.content.service.page that return MovePageCommandHelper.MovePageModeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static MovePageCommandHelper.MovePageMode[]
MovePageCommandHelper.MovePageMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.confluence.content.service.page with parameters of type MovePageCommandHelper.MovePageModeModifier and TypeMethodDescriptionMovePageCommandHelper.newMovePageCommand
(PageLocator sourcePageLocator, PageLocator targetPageLocator, String position, MovePageCommandHelper.MovePageMode movePageMode) Determine whether to return the correctMovePageCommand
implementation depending on the mode suppliedMovePageCommandHelper.newMovePageCommand
(PageLocator sourcePageLocator, SpaceLocator targetSpaceLocator, MovePageCommandHelper.MovePageMode movePageMode) Determine whether to return the correctMovePageCommand
implementation depending on the mode supplied