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 Summary
Constructors Constructor Description AttachmentRemovedEvent(List<Attachment> removedVersions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Attachment>
getRemovedVersions()
-
-
-
Constructor Detail
-
AttachmentRemovedEvent
public AttachmentRemovedEvent(List<Attachment> removedVersions)
-
-
Method Detail
-
getRemovedVersions
public List<Attachment> getRemovedVersions()
-
-