| Package | Description |
|---|---|
| de.jakop.lotus.domingo |
Interfaces and factory for access to Lotus Notes databases.
|
| de.jakop.lotus.domingo.http |
Http implementation of the contract in package
de.jakop.lotus.domingo. |
| de.jakop.lotus.domingo.mock |
Implementations of some interfaces for temporary objects.
|
| de.jakop.lotus.domingo.proxy |
Proxy implementation of the contract in package
de.jakop.lotus.domingo. |
| Modifier and Type | Method and Description |
|---|---|
DEmbeddedObject |
DRichTextItem.embedAttachment(String path)
Embeds an object or an attachment.
|
DEmbeddedObject |
DBaseDocument.getAttachment(String filename)
Returns a representation of a file attachment.
|
DEmbeddedObject |
DRichTextItem.getEmbeddedAttachment(String fileName)
Given the name of a file attachment in a rich-text item,
returns the corresponding EmbeddedObject.
|
| Modifier and Type | Method and Description |
|---|---|
DEmbeddedObject |
BaseDocumentHttp.getAttachment(String filename)
Returns a representation of a file attachment.
|
| Modifier and Type | Method and Description |
|---|---|
DEmbeddedObject |
MockDocument.getAttachment(String filename)
Returns a representation of a file attachment.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EmbeddedObjectProxy
This class represents the Domino-Class
EmbeddedObject. |
| Modifier and Type | Method and Description |
|---|---|
DEmbeddedObject |
RichTextItemProxy.embedAttachment(String path)
Embeds an object or an attachment.
|
DEmbeddedObject |
BaseDocumentProxy.getAttachment(String attachmentName)
Returns a representation of a file attachment.
|
DEmbeddedObject |
RichTextItemProxy.getEmbeddedAttachment(String fileName)
Given the name of a file attachment in a rich-text item,
returns the corresponding EmbeddedObject.
|
Copyright © 2005–2020. All rights reserved.