public class PageTrashedEvent extends PageEvent implements Trashed, UserDriven
source| Constructor and Description |
|---|
PageTrashedEvent(Object src,
Page trashedPage,
com.atlassian.user.User trasher) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Equals for ConfluenceEvents is defined such that specific sub-events are only equal to events of the same type.
|
com.atlassian.user.User |
getOriginatingUser()
Return the user that generated the event if known.
|
int |
hashCode()
Subclasses must override this to hash their own fields.
|
getContent, getPage, toStringisSuppressNotifications, setSuppressNotificationsgetSourceclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetTimestamp@Nullable public com.atlassian.user.User getOriginatingUser()
UserDrivengetOriginatingUser in interface UserDrivenpublic boolean equals(@Nullable Object obj)
ConfluenceEventSubclasses must override this to compare their own fields.
public int hashCode()
ConfluenceEventCopyright © 2003–2016 Atlassian. All rights reserved.