|
intarsys runtime library | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Attachment | |
|---|---|
| de.intarsys.tools.attachment | |
| Uses of Attachment in de.intarsys.tools.attachment |
|---|
| Methods in de.intarsys.tools.attachment that return Attachment | |
|---|---|
static Attachment |
AttachmentTools.getAttachment(Object target,
String key)
Get the first Attachment matching "key" within the target object. |
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(Object target)
Get all Attachment instances for the target object. |
static Attachment[] |
AttachmentTools.getAttachments(Object target,
String key)
Get all attachments matching "key" for the target object. |
static Attachment[] |
AttachmentTools.getAttachments(String key)
Get all attachments matching "key" in the thread context. |
| Methods in de.intarsys.tools.attachment that return types with arguments of type Attachment | |
|---|---|
List<Attachment> |
IAttachmentSupport.getAttachments()
The attachment list for this object. |
| Methods in de.intarsys.tools.attachment with parameters of type Attachment | |
|---|---|
static void |
AttachmentTools.addAttachment(Attachment attachment)
Add a Attachment to the thread context. |
static void |
AttachmentTools.addAttachment(Object target,
Attachment attachment)
Add a Attachment to the target object. |
static void |
AttachmentTools.addAttachments(Attachment[] pAttachments)
Add an array of Attachment instances to the thread context. |
static void |
AttachmentTools.addAttachments(Object target,
Attachment[] pAttachments)
Add an array of Attachment instances to the target object. |
Object |
CanonicalFromAttachmentConverter.convert(Attachment source)
|
static boolean |
AttachmentTools.removeAttachment(Attachment pAttachment)
Remove attachment in the thread context. |
static boolean |
AttachmentTools.removeAttachment(Object target,
Attachment pAttachment)
Remove attachment in the target object. |
| Method parameters in de.intarsys.tools.attachment with type arguments of type Attachment | |
|---|---|
static void |
AttachmentTools.addAttachments(List<Attachment> pAttachments)
Add a list of Attachment instances to the thread context. |
static void |
AttachmentTools.addAttachments(Object target,
List<Attachment> pAttachments)
Add a list of Attachment instances to the target object. |
|
intarsys runtime library | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||