public class PageCopyEvent extends PageEvent implements Copied
source
Constructor and Description |
---|
PageCopyEvent(Object source,
Page origin,
Page destination,
@Nullable ConfluenceUser initiator,
boolean suppressNotifications) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(@Nullable Object obj)
Equals for ConfluenceEvents is defined such that specific sub-events are only equal to events of the same type.
|
Page |
getDestination() |
@Nullable ConfluenceUser |
getInitiator() |
Page |
getOrigin() |
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 PageCopyEvent(Object source, Page origin, Page destination, @Nullable ConfluenceUser initiator, boolean suppressNotifications)
public Page getOrigin()
public Page getDestination()
public @Nullable ConfluenceUser getInitiator()
public int hashCode()
ConfluenceEvent
public boolean equals(@Nullable Object obj)
ConfluenceEvent
Subclasses must override this to compare their own fields.
Copyright © 2003–2021 Atlassian. All rights reserved.