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.MovePageModeMovePageCommandHelper.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 MovePageCommandMovePageCommandHelper. newMovePageCommand(PageLocator sourcePageLocator, PageLocator targetPageLocator, String position, MovePageCommandHelper.MovePageMode movePageMode)Determine whether to return the correctMovePageCommandimplementation depending on the mode suppliedMovePageCommandMovePageCommandHelper. newMovePageCommand(PageLocator sourcePageLocator, SpaceLocator targetSpaceLocator, MovePageCommandHelper.MovePageMode movePageMode)Determine whether to return the correctMovePageCommandimplementation depending on the mode supplied
-