Modifier and Type | Method and Description |
---|---|
void |
ClusterManager.publishEvent(ConfluenceEvent event)
Publish an event as a ClusterEventWrapper to other nodes
This waits for any current transaction to be committed successfully before scheduling the event for publishing.
|
void |
ClusterManager.publishEventImmediately(ConfluenceEvent event)
Publish immediately, an event as a ClusterEventWrapper to other nodes
This is done immediately regardless of the state of any current transactions.
|
Modifier and Type | Class and Description |
---|---|
class |
HazelcastClusterEventWrapper
Hazelcast specific implementation of the ClusterEventWrapper.
|
Modifier and Type | Method and Description |
---|---|
ConfluenceEvent |
HazelcastClusterEventWrapperService.wrap(Object src,
com.atlassian.event.Event event) |
Modifier and Type | Method and Description |
---|---|
void |
HazelcastClusterManager.publishEvent(ConfluenceEvent event) |
void |
HazelcastClusterManager.publishEventImmediately(ConfluenceEvent event) |
Modifier and Type | Method and Description |
---|---|
ConfluenceEvent |
NonClusterEventWrapperService.wrap(Object src,
com.atlassian.event.Event event) |
Modifier and Type | Method and Description |
---|---|
void |
NonClusterManager.publishEvent(ConfluenceEvent event) |
void |
NonClusterManager.publishEventImmediately(ConfluenceEvent event) |
Modifier and Type | Class and Description |
---|---|
class |
ClusterPanicEvent
Used when the
ClusterSafetyManager detects a fatal error in the configuration of the cluster. |
Modifier and Type | Class and Description |
---|---|
class |
PluginContentCreatedEvent |
class |
PluginContentRemovedEvent |
class |
PluginContentUpdatedEvent |
class |
PluginContentWillBeRemovedForSpaceEvent |
Modifier and Type | Class and Description |
---|---|
class |
XhtmlFragmentTimeoutEvent
An event sent when a
XhtmlTimeoutException occurs when rendering a fragment. |
class |
XhtmlMacroTimeoutEvent
An event sent when a
XhtmlTimeoutException occurs when rendering a Macro . |
Modifier and Type | Class and Description |
---|---|
class |
ConfigurationEvent |
class |
ConfluenceReadyEvent
Deprecated.
since 4.0 use
DatabaseConfiguredEvent , UpgradeFinishedEvent , or
PluginFrameworkStartedEvent instead |
class |
DatabaseConfiguredEvent
This event is sent when the database configuration has been completed during setup.
|
class |
ExportFinishedEvent
Represents completion of an export.
|
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 changed
|
class |
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 XHTML
MacroManager from a plugin. |
class |
PluginMacroUnregisteredEvent
An event to indicate that a plugin hosted macro has been unregistered with an XHTML
MacroManager . |
class |
ReindexEvent |
class |
ReindexFinishedEvent |
class |
ReindexStageFinishedEvent |
class |
ReindexStageStartedEvent |
class |
ReindexStartedEvent |
class |
ResetHibernateIdRangeEvent |
class |
SiteDarkFeatureDisabledEvent |
class |
SiteDarkFeatureEnabledEvent |
class |
SiteTitleChangeEvent |
class |
UpgradeFinishedEvent
This event is published when a Confluence upgrade has completed successfully.
|
class |
UserMacroAddedEvent
This event is fired when user macro is added/updated
|
class |
UserMacroRemovedEvent
This event is fired when user macro is removed
|
class |
ViewGeneralConfigEvent |
Modifier and Type | Class and Description |
---|---|
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 |
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.
|
Modifier and Type | Method and Description |
---|---|
ConfluenceEvent |
ClusterEventWrapperService.wrap(Object src,
com.atlassian.event.Event event) |
Modifier and Type | Class and Description |
---|---|
class |
ContentEvent
Represents something that has happened to a particular piece of content
|
Modifier and Type | Class and 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 updated
|
class |
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 updated
|
class |
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 updated
|
class |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
BlogPostCreateEvent |
class |
BlogPostEvent |
class |
BlogPostInfoViewEvent |
class |
BlogPostMovedEvent |
class |
BlogPostRemoveEvent |
class |
BlogPostRestoreEvent |
class |
BlogPostTrashedEvent |
class |
BlogPostUpdateEvent |
class |
BlogPostViewEvent |
Modifier and Type | Class and Description |
---|---|
class |
CommentCreateEvent |
class |
CommentEvent |
class |
CommentRemoveEvent |
class |
CommentUpdateEvent
Date: Jan 24, 2007 - 4:46:17 PM
|
Modifier and Type | Class and Description |
---|---|
class |
MailCreateEvent |
class |
MailEvent |
class |
MailRemoveEvent |
class |
MailUpdateEvent |
Modifier and Type | Class and 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 |
Modifier and Type | Class and Description |
---|---|
class |
PageChildrenReorderEvent
An event where a page's children are re-ordered.
|
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 |
Modifier and Type | Class and Description |
---|---|
class |
PersonalInformationCreateEvent
Personal information creation event
|
class |
PersonalInformationEvent
Personal information specific event
|
class |
PersonalInformationRemoveEvent
Personal information deletion event
|
class |
PersonalInformationUpdateEvent
Personal information update event
|
Modifier and Type | Class and Description |
---|---|
class |
FollowEvent
An event fired when a user is followed/
|
Modifier and Type | Class and Description |
---|---|
class |
GroupCreateEvent |
class |
GroupEvent |
class |
GroupRemoveEvent |
Modifier and Type | Class and 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 |
LabelRemoveEvent
Thrown when a label is disassociated from a piece of content (as opposed to itself being removed).
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractLikeEvent |
class |
LikeCreatedEvent
Events where a like is created.
|
class |
LikeRemovedEvent |
Modifier and Type | Class and Description |
---|---|
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 scanForNewPlugins
|
class |
PluginModuleDisableEvent |
class |
PluginModuleEnableEvent |
class |
PluginModuleEvent
Abstract superclass of all plugin module events.
|
class |
PluginUninstallEvent |
class |
XWorkStateChangeEvent
An event that is fired every time an XWork configuration provider required a reload of XWork runtime configuration.
|
Modifier and Type | Class and Description |
---|---|
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 events
|
class |
SearchPerformedEvent
Event triggered whenever a user performs a search through the search screen or the remote API.
|
Modifier and Type | Class and Description |
---|---|
class |
IndexBuildCompleteEvent
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
ContentPermissionEvent
Event triggered when the permissions change on an ContentEntityObject.
|
class |
LoginEvent
Event representing the act of a user successfully logging into Confluence
|
class |
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 |
class |
WebLoginEvent
Deprecated.
since 5.0. use
LoginEvent instead. |
Modifier and Type | Class and 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 |
SpaceTrashEmptyEvent
Represents when the trash is emptied, either by a user or by a remote administration call.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
SupportRequestCreatedEvent
Event fired when the create support zip is called.
|
Modifier and Type | Class and Description |
---|---|
class |
TemplateEvent |
class |
TemplateListViewEvent
Represents a user viewing the page template listview action.
|
class |
TemplateRemoveEvent |
class |
TemplateUpdateEvent |
Modifier and Type | Class and Description |
---|---|
class |
ConfirmEmailAddressEvent |
class |
DirectoryUserRenamedEvent
This event is exactly like
UserRenamedEvent ,
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
TODO: Document this class / interface here
|
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 |
UserRemoveEvent
Event sent when a user is removed in Confluence.
|
class |
UserSignupEvent |
Modifier and Type | Class and Description |
---|---|
class |
AbstractStatusContentEvent
Abstract base class for all UserStatus events.
|
class |
StatusClearedEvent
Fired when a user's current status is cleared.
|
class |
StatusCreateEvent
Event fired when a new user status is created.
|
class |
StatusRemoveEvent
Fired when a user status is deleted.
|
Modifier and Type | Class and Description |
---|---|
class |
ConfigurationMigrationEvent
Used to indicate moving configuration from one data store to another.
|
Modifier and Type | Class and Description |
---|---|
class |
MacroCountEvent
Event related to macro counting.
|
Modifier and Type | Class and Description |
---|---|
class |
MailListViewEvent
Represents a user viewing any of the mail listview pages.
|
Modifier and Type | Method and Description |
---|---|
ConfluenceEvent |
ViewPageAction.getEventToPublish(String result) |
ConfluenceEvent |
PageInfoAction.getEventToPublish(String result) |
Modifier and Type | Class and Description |
---|---|
class |
PluginsClassLoaderAvailableEvent
Event fired to signal that the plugin system classloader is available for use.
|
Modifier and Type | Class and Description |
---|---|
class |
SiteLogoChangedEvent |
Modifier and Type | Class and Description |
---|---|
class |
DashboardPopularTabViewEvent |
class |
DashboardRecentlyUpdatedViewEvent |
Modifier and Type | Class and Description |
---|---|
class |
RemovePageTemplateEvent |
Modifier and Type | Class and Description |
---|---|
class |
FeedTimeoutEvent
An event sent when a
Timeout occurs when rendering a SyndEntry . |
Modifier and Type | Class and 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 in a specific group 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.
|
Modifier and Type | Class and Description |
---|---|
class |
SetupCompleteEvent |
Modifier and Type | Class and Description |
---|---|
class |
ColourSchemeChangedEvent
Fired when the colour scheme is changed, either within a space, or globally.
|
class |
LookAndFeelEvent
Abstract class for events related to themes, colour-schemes and layouts.
|
class |
StylesheetChangedEvent |
class |
ThemeChangedEvent
Fired when a new theme is selected, either globally or for an individual space.
|
Modifier and Type | Class and 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 |
Copyright © 2003–2015 Atlassian. All rights reserved.