| Package | Description |
|---|---|
| de.intarsys.tools.attachment | |
| de.intarsys.tools.file |
| Modifier and Type | Method and Description |
|---|---|
static Attachment |
AttachmentTools.getAttachment(String key)
Get the first
Attachment matching "key" in the thread context. |
static Attachment[] |
AttachmentTools.getAttachments()
Get all
Attachment instances for the thread context. |
static Attachment[] |
AttachmentTools.getAttachments(String key)
Get all attachments matching "key" in the thread context.
|
| Modifier and Type | Method and Description |
|---|---|
List<Attachment> |
IAttachmentSupport.getAttachments()
The attachment list for this object.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
AttachmentTools.addAttachment(Attachment attachment)
Add a
Attachment to the thread context. |
static void |
AttachmentTools.addAttachments(Attachment[] pAttachments)
Add an array of
Attachment instances to the thread context. |
Object |
CanonicalFromAttachmentConverter.convert(Attachment source) |
static boolean |
AttachmentTools.removeAttachment(Attachment pAttachment)
Remove attachment in the thread context.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
AttachmentTools.addAttachments(List<Attachment> pAttachments)
Add a list of
Attachment instances to the thread context. |
| Modifier and Type | Method and Description |
|---|---|
List<Attachment> |
FileGroup.getAttachments() |
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.