com.atlassian.confluence.event.events.content.attachment
Class AttachmentEvent
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
- All Implemented Interfaces:
- Contented, Timestamped, java.io.Serializable
- Direct Known Subclasses:
- AttachmentBatchUploadCompletedEvent, AttachmentCreateEvent, AttachmentRemoveEvent, AttachmentUpdateEvent, AttachmentVersionRemoveEvent, AttachmentViewEvent
public abstract class AttachmentEvent
- extends ContentEvent
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
Methods inherited from class com.atlassian.event.Event |
hashCode |
Methods inherited from class org.springframework.context.ApplicationEvent |
getTimestamp |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
AttachmentEvent
protected AttachmentEvent(java.lang.Object src,
java.util.List<Attachment> attachments)
- Constructs a multi-attachment event. All attachments in the list are attached to the same entity.
AttachmentEvent
protected AttachmentEvent(java.lang.Object src,
Attachment attachment)
getContent
public ContentEntityObject getContent()
getAttachments
public java.util.List<Attachment> getAttachments()
Copyright © 2003-2013 Atlassian. All Rights Reserved.