@AsynchronousPreferred public abstract class PageEvent extends com.atlassian.event.Event implements UserDriven
source| Constructor and Description |
|---|
PageEvent(Object src,
com.atlassian.sal.api.user.UserKey originatingUserKey,
Long pageId,
Integer pageVersion,
boolean suppressNotifications) |
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.sal.api.user.UserKey |
getOriginatingUserKey() |
Long |
getPageId() |
Integer |
getPageVersion() |
boolean |
isSuppressNotifications() |
String |
toString() |
getSourcepublic com.atlassian.sal.api.user.UserKey getOriginatingUserKey()
getOriginatingUserKey in interface UserDrivenpublic Long getPageId()
public Integer getPageVersion()
public boolean isSuppressNotifications()
public String toString()
toString in class EventObjectCopyright © 2003–2021 Atlassian. All rights reserved.