Uses of Class
com.atlassian.confluence.event.events.content.attachment.AttachmentRemoveEvent
-
Packages that use AttachmentRemoveEvent Package Description com.atlassian.confluence.event.events.like.listeners com.atlassian.confluence.event.listeners com.atlassian.confluence.internal.webhooks -
-
Uses of AttachmentRemoveEvent in com.atlassian.confluence.event.events.like.listeners
Methods in com.atlassian.confluence.event.events.like.listeners with parameters of type AttachmentRemoveEvent Modifier and Type Method Description voidDatabaseLikesRemovalListener. onAttachmentRemoveEvent(AttachmentRemoveEvent attachmentRemoveEvent) -
Uses of AttachmentRemoveEvent in com.atlassian.confluence.event.listeners
Methods in com.atlassian.confluence.event.listeners with parameters of type AttachmentRemoveEvent Modifier and Type Method Description voidThumbnailRemovingListener. handleAttachmentRemoveEvent(AttachmentRemoveEvent event) -
Uses of AttachmentRemoveEvent in com.atlassian.confluence.internal.webhooks
Methods in com.atlassian.confluence.internal.webhooks with parameters of type AttachmentRemoveEvent Modifier and Type Method Description voidApplicationWebhookEventPublisher. onAttachmentRemoved(AttachmentRemoveEvent event)
-