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