Class MovePageAbstractCommand
- java.lang.Object
-
- com.atlassian.confluence.core.service.AbstractServiceCommand
-
- com.atlassian.confluence.content.service.page.MovePageAbstractCommand
-
- All Implemented Interfaces:
MovePageCommand
,ServiceCommand
- Direct Known Subclasses:
MovePageCommandImpl
,MovePageToTopOfSpaceCommand
public abstract class MovePageAbstractCommand extends AbstractServiceCommand implements MovePageCommand
Base class for commands which are responsible for page moving- Since:
- 6.9.2
-
-
Field Summary
Fields Modifier and Type Field Description protected PageManager
pageManager
protected PermissionManager
permissionManager
-
Fields inherited from interface com.atlassian.confluence.content.service.page.MovePageCommand
POSITION_ABOVE, POSITION_APPEND, POSITION_BELOW, POSITION_TOP_LEVEL
-
-
Method Summary
-
Methods inherited from class com.atlassian.confluence.core.service.AbstractServiceCommand
execute, executeInternal, getCurrentUser, getValidationErrors, isAuthorized, isAuthorizedInternal, isValid, validateInternal
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.atlassian.confluence.content.service.page.MovePageCommand
getPage, getProgressMeter
-
Methods inherited from interface com.atlassian.confluence.core.service.ServiceCommand
execute, getValidationErrors, isAuthorized, isValid
-
-
-
-
Field Detail
-
pageManager
protected final PageManager pageManager
-
permissionManager
protected final PermissionManager permissionManager
-
-