Class PageEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.springframework.context.ApplicationEvent
-
- com.atlassian.event.Event
-
- com.atlassian.confluence.event.events.content.page.async.PageEvent
-
- All Implemented Interfaces:
UserDriven
,Serializable
- Direct Known Subclasses:
PageCreatedEvent
,PageEditedEvent
,PageMovedEvent
,PageTrashedEvent
@Deprecated @AsynchronousPreferred public abstract class PageEvent extends com.atlassian.event.Event implements UserDriven
Deprecated.since 7.2.0Notification which carries only identities of objects and safely could be used outside of hibernate session- Since:
- 5.3
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description com.atlassian.sal.api.user.UserKey
getOriginatingUserKey()
Deprecated.Long
getPageId()
Deprecated.Integer
getPageVersion()
Deprecated.boolean
isSuppressNotifications()
Deprecated.String
toString()
Deprecated.-
Methods inherited from class java.util.EventObject
getSource
-
-
-
-
Method Detail
-
getOriginatingUserKey
public com.atlassian.sal.api.user.UserKey getOriginatingUserKey()
Deprecated.- Specified by:
getOriginatingUserKey
in interfaceUserDriven
-
getPageId
public Long getPageId()
Deprecated.
-
getPageVersion
public Integer getPageVersion()
Deprecated.
-
isSuppressNotifications
public boolean isSuppressNotifications()
Deprecated.
-
toString
public String toString()
Deprecated.- Overrides:
toString
in classEventObject
-
-