public abstract class AbstractCopyPageHierarchyEvent extends AbstractPageHierarchyEvent
source| Constructor and Description |
|---|
AbstractCopyPageHierarchyEvent(Object source,
Page root,
Page destination,
ConfluenceUser initiator,
boolean suppressNotifications) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other)
Equals for ConfluenceEvents is defined such that specific sub-events are only equal to events of the same type.
|
Page |
getDestination() |
Page |
getTargetPage() |
int |
hashCode()
Subclasses must override this to hash their own fields.
|
getInitiatorgetContent, getPage, toStringisSuppressNotifications, setSuppressNotificationsgetSourceclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetTimestamppublic AbstractCopyPageHierarchyEvent(Object source, Page root, Page destination, @Nullable ConfluenceUser initiator, boolean suppressNotifications)
public Page getDestination()
public final Page getTargetPage()
getTargetPage in class AbstractPageHierarchyEventpublic boolean equals(@Nullable Object other)
ConfluenceEventSubclasses must override this to compare their own fields.
equals in class AbstractPageHierarchyEventother - the object to compare.Event.equals(Object)public int hashCode()
ConfluenceEventhashCode in class AbstractPageHierarchyEventEvent.hashCode()Copyright © 2003–2018 Atlassian. All rights reserved.