|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MovePageCommand
An interface for a command that implements the logic to move a page to another parent or space. This can also change the position within its siblings.
| Field Summary | |
|---|---|
static java.lang.String |
POSITION_ABOVE
Indicates to move the source node above (immediately before) the target node |
static java.lang.String |
POSITION_APPEND
Indicates to move the source node the last of the target node |
static java.lang.String |
POSITION_BELOW
Indicates to move the source node below (immediately after) the target node |
static java.lang.String |
POSITION_TOP_LEVEL
Indicates to move the source node to the top level of a space |
| Method Summary | |
|---|---|
Page |
getPage()
|
| Methods inherited from interface com.atlassian.confluence.core.service.ServiceCommand |
|---|
execute, getValidationErrors, isAuthorized, isValid |
| Field Detail |
|---|
static final java.lang.String POSITION_ABOVE
static final java.lang.String POSITION_BELOW
static final java.lang.String POSITION_APPEND
static final java.lang.String POSITION_TOP_LEVEL
| Method Detail |
|---|
Page getPage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||