Class AttachmentRemovedEvent

java.lang.Object
com.atlassian.confluence.impl.event.AttachmentRemovedEvent

public class AttachmentRemovedEvent extends Object
Event fired when an attachment (all of its versions) has been removed from DB
Since:
7.14.0
  • Constructor Details

    • AttachmentRemovedEvent

      public AttachmentRemovedEvent(List<Attachment> removedVersions)
  • Method Details