Class PageTrashedEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.springframework.context.ApplicationEvent
-
- com.atlassian.event.Event
-
- com.atlassian.confluence.event.events.content.page.async.PageEvent
-
- com.atlassian.confluence.event.events.content.page.async.PageTrashedEvent
-
- All Implemented Interfaces:
UserDriven
,Trashed
,Serializable
@AsynchronousPreferred @Deprecated public class PageTrashedEvent extends PageEvent implements Trashed, UserDriven
Deprecated.since 5.5. Use the synchronous events- Since:
- 5.3
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description PageTrashedEvent(Object src, com.atlassian.sal.api.user.UserKey userKey, Long trashedPageId, Integer trashedPageVersion, boolean suppressNotifications)
Deprecated.
-
Method Summary
-
Methods inherited from class com.atlassian.confluence.event.events.content.page.async.PageEvent
getOriginatingUserKey, getPageId, getPageVersion, isSuppressNotifications, toString
-
Methods inherited from class java.util.EventObject
getSource
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.atlassian.confluence.event.events.content.page.async.types.UserDriven
getOriginatingUserKey
-
-