Uses of Class
com.atlassian.confluence.event.events.content.attachment.AttachmentUpdateEvent
Packages that use AttachmentUpdateEvent
Package
Description
-
Uses of AttachmentUpdateEvent in com.atlassian.confluence.event.listeners
Methods in com.atlassian.confluence.event.listeners with parameters of type AttachmentUpdateEventModifier and TypeMethodDescriptionvoid
ThumbnailRemovingListener.handleAttachmentUpdateEvent
(AttachmentUpdateEvent event) -
Uses of AttachmentUpdateEvent in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement
Methods in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement with parameters of type AttachmentUpdateEventModifier and TypeMethodDescriptionvoid
ContentManagementRecorder.onAttachmentUpdateEvent
(AttachmentUpdateEvent attachmentUpdateEvent) -
Uses of AttachmentUpdateEvent in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands
Methods in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands that return types with arguments of type AttachmentUpdateEventModifier and TypeMethodDescriptionAttachmentUpdateCommand.newCommand
(JournalEntry journalEntry) AttachmentUpdateCommand.newCommand
(AttachmentUpdateEvent event) Methods in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands with parameters of type AttachmentUpdateEventModifier and TypeMethodDescriptionAttachmentUpdateCommand.newCommand
(AttachmentUpdateEvent event) void
AttachmentUpdateCommand.processEvent
(AttachmentUpdateEvent event, Object... params) -
Uses of AttachmentUpdateEvent in com.atlassian.confluence.links
Methods in com.atlassian.confluence.links with parameters of type AttachmentUpdateEventModifier and TypeMethodDescriptionvoid
RelatedContentRefactoringListener.handleEvent
(AttachmentUpdateEvent event)