Uses of Class
com.atlassian.confluence.event.events.ConfluenceEvent
-
-
Uses of ConfluenceEvent in com.atlassian.confluence.cluster
Methods in com.atlassian.confluence.cluster with parameters of type ConfluenceEvent Modifier and Type Method Description void
ClusterManager. publishEvent(ConfluenceEvent event)
Publish an event as a ClusterEventWrapper to other nodesvoid
ClusterManager. publishEventImmediately(ConfluenceEvent event)
Publish immediately, an event as a ClusterEventWrapper to other nodes -
Uses of ConfluenceEvent in com.atlassian.confluence.cluster.hazelcast
Subclasses of ConfluenceEvent in com.atlassian.confluence.cluster.hazelcast Modifier and Type Class Description class
HazelcastClusterEventWrapper
Hazelcast specific implementation of the ClusterEventWrapper.Methods in com.atlassian.confluence.cluster.hazelcast that return ConfluenceEvent Modifier and Type Method Description ConfluenceEvent
HazelcastClusterEventWrapperService. wrap(Object src, com.atlassian.event.Event event)
Methods in com.atlassian.confluence.cluster.hazelcast with parameters of type ConfluenceEvent Modifier and Type Method Description void
HazelcastClusterManager. publishEvent(ConfluenceEvent event)
void
HazelcastClusterManager. publishEventImmediately(ConfluenceEvent event)
-
Uses of ConfluenceEvent in com.atlassian.confluence.cluster.nonclustered
Methods in com.atlassian.confluence.cluster.nonclustered that return ConfluenceEvent Modifier and Type Method Description ConfluenceEvent
NonClusterEventWrapperService. wrap(Object src, com.atlassian.event.Event event)
-
Uses of ConfluenceEvent in com.atlassian.confluence.cluster.safety
Subclasses of ConfluenceEvent in com.atlassian.confluence.cluster.safety Modifier and Type Class Description class
ClusterPanicEvent
Used when theClusterSafetyManager
detects a fatal error in the configuration of the cluster. -
Uses of ConfluenceEvent in com.atlassian.confluence.content.event
Subclasses of ConfluenceEvent in com.atlassian.confluence.content.event Modifier and Type Class Description class
PluginContentCreatedEvent
class
PluginContentRemovedEvent
class
PluginContentUpdatedEvent
class
PluginContentWillBeRemovedForSpaceEvent
-
Uses of ConfluenceEvent in com.atlassian.confluence.content.render.xhtml
Subclasses of ConfluenceEvent in com.atlassian.confluence.content.render.xhtml Modifier and Type Class Description class
XhtmlFragmentTimeoutEvent
An event sent when aXhtmlTimeoutException
occurs when rendering a fragment.class
XhtmlMacroTimeoutEvent
An event sent when aXhtmlTimeoutException
occurs when rendering aMacro
. -
Uses of ConfluenceEvent in com.atlassian.confluence.event.events.admin
Subclasses of ConfluenceEvent in com.atlassian.confluence.event.events.admin Modifier and Type Class Description class
AsyncExportFinishedEvent
class
AsyncImportFinishedEvent
class
AsyncImportStartedEvent
Published at the beginning of an import.class
ConfigurationEvent
class
DatabaseConfiguredEvent
Deprecated, for removal: This API element is subject to removal in a future version.since 8.6 no longer usedclass
ExportFinishedEvent
Deprecated.since 5.10.class
GlobalPermissionsUpdateEvent
Represents a change to global permissions.class
GlobalPermissionsViewEvent
Represents a user viewing the global permissions.class
GlobalSettingsChangedEvent
Event announcing a change in the global configuration of Confluence.class
GlobalSettingsViewEvent
Represents an administrator viewing the global settings.class
ImportFinishedEvent
class
LicenceUpdatedEvent
class
MacroMetadataChangedEvent
This event is fired when macro metadata is changedclass
MailErrorQueueDeletedEvent
This event is triggered when admins click "Delete error queue" button in admin panelclass
MailErrorQueueResentEvent
This event is triggered when admins click "Resend error queue" button in admin panelclass
MailQueueFlushedEvent
This event is triggered when admins click "Flush Mail Queue" button in admin panelclass
MailServerCreateEvent
class
MailServerDeleteEvent
class
MailServerEditEvent
class
MailServerEvent
class
MaxCacheSizeChangedEvent
Event that indicates that max cache size for a particular cache needs to be changed.class
PluginMacroRegisteredEvent
An event to indicate that a macro has been registered with an XHTMLMacroManager
from a plugin.class
PluginMacroUnregisteredEvent
An event to indicate that a plugin hosted macro has been unregistered with an XHTMLMacroManager
.class
ReindexBatchFinishedEvent
class
ReindexBatchStartedEvent
class
ReindexEvent
class
ReindexFinishedEvent
class
ReIndexJobFinishedEvent
This event is to inform the re-indexing job has been complete on all nodesclass
ReIndexRequestEvent
This event must be synchronous so that the maintenance task can be created in the same transaction of the new reindex jobclass
ReindexSkippedEvent
class
ReindexStageFinishedEvent
class
ReindexStageStartedEvent
class
ReindexStartedEvent
This is a synchronous event fired when the reindex job starts on a node.class
ResetHibernateIdRangeEvent
class
SiteDarkFeatureDisabledEvent
class
SiteDarkFeatureEnabledEvent
class
SiteTitleChangeEvent
class
TranslationTransformStateChangedEvent
Event fired when there is a change in i18n translation transform stateclass
UpgradeFinishedEvent
This event is published when a Confluence upgrade has completed successfully.class
UpgradeStartedEvent
This event is published when a Confluence upgrade has started.class
UserMacroAddedEvent
This event is fired when user macro is added/updatedclass
UserMacroRemovedEvent
This event is fired when user macro is removedclass
ViewGeneralConfigEvent
class
ViewLicenseEvent
This event is fired when admin visits license details page.class
ZduStartEvent
Local event triggered when ZDU state has changed to enable. -
Uses of ConfluenceEvent in com.atlassian.confluence.event.events.cluster
Subclasses of ConfluenceEvent in com.atlassian.confluence.event.events.cluster Modifier and Type Class Description class
ClusterAccessModeEvent
Event to fire when read-only mode is enabled or disabled by the administrator on 1 node.class
ClusterDisableJobEvent
Used to signal that all nodes should disable a (local) job.class
ClusterEnableJobEvent
Used to signal that all nodes should enable a (local) job.class
ClusterEventWrapper
Wraps an event for transmission to other nodes in the cluster.class
ClusterIndexRequestEvent
Event to fire to ask for a snapshot of a lucene index.class
ClusterIndexResponseEvent
Event to fire to ask for a snapshot of a lucene index.class
ClusterIndexSnapshotCreatedEvent
Event to fire to notify other nodes that a snapshot of a lucene index has been created successfully.class
ClusterIndexSnapshotRequestEvent
Event to fire to ask for a snapshot of a lucene index.class
ClusterIndexSnapshotRequestReceivedEvent
Event to fire to notify other nodes that this has received the request to take a snapshot of a lucene index.class
ClusterMaintenanceBannerEvent
Event to fire when the banner feature is enabled or disabled by the administrator on 1 node.class
ClusterReindexRequiredEvent
Event to fire when every other node in the cluster requires a reindex.class
ClusterSharedHomeSanityCheckEvent
Even to fire when a node wants to ensure that shared home directory is visible to other nodes.class
ClusterUpdateCronJobScheduleEvent
Used to signal that all nodes should update the run interval of a cron jobclass
ClusterUpdateSimpleJobScheduleEvent
Used to signal that all nodes should update the run interval of a simple jobclass
ZduFinalizationRequestEvent
Cluster event triggered when ZDU state has changed i.e.Methods in com.atlassian.confluence.event.events.cluster that return ConfluenceEvent Modifier and Type Method Description ConfluenceEvent
ClusterEventWrapperService. wrap(Object src, com.atlassian.event.Event event)
-
Uses of ConfluenceEvent in com.atlassian.confluence.event.events.content
Subclasses of ConfluenceEvent in com.atlassian.confluence.event.events.content Modifier and Type Class Description class
ContentEvent
Represents something that has happened to a particular piece of contentclass
ContentHistoricalVersionRemoveEvent
Event fired when a non-current version of a content object is removed from Confluence. -
Uses of ConfluenceEvent in com.atlassian.confluence.event.events.content.attachment
Subclasses of ConfluenceEvent in com.atlassian.confluence.event.events.content.attachment Modifier and Type Class Description class
AttachmentBatchUploadCompletedEvent
An event indicating that o batch of one or more visible attachments have completed uploading.class
AttachmentCreateEvent
An event indicating that one or more visible attachments have been added to a piece of content.class
AttachmentEvent
Parent class for all attachment related events.class
AttachmentListViewEvent
Represents a user viewing the attachment listview action.class
AttachmentRemoveEvent
Event sent *before* the removal of a visible attachment.class
AttachmentTrashedEvent
Published when an attachment is moved to the trash.class
AttachmentUpdateEvent
An event indicating that a visible attachment has been updatedclass
AttachmentVersionRemoveEvent
Event sent *before* the removal of a visible attachment version.class
AttachmentViewEvent
Event fired every time an attachment is viewed.class
GeneralAttachmentBatchUploadCompletedEvent
An event indicating that o batch of one or more attachments have completed uploading.class
GeneralAttachmentCreateEvent
An event indicating that one or more attachments have been added to a piece of content.class
GeneralAttachmentRemoveEvent
Event sent *before* the removal of an attachment.class
GeneralAttachmentRestoreEvent
This is published when an attachment is restored from the trash.class
GeneralAttachmentUpdateEvent
An event indicating that an attachment has been updatedclass
GeneralAttachmentVersionRemoveEvent
Event sent *before* the removal of an attachment version.class
HiddenAttachmentBatchUploadCompletedEvent
An event indicating that o batch of one or more hidden attachments have completed uploading.class
HiddenAttachmentCreateEvent
An event indicating that one or more hidden attachments have been added to a piece of content.class
HiddenAttachmentRemoveEvent
Event sent *before* the removal of a hidden attachment.class
HiddenAttachmentRestoreEvent
This is published when a hidden attachment is restored from the trash.class
HiddenAttachmentUpdateEvent
An event indicating that a hidden attachment has been updatedclass
HiddenAttachmentVersionRemoveEvent
Event sent *before* the removal of a hidden attachment version.class
ProfilePictureThumbnailViewEvent
Event fired every time a thumbnail of a profile picture attachment is viewed.class
ProfilePictureViewEvent
Event fired every time a full sized profile picture attachment is viewed.class
ThumbnailViewEvent
Event fired every time an attachment's thumbnail is viewed. -
Uses of ConfluenceEvent in com.atlassian.confluence.event.events.content.blogpost
Subclasses of ConfluenceEvent in com.atlassian.confluence.event.events.content.blogpost Modifier and Type Class Description class
BlogPostCreateEvent
class
BlogPostEvent
class
BlogPostInfoViewEvent
class
BlogPostMovedEvent
class
BlogPostRemoveEvent
class
BlogPostRestoreEvent
class
BlogPostTrashedEvent
class
BlogPostUpdateEvent
class
BlogPostViewEvent
-
Uses of ConfluenceEvent in com.atlassian.confluence.event.events.content.comment
Subclasses of ConfluenceEvent in com.atlassian.confluence.event.events.content.comment Modifier and Type Class Description class
CommentCreateEvent
class
CommentEvent
class
CommentRemoveEvent
class
CommentUpdateEvent
Date: Jan 24, 2007 - 4:46:17 PM -
Uses of ConfluenceEvent in com.atlassian.confluence.event.events.content.mail.notification
Subclasses of ConfluenceEvent in com.atlassian.confluence.event.events.content.mail.notification Modifier and Type Class Description class
ContentNotificationAddedEvent
class
ContentNotificationEvent
Represents an abstraction of content (page/blogs) watch events.class
ContentNotificationRemovedEvent
class
NotificationEvent
class
SiteNotificationAddedEvent
class
SiteNotificationEvent
Represents a site-wide watch event, for example the Daily Report.class
SiteNotificationRemovedEvent
class
SpaceNotificationAddedEvent
class
SpaceNotificationEvent
Represents a space watch event.class
SpaceNotificationRemovedEvent
-
Uses of ConfluenceEvent in com.atlassian.confluence.event.events.content.page
Subclasses of ConfluenceEvent in com.atlassian.confluence.event.events.content.page Modifier and Type Class Description class
PageChildrenReorderEvent
An event where a page's children are re-ordered.class
PageCopyEvent
class
PageCreateEvent
class
PageCreateFromTemplateEvent
class
PageEvent
class
PageInfoViewEvent
class
PageListViewEvent
Represents a user viewing any of the page listview actions.class
PageMoveCompletedEvent
class
PageMoveEvent
class
PageRemoveEvent
class
PageRestoreEvent
class
PageTrashedEvent
class
PageUpdateEvent
class
PageViewEvent
-
Uses of ConfluenceEvent in com.atlassian.confluence.event.events.content.pagehierarchy
Subclasses of ConfluenceEvent in com.atlassian.confluence.event.events.content.pagehierarchy Modifier and Type Class Description class
AbstractCopyPageHierarchyEvent
TODO: Document this class / interface hereclass
AbstractPageHierarchyEvent
TODO: Document this class / interface hereclass
CopyPageHierarchyFinishEvent
TODO: Document this class / interface hereclass
CopyPageHierarchyStartEvent
TODO: Document this class / interface hereclass
DeletePageHierarchyFinishEvent
TODO: Document this class / interface hereclass
DeletePageHierarchyStartEvent
TODO: Document this class / interface here -
Uses of ConfluenceEvent in com.atlassian.confluence.event.events.content.user
Subclasses of ConfluenceEvent in com.atlassian.confluence.event.events.content.user Modifier and Type Class Description class
PersonalInformationCreateEvent
Personal information creation eventclass
PersonalInformationEvent
Personal information specific eventclass
PersonalInformationRemoveEvent
Personal information deletion eventclass
PersonalInformationUpdateEvent
-
Uses of ConfluenceEvent in com.atlassian.confluence.event.events.dashboard
Subclasses of ConfluenceEvent in com.atlassian.confluence.event.events.dashboard Modifier and Type Class Description class
DashboardViewEvent
-
Uses of ConfluenceEvent in com.atlassian.confluence.event.events.follow
Subclasses of ConfluenceEvent in com.atlassian.confluence.event.events.follow Modifier and Type Class Description class
FollowEvent
An event fired when a user is followed -
Uses of ConfluenceEvent in com.atlassian.confluence.event.events.group
Subclasses of ConfluenceEvent in com.atlassian.confluence.event.events.group Modifier and Type Class Description class
GroupCreateEvent
class
GroupEvent
class
GroupRemoveEvent
-
Uses of ConfluenceEvent in com.atlassian.confluence.event.events.internal.auth
Subclasses of ConfluenceEvent in com.atlassian.confluence.event.events.internal.auth Modifier and Type Class Description class
SudoAuthFailEvent
This event is triggered when websudo authentication fails during an attempt to gain administrative accessclass
SudoAuthSuccessEvent
This event is triggered when websudo authentication succeeds during an attempt to gain administrative accessclass
SudoLogoutEvent
This event is triggered when administrator access is dropped -
Uses of ConfluenceEvent in com.atlassian.confluence.event.events.label
Subclasses of ConfluenceEvent in com.atlassian.confluence.event.events.label Modifier and Type Class Description class
LabelAddEvent
Thrown when an existing label is associated with piece of content (as opposed to be newly created).class
LabelCreateEvent
Thrown when a label is created and comes into existance.class
LabelDeleteEvent
Thrown when a label itself is removed (as opposed to being disassociated from a piece of content).class
LabelEvent
class
LabelListViewEvent
Represents a user viewing any of the label listview actions.class
LabelManagerMetricsEvent
LabelManagerMetricsEvent is used to collect analytics for some methods in DefaultLabelManagerclass
LabelRemoveEvent
Thrown when a label is disassociated from a piece of content (as opposed to itself being removed). -
Uses of ConfluenceEvent in com.atlassian.confluence.event.events.like
Subclasses of ConfluenceEvent in com.atlassian.confluence.event.events.like Modifier and Type Class Description class
AbstractLikeEvent
class
AsyncLikeCreatedEvent
Asynchronous version of LikeCreatedEventclass
AsyncLikeEvent
class
AsyncLikeRemovedEvent
Asynchronous version of LikeRemovedEventclass
LikeCreatedEvent
Events where a like is created.class
LikeRemovedEvent
-
Uses of ConfluenceEvent in com.atlassian.confluence.event.events.monitoring
Subclasses of ConfluenceEvent in com.atlassian.confluence.event.events.monitoring Modifier and Type Class Description class
JmxConfigChangedEvent
This event gets published everytime the JMX configuration has been updated on one node and can e.g. -
Uses of ConfluenceEvent in com.atlassian.confluence.event.events.people
Subclasses of ConfluenceEvent in com.atlassian.confluence.event.events.people Modifier and Type Class Description class
PeopleDirectoryViewEvent
-
Uses of ConfluenceEvent in com.atlassian.confluence.event.events.permission
Subclasses of ConfluenceEvent in com.atlassian.confluence.event.events.permission Modifier and Type Class Description class
ContentTreePermissionReindexEvent
This event is fired byDefaultContentPermissionManager
when the permissions of some content (page, attachment, comment, file comment) have been changed and require a reindex.class
GlobalPermissionChangeEvent
Event sent when any global permission is changed.class
GlobalPermissionEvent
Event sent for any global permission related operation.class
GlobalPermissionRemoveEvent
Event sent whenever a global permission is removed.class
GlobalPermissionSaveEvent
Event sent when any global permission is saved.class
PermissionEvent
Event sent for any space or global permission related operation.class
SpacePermissionChangeEvent
Event sent when any space permission is changed.class
SpacePermissionEvent
Event sent for any space permission related operation.class
SpacePermissionRemoveEvent
Event sent whenever a space permission is removed.class
SpacePermissionSaveEvent
Event sent when any space permission is saved.class
SpacePermissionsRemoveForGroupEvent
Event sent whenever all space permissions are removed for a group.class
SpacePermissionsRemoveForUserEvent
Event sent whenever all space permissions are removed for a user.class
SpacePermissionsRemoveFromSpaceEvent
Event sent whenever all space permissions are removed from a space. -
Uses of ConfluenceEvent in com.atlassian.confluence.event.events.plugin
Subclasses of ConfluenceEvent in com.atlassian.confluence.event.events.plugin Modifier and Type Class Description class
AsyncPluginDisableEvent
This class is an asynchronous and non-clustered version ofPluginDisableEvent
.class
AsyncPluginEnableEvent
This class is an asynchronous and non-clustered version ofPluginEvent
.class
AsyncPluginEvent
This class is an asynchronous and non-clustered version ofPluginEvent
.class
AsyncPluginFrameworkStartedEvent
Published when the plugin framework has finished starting.class
AsyncPluginInstallEvent
This class is an asynchronous and non-clustered version ofPluginInstallEvent
.class
AsyncPluginModuleDisableEvent
This class is an asynchronous and non-clustered version ofPluginModuleDisableEvent
.class
AsyncPluginModuleEnableEvent
This class is an asynchronous and non-clustered version ofPluginModuleEnableEvent
.class
AsyncPluginUninstallEvent
This class is an asynchronous and non-clustered version ofPluginUninstallEvent
.class
PluginDisableEvent
class
PluginEnableEvent
class
PluginEvent
class
PluginFrameworkStartedEvent
Published when the plugin framework has finished starting.class
PluginInstallEvent
Fired when a plugin is detected by scanForNewPluginsclass
PluginModuleDisableEvent
class
PluginModuleEnableEvent
class
PluginModuleEvent
Abstract superclass of all plugin module events.class
PluginUninstallEvent
class
XStreamStateChangeEvent
Confluence event to control XStream resets when a plugin with xstream security goes through lifecycle phases.class
XWorkStateChangeEvent
An event to indicate a Struts runtime configuration reload is required. -
Uses of ConfluenceEvent in com.atlassian.confluence.event.events.profile
Subclasses of ConfluenceEvent in com.atlassian.confluence.event.events.profile Modifier and Type Class Description class
ViewMyDraftsEvent
class
ViewMyFavouritesEvent
class
ViewMyWatchesEvent
class
ViewNetworkEvent
-
Uses of ConfluenceEvent in com.atlassian.confluence.event.events.search
Subclasses of ConfluenceEvent in com.atlassian.confluence.event.events.search Modifier and Type Class Description class
EdgeIndexQueueFlushCompleteEvent
An event to indicate that a flush of the edge index queue has completed with at least 1 item in the queue.class
IndexQueueFlushCompleteEvent
An event to indicate that a flush of the index queue has completed with at least 1 item in the queue.class
SearchEvent
Superclass of all search-related eventsclass
SearchPerformedEvent
Event triggered whenever a user performs a search through the search screen or the remote API. -
Uses of ConfluenceEvent in com.atlassian.confluence.event.events.security
Subclasses of ConfluenceEvent in com.atlassian.confluence.event.events.security Modifier and Type Class Description class
ContentPermissionEvent
Event triggered when the permissions change on an ContentEntityObject.class
ForgotPasswordUnknownUserEvent
This event is triggered when the 'forgot password' form is submitted and there is no corresponding user foundclass
LoginEvent
Event representing the act of a user successfully logging into Confluenceclass
LoginFailedEvent
Published to indicate failed login - useful to listeners wanting to count n instances of attempt and act on it.class
LogoutEvent
class
NoConfluencePermissionEvent
class
SecurityEvent
-
Uses of ConfluenceEvent in com.atlassian.confluence.event.events.space
Subclasses of ConfluenceEvent in com.atlassian.confluence.event.events.space Modifier and Type Class Description class
RemoveSpaceViewEvent
Represents the user view the remove space state within Space admin.class
SpaceAdminViewEvent
Represents a user viewing the top level screen of the space admin console.class
SpaceArchivedEvent
class
SpaceContentWillRemoveEvent
Event published when a space's content (pages, blog-posts) is about to be removed, but has not been removed.class
SpaceCreateEvent
class
SpaceDetailsViewEvent
Represents a user viewing the space details screen of the space admin console.class
SpaceEvent
class
SpaceLabelsViewEvent
Represents a user viewing the space labels screen of the space admin console.class
SpaceLogoUpdateEvent
Represents a change to the logo of a space.class
SpacePermissionsUpdateEvent
Represents a change to space permissions.class
SpacePermissionsViewEvent
Represents a user viewing the space permissions screen of the space admin console.class
SpaceRemoveEvent
class
SpaceTrashContentEvent
A base class for space trash events that relate to a singular content in the space trash.class
SpaceTrashEmptyEvent
Represents when the trash is emptied, either by a user or by a remote administration call.class
SpaceTrashPurgeAllContentEvent
This event gets fired when the empty trash action is executed to "purge all" content in a space trash.class
SpaceTrashPurgeContentEvent
This event gets fired when a specific content is purged from the space trash via the purge trash item action.class
SpaceTrashRestoreContentEvent
This event gets fired when a specific content is restored from the space trash via the restore trash item action.class
SpaceTrashViewEvent
Represents a user viewing the trash contents screen of the space admin console.class
SpaceUnArchivedEvent
class
SpaceUpdateEvent
class
SpaceWillRemoveEvent
Event published when a space is about to be removed, but has not been removed. -
Uses of ConfluenceEvent in com.atlassian.confluence.event.events.support
Subclasses of ConfluenceEvent in com.atlassian.confluence.event.events.support Modifier and Type Class Description class
SupportRequestCreatedEvent
Event fired when the create support zip is called. -
Uses of ConfluenceEvent in com.atlassian.confluence.event.events.template
Subclasses of ConfluenceEvent in com.atlassian.confluence.event.events.template Modifier and Type Class Description class
TemplateEvent
class
TemplateListViewEvent
Represents a user viewing the page template listview action.class
TemplateRemoveEvent
class
TemplateUpdateEvent
-
Uses of ConfluenceEvent in com.atlassian.confluence.event.events.user
Subclasses of ConfluenceEvent in com.atlassian.confluence.event.events.user Modifier and Type Class Description class
ConfirmEmailAddressEvent
class
DirectoryUserRenamedEvent
This event is exactly likeUserRenamedEvent
, with the exception that it is always guaranteed to be published.class
DomainRestrictedUserSignupEvent
class
GroupInviteUserSignupEvent
Event sent when a user signs up via the group invite link.class
PublicUserSignupEvent
class
SendUserInviteEvent
Event sent when a user wants to invite a set of users to use Confluence.class
UserCreateEvent
Event sent when a user is created in Confluence.class
UserDeactivateEvent
Event sent when a user is made inactive in Confluence.class
UserEvent
Abstract event for all user creation, deletion, activation and deactivation events in confluence.class
UserProfilePictureUpdateEvent
class
UserReactivateEvent
Event sent when a user is made active in Confluence.class
UserRemoveCompletedEvent
Event sent once a user has been removed in Confluence.class
UserRemoveEvent
Event sent when a user is removed in Confluence.class
UserSignupEvent
class
UserVerificationTokenCleanupEvent
-
Uses of ConfluenceEvent in com.atlassian.confluence.impl.backuprestore.events
Subclasses of ConfluenceEvent in com.atlassian.confluence.impl.backuprestore.events Modifier and Type Class Description class
TerminateBackupRestoreJobRequest
Cluster event that requires to cancel the job on other nodes (if they are found). -
Uses of ConfluenceEvent in com.atlassian.confluence.impl.backuprestore.restore.confluencelocker.events
Subclasses of ConfluenceEvent in com.atlassian.confluence.impl.backuprestore.restore.confluencelocker.events Modifier and Type Class Description class
AbstractRestoreEvent
An event that is sent when the state of site restore process changes.class
RestoreFailedEvent
An event that is sent when restore process failsclass
RestoreInProgressEvent
An event that is sent periodically with the restore process state.class
RestoreLockDatabaseEvent
An event that is sent before db drop to lock some database tableclass
RestoreSucceededEvent
An event that is sent when the restore process finishes successfully.class
RestoreUnlockDatabaseEvent
An event that is sent before db drop to lock some database table -
Uses of ConfluenceEvent in com.atlassian.confluence.impl.cache
Subclasses of ConfluenceEvent in com.atlassian.confluence.impl.cache Modifier and Type Class Description class
ClusterCacheFlushEvent
Signal that all managed caches have been flushed in this cluster -
Uses of ConfluenceEvent in com.atlassian.confluence.impl.cache.hazelcast.hibernate
Subclasses of ConfluenceEvent in com.atlassian.confluence.impl.cache.hazelcast.hibernate Modifier and Type Class Description class
EvictQueryRegionsRequestEvent
The event is sent when query regions should be evicted. -
Uses of ConfluenceEvent in com.atlassian.confluence.impl.search
Subclasses of ConfluenceEvent in com.atlassian.confluence.impl.search Modifier and Type Class Description static class
DefaultIndexFlushRequester.RequestIndexFlushEvent
-
Uses of ConfluenceEvent in com.atlassian.confluence.importexport
Subclasses of ConfluenceEvent in com.atlassian.confluence.importexport Modifier and Type Class Description class
ConfigurationMigrationEvent
Deprecated.since 7.3.0 will be removed in 8.0. -
Uses of ConfluenceEvent in com.atlassian.confluence.macro.count
Subclasses of ConfluenceEvent in com.atlassian.confluence.macro.count Modifier and Type Class Description class
MacroCountEvent
Event related to macro counting. -
Uses of ConfluenceEvent in com.atlassian.confluence.pages.actions
Methods in com.atlassian.confluence.pages.actions that return ConfluenceEvent Modifier and Type Method Description ConfluenceEvent
PageInfoAction. getEventToPublish(String result)
ConfluenceEvent
ViewPageAction. getEventToPublish(String result)
-
Uses of ConfluenceEvent in com.atlassian.confluence.plugin
Subclasses of ConfluenceEvent in com.atlassian.confluence.plugin Modifier and Type Class Description class
PluginsClassLoaderAvailableEvent
Event fired to signal that the plugin system classloader is available for use. -
Uses of ConfluenceEvent in com.atlassian.confluence.plugins.lookandfeel.events
Subclasses of ConfluenceEvent in com.atlassian.confluence.plugins.lookandfeel.events Modifier and Type Class Description class
SiteLogoChangedEvent
Deprecated.since 5.10. -
Uses of ConfluenceEvent in com.atlassian.confluence.plugins.macros.dashboard.recentupdates.events
Subclasses of ConfluenceEvent in com.atlassian.confluence.plugins.macros.dashboard.recentupdates.events Modifier and Type Class Description class
DashboardPopularTabViewEvent
class
DashboardRecentlyUpdatedQueryEvent
class
DashboardRecentlyUpdatedViewEvent
-
Uses of ConfluenceEvent in com.atlassian.confluence.plugins.opensearch.events
Subclasses of ConfluenceEvent in com.atlassian.confluence.plugins.opensearch.events Modifier and Type Class Description class
OpenSearchIndexRecreatedEvent
This event is raised when an OpenSearch index gets recreated. -
Uses of ConfluenceEvent in com.atlassian.confluence.plugins.spacedirectory.events
Subclasses of ConfluenceEvent in com.atlassian.confluence.plugins.spacedirectory.events Modifier and Type Class Description class
SpaceDirectoryViewEvent
-
Uses of ConfluenceEvent in com.atlassian.confluence.plugins.synchrony.api.events
Subclasses of ConfluenceEvent in com.atlassian.confluence.plugins.synchrony.api.events Modifier and Type Class Description class
CollaborativeEditingModeChangeEvent
Superclass for analytics events to record a Synchrony mode changeclass
CollaborativeEditingOffEvent
Published when collaborative editing is switched off.class
CollaborativeEditingOnEvent
Published when collaborative editing is switched on.class
SynchronyRestartedEvent
-
Uses of ConfluenceEvent in com.atlassian.confluence.plugins.templates.events
Subclasses of ConfluenceEvent in com.atlassian.confluence.plugins.templates.events Modifier and Type Class Description class
RemovePageTemplateEvent
-
Uses of ConfluenceEvent in com.atlassian.confluence.rss
Subclasses of ConfluenceEvent in com.atlassian.confluence.rss Modifier and Type Class Description class
FeedTimeoutEvent
An event sent when aTimeout
occurs when rendering aSyndEntry
. -
Uses of ConfluenceEvent in com.atlassian.confluence.schedule.events
Subclasses of ConfluenceEvent in com.atlassian.confluence.schedule.events Modifier and Type Class Description class
PauseAllJobsEvent
A cluster-wide event indicating that all scheduled jobs should be paused.class
PauseJobEvent
A cluster-wide event indicating that a specific scheduled job should be paused.class
PauseJobGroupEvent
A cluster-wide event indicating that all scheduled jobs with the specified JobRunnerKey should be paused.class
ResumeJobEvent
A cluster-wide event indicating that a specific scheduled job should be resumed.class
TriggerJobEvent
A node-local event indicating that a specific scheduled job should be resumed. -
Uses of ConfluenceEvent in com.atlassian.confluence.setup
Subclasses of ConfluenceEvent in com.atlassian.confluence.setup Modifier and Type Class Description class
SetupCompleteEvent
-
Uses of ConfluenceEvent in com.atlassian.confluence.themes.events
Subclasses of ConfluenceEvent in com.atlassian.confluence.themes.events Modifier and Type Class Description class
ColourSchemeChangedEvent
Fired when the colour scheme is changed, either within a space, or globally.class
DecoratorChangedEvent
class
FaviconChangedEvent
class
LookAndFeelEvent
Abstract class for events related to themes, colour-schemes and layouts.class
SiteLogoChangedEvent
class
StylesheetChangedEvent
class
ThemeChangedEvent
Fired when a new theme is selected, either globally or for an individual space. -
Uses of ConfluenceEvent in com.atlassian.confluence.user.crowd
Subclasses of ConfluenceEvent in com.atlassian.confluence.user.crowd Modifier and Type Class Description static class
ConfluenceDirectoryEventListener.ClusterDirectoryDeletedEvent
protected static class
ConfluenceDirectoryEventListener.ClusterDirectoryEvent
Crowd's event classes are not Serializable, so we need to extract the event class and directory, then reconstruct the event on the other nodes.static class
ConfluenceDirectoryEventListener.ClusterDirectoryUpdatedEvent
class
ConfluenceLdapDirectoryClearingClusterEvent
An event used to broadcast LDAP directory updates to all the nodes in confluence cluster.
-