Modifier and Type | Method and Description |
---|---|
Attachment |
OlogClientImpl.add(File local,
Long logId) |
Attachment |
OlogClient.add(File local,
Long logId) |
Modifier and Type | Method and Description |
---|---|
Collection<Attachment> |
Log.getAttachments()
Get all the attachments associated with this log.
|
Collection<Attachment> |
OlogClientImpl.listAttachments(Long logId) |
Collection<Attachment> |
OlogClient.listAttachments(Long logId)
Returns a collection of attachments that matches the logId logId
|
Modifier and Type | Method and Description |
---|---|
static AttachmentBuilder |
AttachmentBuilder.attachment(Attachment attach) |
InputStream |
OlogClientImpl.getAttachment(Long logId,
Attachment attachment) |
InputStream |
OlogClient.getAttachment(Long logId,
Attachment attachment) |
Copyright © 2010-2014 Michigan State University. All Rights Reserved.