| Modifier and Type | Method and Description | 
|---|---|
static XmlAttachment | 
AttachmentManager.create(Attachment attachment,
      Long logId)  | 
| Modifier and Type | Method and Description | 
|---|---|
Collection<XmlAttachment> | 
XmlAttachments.getAttachments()
Returns a collection of XmlAttachment. 
 | 
Collection<XmlAttachment> | 
Log.getXmlAttachments()
Getter for the log's XmlAttachments. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
XmlAttachments.addXmlAttachment(XmlAttachment item)
Adds an attachment to the attachment collection. 
 | 
void | 
Log.addXmlAttachment(XmlAttachment attachment)
Adds an XmlAttachment to the collection. 
 | 
void | 
Log.removeXmlAttachment(XmlAttachment attachment)  | 
static String | 
XmlAttachment.toLogger(XmlAttachment data)
Creates a compact string representation for the log. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
XmlAttachments.setAttachments(Collection<XmlAttachment> items)
Sets the collection of attachments. 
 | 
void | 
Log.setXmlAttachments(Collection<XmlAttachment> attachments)
Setter for the log's XmlAttachments. 
 | 
| Constructor and Description | 
|---|
XmlAttachments(XmlAttachment attachment)
Creates a new instance of XmlAttachments with one initial attachment. 
 | 
Copyright © 2010-2014 Michigan State University. All Rights Reserved.