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 classAttachmentRemoveEventEvent sent *before* the removal of a visible attachment.classHiddenAttachmentRemoveEventEvent 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 voidAttachmentAuditListener. onAttachmentRemove(GeneralAttachmentRemoveEvent event)
-