public class PageChildrenReorderEvent extends PageEvent implements Updated
source
Constructor and Description |
---|
PageChildrenReorderEvent(Object src,
Page parentPage,
List<Page> oldSortedChildren,
List<Page> newSortedChildren,
com.atlassian.user.User user) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Equals for ConfluenceEvents is defined such that specific sub-events are only equal to events of the same type.
|
List<Page> |
getNewSortedChildPages() |
List |
getNewSortedChildren()
Deprecated.
since 5.8. Use
getNewSortedChildPages() instead. |
List<Page> |
getOldSortedChildPages() |
List |
getOldSortedChildren()
Deprecated.
since 5.8. Use
getOldSortedChildPages() instead. |
com.atlassian.user.User |
getUser() |
int |
hashCode()
Subclasses must override this to hash their own fields.
|
getContent, getPage, toString
isSuppressNotifications, setSuppressNotifications
getSource
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getTimestamp
public PageChildrenReorderEvent(Object src, Page parentPage, List<Page> oldSortedChildren, List<Page> newSortedChildren, @Nullable 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 page. Can be null@Nullable public com.atlassian.user.User getUser()
@Deprecated @Nonnull public List getOldSortedChildren()
getOldSortedChildPages()
instead.@Nonnull public List<Page> getOldSortedChildPages()
@Deprecated @Nonnull public List getNewSortedChildren()
getNewSortedChildPages()
instead.@Nonnull public List<Page> getNewSortedChildPages()
public boolean equals(@Nullable Object obj)
ConfluenceEvent
public int hashCode()
ConfluenceEvent
Copyright © 2003–2015 Atlassian. All rights reserved.