public abstract class

AttachmentEvent

extends ContentEvent
java.lang.Object
   ↳ java.util.EventObject
     ↳ org.springframework.context.ApplicationEvent
       ↳ com.atlassian.event.Event
         ↳ com.atlassian.confluence.event.events.ConfluenceEvent
           ↳ com.atlassian.confluence.event.events.content.ContentEvent
             ↳ com.atlassian.confluence.event.events.content.attachment.AttachmentEvent
Known Direct Subclasses
Known Indirect Subclasses

Summary

[Expand]
Inherited Fields
From class java.util.EventObject
Protected Constructors
AttachmentEvent(Object src, List<Attachment> attachments)
Constructs a multi-attachment event.
AttachmentEvent(Object src, Attachment attachment)
Public Methods
List<Attachment> getAttachments()
ContentEntityObject getContent()
[Expand]
Inherited Methods
From class com.atlassian.confluence.event.events.content.ContentEvent
From class com.atlassian.event.Event
From class org.springframework.context.ApplicationEvent
From class java.util.EventObject
From class java.lang.Object

Protected Constructors

protected AttachmentEvent (Object src, List<Attachment> attachments)

Constructs a multi-attachment event. All attachments in the list are attached to the same entity.

protected AttachmentEvent (Object src, Attachment attachment)

Public Methods

public List<Attachment> getAttachments ()

public ContentEntityObject getContent ()