Class PageEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.confluence.event.events.ConfluenceEvent
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 ConfluenceEvent
implements UserDriven
Deprecated.
since 7.2.0
Notification which carries only identities of objects and safely could be used outside of hibernate session
- Since:
- 5.3
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.atlassian.sal.api.user.UserKey
Deprecated.Deprecated.Deprecated.boolean
Deprecated.toString()
Deprecated.Methods inherited from class com.atlassian.confluence.event.events.ConfluenceEvent
equals, hashCode
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
getSource
-
Constructor Details
-
Method Details
-
getOriginatingUserKey
public com.atlassian.sal.api.user.UserKey getOriginatingUserKey()Deprecated.- Specified by:
getOriginatingUserKey
in interfaceUserDriven
-
getPageId
Deprecated. -
getPageVersion
Deprecated. -
isSuppressNotifications
public boolean isSuppressNotifications()Deprecated. -
toString
Deprecated.- Overrides:
toString
in classEventObject
-