public interface MovePageCommand extends ServiceCommand
Modifier and Type | Field and Description |
---|---|
static String |
POSITION_ABOVE
Indicates to move the source node above (immediately before) the target node
|
static String |
POSITION_APPEND
Indicates to move the source node the last of the target node
|
static String |
POSITION_BELOW
Indicates to move the source node below (immediately after) the target node
|
static String |
POSITION_TOP_LEVEL
Indicates to move the source node to the top level of a space
|
Modifier and Type | Method and Description |
---|---|
Page |
getPage() |
execute, getValidationErrors, isAuthorized, isValid
static final String POSITION_ABOVE
static final String POSITION_BELOW
static final String POSITION_APPEND
static final String POSITION_TOP_LEVEL
Page getPage()
Copyright © 2003–2017 Atlassian. All rights reserved.