@Deprecated @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)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
com.atlassian.sal.api.user.UserKey |
getOriginatingUserKey()
Deprecated.
|
Long |
getPageId()
Deprecated.
|
Integer |
getPageVersion()
Deprecated.
|
boolean |
isSuppressNotifications()
Deprecated.
|
String |
toString()
Deprecated.
|
getSource
public com.atlassian.sal.api.user.UserKey getOriginatingUserKey()
getOriginatingUserKey
in interface UserDriven
public Long getPageId()
public Integer getPageVersion()
public boolean isSuppressNotifications()
public String toString()
toString
in class EventObject
Copyright © 2003–2020 Atlassian. All rights reserved.