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 voidClusterManager. publishEvent(ConfluenceEvent event)Publish an event as a ClusterEventWrapper to other nodesvoidClusterManager. 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 classHazelcastClusterEventWrapperHazelcast specific implementation of the ClusterEventWrapper.Methods in com.atlassian.confluence.cluster.hazelcast that return ConfluenceEvent Modifier and Type Method Description ConfluenceEventHazelcastClusterEventWrapperService. 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 voidHazelcastClusterManager. publishEvent(ConfluenceEvent event)voidHazelcastClusterManager. 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 ConfluenceEventNonClusterEventWrapperService. 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 classClusterPanicEventUsed when theClusterSafetyManagerdetects 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 classPluginContentCreatedEventclassPluginContentRemovedEventclassPluginContentUpdatedEventclassPluginContentWillBeRemovedForSpaceEvent -
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 classXhtmlFragmentTimeoutEventAn event sent when aXhtmlTimeoutExceptionoccurs when rendering a fragment.classXhtmlMacroTimeoutEventAn event sent when aXhtmlTimeoutExceptionoccurs 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 classAsyncExportFinishedEventclassAsyncImportFinishedEventclassAsyncImportStartedEventPublished at the beginning of an import.classConfigurationEventclassDatabaseConfiguredEventThis event is sent when the database configuration has been completed during setup.classExportFinishedEventDeprecated.since 5.10.classGlobalPermissionsUpdateEventRepresents a change to global permissions.classGlobalPermissionsViewEventRepresents a user viewing the global permissions.classGlobalSettingsChangedEventEvent announcing a change in the global configuration of Confluence.classGlobalSettingsViewEventRepresents an administrator viewing the global settings.classImportFinishedEventclassLicenceUpdatedEventclassMacroMetadataChangedEventThis event is fired when macro metadata is changedclassMailErrorQueueDeletedEventThis event is triggered when admins click "Delete error queue" button in admin panelclassMailErrorQueueResentEventThis event is triggered when admins click "Resend error queue" button in admin panelclassMailQueueFlushedEventThis event is triggered when admins click "Flush Mail Queue" button in admin panelclassMailServerCreateEventclassMailServerDeleteEventclassMailServerEditEventclassMailServerEventclassMaxCacheSizeChangedEventEvent that indicates that max cache size for a particular cache needs to be changed.classPluginMacroRegisteredEventAn event to indicate that a macro has been registered with an XHTMLMacroManagerfrom a plugin.classPluginMacroUnregisteredEventAn event to indicate that a plugin hosted macro has been unregistered with an XHTMLMacroManager.classReindexBatchFinishedEventclassReindexBatchStartedEventclassReindexEventclassReindexFinishedEventclassReIndexJobFinishedEventThis event is to inform the re-indexing job has been complete on all nodesclassReIndexRequestEventThis event must be synchronous so that the maintenance task can be created in the same transaction of the new reindex jobclassReindexStageFinishedEventclassReindexStageStartedEventclassReindexStartedEventThis is a synchronous event fired when the reindex job starts on a node.classResetHibernateIdRangeEventclassSiteDarkFeatureDisabledEventclassSiteDarkFeatureEnabledEventclassSiteTitleChangeEventclassTranslationTransformStateChangedEventEvent fired when there is a change in i18n translation transform stateclassUpgradeFinishedEventThis event is published when a Confluence upgrade has completed successfully.classUpgradeStartedEventThis event is published when a Confluence upgrade has started.classUserMacroAddedEventThis event is fired when user macro is added/updatedclassUserMacroRemovedEventThis event is fired when user macro is removedclassViewGeneralConfigEventclassViewLicenseEventThis event is fired when admin visits license details page. -
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 classClusterAccessModeEventEvent to fire when read-only mode is enabled or disabled by the administrator on 1 node.classClusterDisableJobEventUsed to signal that all nodes should disable a (local) job.classClusterEnableJobEventUsed to signal that all nodes should enable a (local) job.classClusterEventWrapperWraps an event for transmission to other nodes in the cluster.classClusterIndexRequestEventEvent to fire to ask for a snapshot of a lucene index.classClusterIndexResponseEventEvent to fire to ask for a snapshot of a lucene index.classClusterIndexSnapshotCreatedEventEvent to fire to notify other nodes that a snapshot of a lucene index has been created successfully.classClusterIndexSnapshotRequestEventEvent to fire to ask for a snapshot of a lucene index.classClusterIndexSnapshotRequestReceivedEventEvent to fire to notify other nodes that this has received the request to take a snapshot of a lucene index.classClusterMaintenanceBannerEventEvent to fire when the banner feature is enabled or disabled by the administrator on 1 node.classClusterReindexRequiredEventEvent to fire when every other node in the cluster requires a reindex.classClusterSharedHomeSanityCheckEventEven to fire when a node wants to ensure that shared home directory is visible to other nodes.classClusterUpdateCronJobScheduleEventUsed to signal that all nodes should update the run interval of a cron jobclassClusterUpdateSimpleJobScheduleEventUsed to signal that all nodes should update the run interval of a simple jobclassZduFinalizationRequestEventCluster 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 ConfluenceEventClusterEventWrapperService. 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 classContentEventRepresents something that has happened to a particular piece of contentclassContentHistoricalVersionRemoveEventEvent 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 classAttachmentBatchUploadCompletedEventAn event indicating that o batch of one or more visible attachments have completed uploading.classAttachmentCreateEventAn event indicating that one or more visible attachments have been added to a piece of content.classAttachmentEventParent class for all attachment related events.classAttachmentListViewEventRepresents a user viewing the attachment listview action.classAttachmentRemoveEventEvent sent *before* the removal of a visible attachment.classAttachmentTrashedEventPublished when an attachment is moved to the trash.classAttachmentUpdateEventAn event indicating that a visible attachment has been updatedclassAttachmentVersionRemoveEventEvent sent *before* the removal of a visible attachment version.classAttachmentViewEventEvent fired every time an attachment is viewed.classGeneralAttachmentBatchUploadCompletedEventAn event indicating that o batch of one or more attachments have completed uploading.classGeneralAttachmentCreateEventAn event indicating that one or more attachments have been added to a piece of content.classGeneralAttachmentRemoveEventEvent sent *before* the removal of an attachment.classGeneralAttachmentRestoreEventThis is published when an attachment is restored from the trash.classGeneralAttachmentUpdateEventAn event indicating that an attachment has been updatedclassGeneralAttachmentVersionRemoveEventEvent sent *before* the removal of an attachment version.classHiddenAttachmentBatchUploadCompletedEventAn event indicating that o batch of one or more hidden attachments have completed uploading.classHiddenAttachmentCreateEventAn event indicating that one or more hidden attachments have been added to a piece of content.classHiddenAttachmentRemoveEventEvent sent *before* the removal of a hidden attachment.classHiddenAttachmentRestoreEventThis is published when a hidden attachment is restored from the trash.classHiddenAttachmentUpdateEventAn event indicating that a hidden attachment has been updatedclassHiddenAttachmentVersionRemoveEventEvent sent *before* the removal of a hidden attachment version.classProfilePictureThumbnailViewEventEvent fired every time a thumbnail of a profile picture attachment is viewed.classProfilePictureViewEventEvent fired every time a full sized profile picture attachment is viewed.classThumbnailViewEventEvent 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 classBlogPostCreateEventclassBlogPostEventclassBlogPostInfoViewEventclassBlogPostMovedEventclassBlogPostRemoveEventclassBlogPostRestoreEventclassBlogPostTrashedEventclassBlogPostUpdateEventclassBlogPostViewEvent -
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 classCommentCreateEventclassCommentEventclassCommentRemoveEventclassCommentUpdateEventDate: 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 classContentNotificationAddedEventclassContentNotificationEventRepresents an abstraction of content (page/blogs) watch events.classContentNotificationRemovedEventclassNotificationEventclassSiteNotificationAddedEventclassSiteNotificationEventRepresents a site-wide watch event, for example the Daily Report.classSiteNotificationRemovedEventclassSpaceNotificationAddedEventclassSpaceNotificationEventRepresents a space watch event.classSpaceNotificationRemovedEvent -
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 classPageChildrenReorderEventAn event where a page's children are re-ordered.classPageCopyEventclassPageCreateEventclassPageCreateFromTemplateEventclassPageEventclassPageInfoViewEventclassPageListViewEventRepresents a user viewing any of the page listview actions.classPageMoveCompletedEventclassPageMoveEventclassPageRemoveEventclassPageRestoreEventclassPageTrashedEventclassPageUpdateEventclassPageViewEvent -
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 classAbstractCopyPageHierarchyEventTODO: Document this class / interface hereclassAbstractPageHierarchyEventTODO: Document this class / interface hereclassCopyPageHierarchyFinishEventTODO: Document this class / interface hereclassCopyPageHierarchyStartEventTODO: Document this class / interface hereclassDeletePageHierarchyFinishEventTODO: Document this class / interface hereclassDeletePageHierarchyStartEventTODO: 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 classPersonalInformationCreateEventPersonal information creation eventclassPersonalInformationEventPersonal information specific eventclassPersonalInformationRemoveEventPersonal information deletion eventclassPersonalInformationUpdateEvent -
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 classDashboardViewEvent -
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 classFollowEventAn 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 classGroupCreateEventclassGroupEventclassGroupRemoveEvent -
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 classSudoAuthFailEventThis event is triggered when websudo authentication fails during an attempt to gain administrative accessclassSudoAuthSuccessEventThis event is triggered when websudo authentication succeeds during an attempt to gain administrative accessclassSudoLogoutEventThis 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 classLabelAddEventThrown when an existing label is associated with piece of content (as opposed to be newly created).classLabelCreateEventThrown when a label is created and comes into existance.classLabelDeleteEventThrown when a label itself is removed (as opposed to being disassociated from a piece of content).classLabelEventclassLabelListViewEventRepresents a user viewing any of the label listview actions.classLabelManagerMetricsEventLabelManagerMetricsEvent is used to collect analytics for some methods in DefaultLabelManagerclassLabelRemoveEventThrown 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 classAbstractLikeEventclassAsyncLikeCreatedEventAsynchronous version of LikeCreatedEventclassAsyncLikeEventclassAsyncLikeRemovedEventAsynchronous version of LikeRemovedEventclassLikeCreatedEventEvents where a like is created.classLikeRemovedEvent -
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 classJmxConfigChangedEventThis 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 classPeopleDirectoryViewEvent -
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 classContentTreePermissionReindexEventThis event is fired byDefaultContentPermissionManagerwhen the permissions of some content (page, attachment, comment, file comment) have been changed and require a reindex.classGlobalPermissionChangeEventEvent sent when any global permission is changed.classGlobalPermissionEventEvent sent for any global permission related operation.classGlobalPermissionRemoveEventEvent sent whenever a global permission is removed.classGlobalPermissionSaveEventEvent sent when any global permission is saved.classPermissionEventEvent sent for any space or global permission related operation.classSpacePermissionChangeEventEvent sent when any space permission is changed.classSpacePermissionEventEvent sent for any space permission related operation.classSpacePermissionRemoveEventEvent sent whenever a space permission is removed.classSpacePermissionSaveEventEvent sent when any space permission is saved.classSpacePermissionsRemoveForGroupEventEvent sent whenever all space permissions are removed for a group.classSpacePermissionsRemoveForUserEventEvent sent whenever all space permissions are removed for a user.classSpacePermissionsRemoveFromSpaceEventEvent 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 classAsyncPluginDisableEventThis class is an asynchronous and non-clustered version ofPluginDisableEvent.classAsyncPluginEnableEventThis class is an asynchronous and non-clustered version ofPluginEvent.classAsyncPluginEventThis class is an asynchronous and non-clustered version ofPluginEvent.classAsyncPluginFrameworkStartedEventPublished when the plugin framework has finished starting.classAsyncPluginInstallEventThis class is an asynchronous and non-clustered version ofPluginInstallEvent.classAsyncPluginModuleDisableEventThis class is an asynchronous and non-clustered version ofPluginModuleDisableEvent.classAsyncPluginModuleEnableEventThis class is an asynchronous and non-clustered version ofPluginModuleEnableEvent.classAsyncPluginUninstallEventThis class is an asynchronous and non-clustered version ofPluginUninstallEvent.classPluginDisableEventclassPluginEnableEventclassPluginEventclassPluginFrameworkStartedEventPublished when the plugin framework has finished starting.classPluginInstallEventFired when a plugin is detected by scanForNewPluginsclassPluginModuleDisableEventclassPluginModuleEnableEventclassPluginModuleEventAbstract superclass of all plugin module events.classPluginUninstallEventclassXStreamStateChangeEventConfluence event to control XStream resets when a plugin with xstream security goes through lifecycle phases.classXWorkStateChangeEventAn event that is fired every time an XWork configuration provider required a reload of XWork runtime configuration. -
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 classViewMyDraftsEventclassViewMyFavouritesEventclassViewMyWatchesEventclassViewNetworkEvent -
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 classIndexQueueFlushCompleteEventAn event to indicate that a flush of the index queue has completed with at least 1 item in the queue.classSearchEventSuperclass of all search-related eventsclassSearchPerformedEventEvent 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 classContentPermissionEventEvent triggered when the permissions change on an ContentEntityObject.classForgotPasswordUnknownUserEventThis event is triggered when the 'forgot password' form is submitted and there is no corresponding user foundclassLoginEventEvent representing the act of a user successfully logging into ConfluenceclassLoginFailedEventPublished to indicate failed login - useful to listeners wanting to count n instances of attempt and act on it.classLogoutEventclassNoConfluencePermissionEventclassSecurityEvent -
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 classRemoveSpaceViewEventRepresents the user view the remove space state within Space admin.classSpaceAdminViewEventRepresents a user viewing the top level screen of the space admin console.classSpaceArchivedEventclassSpaceContentWillRemoveEventEvent published when a space's content (pages, blog-posts) is about to be removed, but has not been removed.classSpaceCreateEventclassSpaceDetailsViewEventRepresents a user viewing the space details screen of the space admin console.classSpaceEventclassSpaceLabelsViewEventRepresents a user viewing the space labels screen of the space admin console.classSpaceLogoUpdateEventRepresents a change to the logo of a space.classSpacePermissionsUpdateEventRepresents a change to space permissions.classSpacePermissionsViewEventRepresents a user viewing the space permissions screen of the space admin console.classSpaceRemoveEventclassSpaceTrashEmptyEventRepresents when the trash is emptied, either by a user or by a remote administration call.classSpaceTrashViewEventRepresents a user viewing the trash contents screen of the space admin console.classSpaceUnArchivedEventclassSpaceUpdateEventclassSpaceWillRemoveEventEvent 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 classSupportRequestCreatedEventEvent 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 classTemplateEventclassTemplateListViewEventRepresents a user viewing the page template listview action.classTemplateRemoveEventclassTemplateUpdateEvent -
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 classConfirmEmailAddressEventclassDirectoryUserRenamedEventThis event is exactly likeUserRenamedEvent, with the exception that it is always guaranteed to be published.classDomainRestrictedUserSignupEventclassGroupInviteUserSignupEventEvent sent when a user signs up via the group invite link.classPublicUserSignupEventclassSendUserInviteEventEvent sent when a user wants to invite a set of users to use Confluence.classUserCreateEventEvent sent when a user is created in Confluence.classUserDeactivateEventEvent sent when a user is made inactive in Confluence.classUserEventAbstract event for all user creation, deletion, activation and deactivation events in confluence.classUserProfilePictureUpdateEventclassUserReactivateEventEvent sent when a user is made active in Confluence.classUserRemoveCompletedEventEvent sent once a user has been removed in Confluence.classUserRemoveEventEvent sent when a user is removed in Confluence.classUserSignupEventclassUserVerificationTokenCleanupEvent -
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 classTerminateBackupRestoreJobRequestCluster 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 classAbstractRestoreEventAn event that is sent when the state of site restore process changes.classRestoreFailedEventAn event that is sent when restore process failsclassRestoreInProgressEventAn event that is sent periodically with the restore process state.classRestoreLockDatabaseEventAn event that is sent before db drop to lock some database tableclassRestoreSucceededEventAn event that is sent when the restore process finishes successfully.classRestoreUnlockDatabaseEventAn 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 classClusterCacheFlushEventSignal that all managed caches have been flushed in this cluster -
Uses of ConfluenceEvent in com.atlassian.confluence.impl.search
Subclasses of ConfluenceEvent in com.atlassian.confluence.impl.search Modifier and Type Class Description static classDefaultIndexFlushRequester.RequestIndexFlushEvent -
Uses of ConfluenceEvent in com.atlassian.confluence.importexport
Subclasses of ConfluenceEvent in com.atlassian.confluence.importexport Modifier and Type Class Description classConfigurationMigrationEventDeprecated.since 7.3.0 will be removed in 8.0. -
Uses of ConfluenceEvent in com.atlassian.confluence.internal.webhooks
Methods in com.atlassian.confluence.internal.webhooks with parameters of type ConfluenceEvent Modifier and Type Method Description Map<String,Object>WebhookJsonEventFactory. build(com.atlassian.webhooks.WebhookEvent webhookEvent, ConfluenceEvent event) -
Uses of ConfluenceEvent in com.atlassian.confluence.macro.count
Subclasses of ConfluenceEvent in com.atlassian.confluence.macro.count Modifier and Type Class Description classMacroCountEventEvent 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 ConfluenceEventPageInfoAction. getEventToPublish(String result)ConfluenceEventViewPageAction. getEventToPublish(String result) -
Uses of ConfluenceEvent in com.atlassian.confluence.plugin
Subclasses of ConfluenceEvent in com.atlassian.confluence.plugin Modifier and Type Class Description classPluginsClassLoaderAvailableEventEvent 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 classSiteLogoChangedEventDeprecated.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 classDashboardPopularTabViewEventclassDashboardRecentlyUpdatedQueryEventclassDashboardRecentlyUpdatedViewEvent -
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 classSpaceDirectoryViewEvent -
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 classCollaborativeEditingModeChangeEventSuperclass for analytics events to record a Synchrony mode changeclassCollaborativeEditingOffEventPublished when collaborative editing is switched off.classCollaborativeEditingOnEventPublished when collaborative editing is switched on.classSynchronyRestartedEvent -
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 classRemovePageTemplateEvent -
Uses of ConfluenceEvent in com.atlassian.confluence.rss
Subclasses of ConfluenceEvent in com.atlassian.confluence.rss Modifier and Type Class Description classFeedTimeoutEventAn event sent when aTimeoutoccurs 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 classPauseAllJobsEventA cluster-wide event indicating that all scheduled jobs should be paused.classPauseJobEventA cluster-wide event indicating that a specific scheduled job should be paused.classPauseJobGroupEventA cluster-wide event indicating that all scheduled jobs with the specified JobRunnerKey should be paused.classResumeJobEventA cluster-wide event indicating that a specific scheduled job should be resumed.classTriggerJobEventA 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 classSetupCompleteEvent -
Uses of ConfluenceEvent in com.atlassian.confluence.themes.events
Subclasses of ConfluenceEvent in com.atlassian.confluence.themes.events Modifier and Type Class Description classColourSchemeChangedEventFired when the colour scheme is changed, either within a space, or globally.classDecoratorChangedEventclassFaviconChangedEventclassLookAndFeelEventAbstract class for events related to themes, colour-schemes and layouts.classSiteLogoChangedEventclassStylesheetChangedEventclassThemeChangedEventFired 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 classConfluenceDirectoryEventListener.ClusterDirectoryDeletedEventprotected static classConfluenceDirectoryEventListener.ClusterDirectoryEventCrowd'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 classConfluenceDirectoryEventListener.ClusterDirectoryUpdatedEvent
-