public class PageChildrenReorderEvent extends PageEvent implements Updated
source
Constructor and Description |
---|
PageChildrenReorderEvent(Object src,
Page parentPage,
List oldSortedChildren,
List newSortedChildren,
com.atlassian.user.User user) |
Modifier and Type | Method and Description |
---|---|
List |
getNewSortedChildren() |
List |
getOldSortedChildren() |
com.atlassian.user.User |
getUser() |
getContent, getPage, toString
equals, isSuppressNotifications, setSuppressNotifications
getSource
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getTimestamp
public PageChildrenReorderEvent(Object src, Page parentPage, List oldSortedChildren, List newSortedChildren, com.atlassian.user.User user)
src
- the object that performed the moveparentPage
- the page that has reordered childrenoldSortedChildren
- the ordered List of child pages before the reordernewSortedChildren
- the ordered List of child pages after the reorderuser
- the user that moved the pagepublic com.atlassian.user.User getUser()
public List getOldSortedChildren()
public List getNewSortedChildren()
Copyright © 2003–2016 Atlassian. All rights reserved.