Uses of Class
com.atlassian.confluence.event.events.content.attachment.GeneralAttachmentRemoveEvent
-
Packages that use GeneralAttachmentRemoveEvent Package Description com.atlassian.confluence.event.events.content.attachment Confluence attachment events.com.atlassian.confluence.impl.audit.listener -
-
Uses of GeneralAttachmentRemoveEvent in com.atlassian.confluence.event.events.content.attachment
Subclasses of GeneralAttachmentRemoveEvent in com.atlassian.confluence.event.events.content.attachment Modifier and Type Class Description class
AttachmentRemoveEvent
Event sent *before* the removal of a visible attachment.class
HiddenAttachmentRemoveEvent
Event sent *before* the removal of a hidden attachment. -
Uses of GeneralAttachmentRemoveEvent in com.atlassian.confluence.impl.audit.listener
Methods in com.atlassian.confluence.impl.audit.listener with parameters of type GeneralAttachmentRemoveEvent Modifier and Type Method Description void
AttachmentAuditListener. onAttachmentRemove(GeneralAttachmentRemoveEvent event)
-