Uses of Interface
com.atlassian.confluence.event.events.Timestamped
-
-
Uses of Timestamped in com.atlassian.confluence.content.event
Classes in com.atlassian.confluence.content.event that implement Timestamped Modifier and Type Class Description class
PluginContentCreatedEvent
class
PluginContentRemovedEvent
class
PluginContentUpdatedEvent
-
Uses of Timestamped in com.atlassian.confluence.event.events.content
Classes in com.atlassian.confluence.event.events.content that implement Timestamped 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 Timestamped in com.atlassian.confluence.event.events.content.attachment
Classes in com.atlassian.confluence.event.events.content.attachment that implement Timestamped 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
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 Timestamped in com.atlassian.confluence.event.events.content.blogpost
Classes in com.atlassian.confluence.event.events.content.blogpost that implement Timestamped 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 Timestamped in com.atlassian.confluence.event.events.content.comment
Classes in com.atlassian.confluence.event.events.content.comment that implement Timestamped Modifier and Type Class Description class
CommentCreateEvent
class
CommentEvent
class
CommentRemoveEvent
class
CommentUpdateEvent
Date: Jan 24, 2007 - 4:46:17 PM -
Uses of Timestamped in com.atlassian.confluence.event.events.content.page
Classes in com.atlassian.confluence.event.events.content.page that implement Timestamped 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
PageMoveEvent
class
PageRemoveEvent
class
PageRestoreEvent
class
PageTrashedEvent
class
PageUpdateEvent
class
PageViewEvent
-
Uses of Timestamped in com.atlassian.confluence.event.events.content.pagehierarchy
Classes in com.atlassian.confluence.event.events.content.pagehierarchy that implement Timestamped 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 Timestamped in com.atlassian.confluence.event.events.content.user
Classes in com.atlassian.confluence.event.events.content.user that implement Timestamped Modifier and Type Class Description class
PersonalInformationCreateEvent
Personal information creation eventclass
PersonalInformationEvent
Personal information specific eventclass
PersonalInformationRemoveEvent
Personal information deletion eventclass
PersonalInformationUpdateEvent
-
Uses of Timestamped in com.atlassian.confluence.event.events.like
Subinterfaces of Timestamped in com.atlassian.confluence.event.events.like Modifier and Type Interface Description interface
LikeEvent
A like event.Classes in com.atlassian.confluence.event.events.like that implement Timestamped Modifier and Type Class Description class
AbstractLikeEvent
class
LikeCreatedEvent
Events where a like is created.class
LikeRemovedEvent
-
Uses of Timestamped in com.atlassian.confluence.event.events.permission
Classes in com.atlassian.confluence.event.events.permission that implement Timestamped 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. -
Uses of Timestamped in com.atlassian.confluence.event.events.security
Classes in com.atlassian.confluence.event.events.security that implement Timestamped Modifier and Type Class Description class
ContentPermissionEvent
Event triggered when the permissions change on an ContentEntityObject.
-