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, 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 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()
ConfluenceEvent
public boolean equals(@Nullable Object obj)
ConfluenceEvent
Subclasses must override this to compare their own fields.
Copyright © 2003–2023 Atlassian. All rights reserved.
View cookie preferences