public abstract class AbstractPageHierarchyEvent extends PageEvent
source| Constructor and Description |
|---|
AbstractPageHierarchyEvent(Object source,
Page page,
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.
|
Optional<ConfluenceUser> |
getInitiator() |
Page |
getTargetPage() |
int |
hashCode()
Subclasses must override this to hash their own fields.
|
getContent, getPage, toStringisSuppressNotifications, setSuppressNotificationsgetSourceclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetTimestamppublic AbstractPageHierarchyEvent(Object source, Page page, @Nullable ConfluenceUser initiator, boolean suppressNotifications)
public Optional<ConfluenceUser> getInitiator()
public boolean equals(@Nullable Object other)
ConfluenceEventSubclasses must override this to compare their own fields.
public int hashCode()
ConfluenceEventpublic Page getTargetPage()
Copyright © 2003–2017 Atlassian. All rights reserved.