public class PageCopyEvent extends PageEvent implements Copied
source| Constructor and Description |
|---|
PageCopyEvent(Object source,
Page origin,
Page destination,
boolean suppressNotifications,
PageCopyOptions pageCopyOptions) |
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() |
@Nullable PageCopyOptions |
getPageCopyOptions() |
int |
hashCode()
Subclasses must override this to hash their own fields.
|
getContent, getPage, toStringisSuppressNotifications, setSuppressNotificationsgetSourceclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetTimestamppublic PageCopyEvent(Object source, Page origin, Page destination, @Nullable ConfluenceUser initiator, boolean suppressNotifications)
public PageCopyEvent(Object source, Page origin, Page destination, boolean suppressNotifications, PageCopyOptions pageCopyOptions)
public Page getOrigin()
public Page getDestination()
public @Nullable ConfluenceUser getInitiator()
public @Nullable PageCopyOptions getPageCopyOptions()
public int hashCode()
ConfluenceEventpublic boolean equals(@Nullable Object obj)
ConfluenceEventSubclasses must override this to compare their own fields.
Copyright © 2003–2023 Atlassian. All rights reserved.