public abstract class AbstractPageHierarchyEvent extends PageEvent
source
Constructor and Description |
---|
AbstractPageHierarchyEvent(Object source,
Page page,
@Nullable ConfluenceUser initiator,
boolean suppressNotifications) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(@Nullable 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, toString
isSuppressNotifications, setSuppressNotifications
getSource
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getTimestamp
public AbstractPageHierarchyEvent(Object source, Page page, @Nullable ConfluenceUser initiator, boolean suppressNotifications)
public Optional<ConfluenceUser> getInitiator()
public boolean equals(@Nullable Object other)
ConfluenceEvent
Subclasses must override this to compare their own fields.
public int hashCode()
ConfluenceEvent
public Page getTargetPage()
Copyright © 2003–2019 Atlassian. All rights reserved.