com.atlassian.confluence.event.events.content.page
Class PageMoveEvent.PageReorder

java.lang.Object
  extended by com.atlassian.confluence.event.events.content.page.PageMoveEvent.PageReorder
Enclosing class:
PageMoveEvent

public static class PageMoveEvent.PageReorder
extends java.lang.Object

Wraps the details of a Page movement. Makes it easier to create events for multiple Page moves.


Constructor Summary
PageMoveEvent.PageReorder(Page movedPage, Space oldSpace, Page oldParent, java.lang.Integer oldPosition)
           
 
Method Summary
 Page getMovedPage()
           
 java.lang.Integer getOldPosition()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageMoveEvent.PageReorder

public PageMoveEvent.PageReorder(Page movedPage,
                                 Space oldSpace,
                                 Page oldParent,
                                 java.lang.Integer oldPosition)
Method Detail

getMovedPage

public Page getMovedPage()

getOldPosition

public java.lang.Integer getOldPosition()


Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.