public abstract class AttachmentEvent extends ContentEvent
source
Modifier | Constructor and Description |
---|---|
protected |
AttachmentEvent(Object src,
Attachment attachment) |
protected |
AttachmentEvent(Object src,
List<Attachment> attachments)
Constructs a multi-attachment event.
|
Modifier and Type | Method and Description |
---|---|
List<Attachment> |
getAttachments() |
ContentEntityObject |
getContent() |
equals, isSuppressNotifications, setSuppressNotifications
getSource, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getTimestamp
protected AttachmentEvent(Object src, List<Attachment> attachments)
protected AttachmentEvent(Object src, Attachment attachment)
public ContentEntityObject getContent()
public List<Attachment> getAttachments()
Copyright © 2003–2016 Atlassian. All rights reserved.