@AsynchronousPreferred public abstract class PageEvent extends com.atlassian.event.Event implements UserDriven
Constructor and Description |
---|
PageEvent(java.lang.Object src,
com.atlassian.sal.api.user.UserKey originatingUserKey,
java.lang.Long pageId,
java.lang.Integer pageVersion,
boolean suppressNotifications) |
Modifier and Type | Method and Description |
---|---|
com.atlassian.sal.api.user.UserKey |
getOriginatingUserKey() |
java.lang.Long |
getPageId() |
java.lang.Integer |
getPageVersion() |
boolean |
isSuppressNotifications() |
java.lang.String |
toString() |
public PageEvent(java.lang.Object src, com.atlassian.sal.api.user.UserKey originatingUserKey, java.lang.Long pageId, java.lang.Integer pageVersion, boolean suppressNotifications)
public com.atlassian.sal.api.user.UserKey getOriginatingUserKey()
getOriginatingUserKey
in interface UserDriven
public java.lang.Long getPageId()
public java.lang.Integer getPageVersion()
public boolean isSuppressNotifications()
public java.lang.String toString()
toString
in class java.util.EventObject
Copyright © 2003-2014 Atlassian. All Rights Reserved.