Uses of Class
com.atlassian.confluence.event.events.content.attachment.AttachmentViewEvent
-
Packages that use AttachmentViewEvent Package Description com.atlassian.confluence.event.events.content.attachment Confluence attachment events.com.atlassian.confluence.impl.audit.listener -
-
Uses of AttachmentViewEvent in com.atlassian.confluence.event.events.content.attachment
Subclasses of AttachmentViewEvent in com.atlassian.confluence.event.events.content.attachment Modifier and Type Class Description 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 AttachmentViewEvent in com.atlassian.confluence.impl.audit.listener
Methods in com.atlassian.confluence.impl.audit.listener with parameters of type AttachmentViewEvent Modifier and Type Method Description void
AttachmentAuditListener. onAttachmentDownloadedEvent(AttachmentViewEvent event)
-