Class ConfluenceEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.confluence.event.events.ConfluenceEvent
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AbstractRestoreEvent,AsyncExportFinishedEvent,AsyncImportFinishedEvent,AsyncImportStartedEvent,AsyncLikeEvent,AsyncPluginEvent,AsyncPluginFrameworkStartedEvent,AsyncPluginModuleDisableEvent,AsyncPluginModuleEnableEvent,BackgroundJobFailedEvent,ClusterAccessModeEvent,ClusterCacheFlushEvent,ClusterDisableJobEvent,ClusterEnableJobEvent,ClusterEventTestingService.TestEvent,ClusterIndexRequestEvent,ClusterIndexResponseEvent,ClusterIndexSnapshotCreatedEvent,ClusterIndexSnapshotRequestEvent,ClusterIndexSnapshotRequestReceivedEvent,ClusterMaintenanceBannerEvent,ClusterPanicEvent,ClusterReindexRequiredEvent,ClusterSharedHomeSanityCheckEvent,ClusterUpdateCronJobScheduleEvent,ClusterUpdateSimpleJobScheduleEvent,CollaborativeEditingModeChangeEvent,ConfigurationEvent,ConfluenceDirectoryEventListener.ClusterDirectoryEvent,ContentEvent,CustomDarkLogoResetEvent,CustomDarkLogoUploadEvent,CustomLightLogoResetEvent,CustomLightLogoUndoColourSchemeEvent,CustomLightLogoUploadEvent,DashboardRecentlyUpdatedQueryEvent,DashboardRecentlyUpdatedViewEvent,DashboardViewEvent,DefaultIndexFlushRequester.RequestIndexFlushEvent,DirectoryUserRenamedEvent,EdgeIndexQueueFlushCompleteEvent,EvictQueryRegionsRequestEvent,ExpireUserSessionsClusterNotificationEvent,ExportFinishedEvent,FeedTimeoutEvent,FollowEvent,ForgotPasswordUnknownUserEvent,GlobalPermissionsUpdateEvent,GlobalPermissionsViewEvent,GroupEvent,GroupRemovingEvent,ImportFinishedEvent,IndexQueueFlushCompleteEvent,JmxConfigChangedEvent,LabelEvent,LabelListViewEvent,LabelManagerMetricsEvent,LookAndFeelEvent,MacroCountEvent,MacroMetadataChangedEvent,MailErrorQueueDeletedEvent,MailErrorQueueResentEvent,MailQueueFlushedEvent,NoConfluencePermissionEvent,NotificationEvent,OpenSearchIndexCreatedEvent,PageEvent,PageMoveCompletedEvent,PauseAllJobsEvent,PauseJobEvent,PauseJobGroupEvent,PeopleDirectoryViewEvent,PermissionEvent,PluginFrameworkStartedEvent,PostUserRenamedEvent,ReindexEvent,ReIndexRequestEvent,RemovePageTemplateEvent,ResetHibernateIdRangeEvent,ResumeJobEvent,RpcAuthenticatedEvent,RpcAuthFailedEvent,SearchEvent,SecurityEvent,SendUserInviteEvent,SetupCompleteEvent,SiteDarkFeatureDisabledEvent,SiteDarkFeatureEnabledEvent,SiteTitleChangeEvent,SpaceDirectoryViewEvent,SpaceEvent,StrutsStateChangeEvent,SudoAuthFailEvent,SudoAuthSuccessEvent,SudoLogoutEvent,SupportRequestCreatedEvent,SynchronyRestartedEvent,TemplateEvent,TerminateBackupRestoreJobRequest,TranslationTransformStateChangedEvent,TriggerJobEvent,UpgradeFinishedEvent,UpgradeStartedEvent,UserEvent,UserMacroAddedEvent,UserMacroRemovedEvent,UserRemovingEvent,UserVerificationTokenCleanupEvent,ViewLicenseEvent,ViewMyDraftsEvent,ViewMyFavouritesEvent,ViewMyWatchesEvent,ViewNetworkEvent,XhtmlFragmentTimeoutEvent,XhtmlMacroTimeoutEvent,XStreamStateChangeEvent,ZduFinalizationRequestEvent,ZduStartEvent
@Deprecated
public abstract class ConfluenceEvent
extends org.springframework.context.ApplicationEvent
implements Serializable
Deprecated.
since 8.9 no replacement, events do not need to extend this any more, but they should still be Serializable
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestampMethods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
ConfluenceEvent
Deprecated.
-
-
Method Details
-
equals
Deprecated.Equals for ConfluenceEvents is defined such that specific sub-events are only equal to events of the same type. It is incorrect to try to make an instance of a subclass equal to an instance of any of its superclasses.Subclasses must override this to compare their own fields.
-
hashCode
public int hashCode()Deprecated.Subclasses must override this to hash their own fields.
-