|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DEmbeddedObject | |
---|---|
de.bea.domingo | Interfaces and factory for access to Lotus Notes databases. |
de.bea.domingo.http | Http implementation of the contract in package de.bea.domingo . |
de.bea.domingo.mock | Implementations of some interfaces for temporary objects. |
de.bea.domingo.proxy | Proxy implementation of the contract in package de.bea.domingo . |
Uses of DEmbeddedObject in de.bea.domingo |
---|
Methods in de.bea.domingo that return DEmbeddedObject | |
---|---|
DEmbeddedObject |
DRichTextItem.embedAttachment(java.lang.String path)
Embeds an object or an attachment. |
DEmbeddedObject |
DBaseDocument.getAttachment(java.lang.String filename)
Returns a representation of a file attachment. |
DEmbeddedObject |
DRichTextItem.getEmbeddedAttachment(java.lang.String fileName)
Given the name of a file attachment in a rich-text item, returns the corresponding EmbeddedObject. |
Uses of DEmbeddedObject in de.bea.domingo.http |
---|
Methods in de.bea.domingo.http that return DEmbeddedObject | |
---|---|
DEmbeddedObject |
BaseDocumentHttp.getAttachment(java.lang.String filename)
Returns a representation of a file attachment. |
Uses of DEmbeddedObject in de.bea.domingo.mock |
---|
Methods in de.bea.domingo.mock that return DEmbeddedObject | |
---|---|
DEmbeddedObject |
MockDocument.getAttachment(java.lang.String filename)
Returns a representation of a file attachment. |
Uses of DEmbeddedObject in de.bea.domingo.proxy |
---|
Classes in de.bea.domingo.proxy that implement DEmbeddedObject | |
---|---|
class |
EmbeddedObjectProxy
This class represents the Domino-Class EmbeddedObject . |
Methods in de.bea.domingo.proxy that return DEmbeddedObject | |
---|---|
DEmbeddedObject |
RichTextItemProxy.embedAttachment(java.lang.String path)
Embeds an object or an attachment. |
DEmbeddedObject |
BaseDocumentProxy.getAttachment(java.lang.String attachmentName)
Returns a representation of a file attachment. |
DEmbeddedObject |
RichTextItemProxy.getEmbeddedAttachment(java.lang.String fileName)
Given the name of a file attachment in a rich-text item, returns the corresponding EmbeddedObject. |
(package private) static DEmbeddedObject |
EmbeddedObjectProxy.getInstance(NotesProxyFactory theFactory,
DBase parent,
lotus.domino.EmbeddedObject embeddedObject,
DNotesMonitor monitor)
Creates a new DEmbeddedObject and enables logging. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |