|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DEmbeddedObject
Represents an embedded object.
| Field Summary | |
|---|---|
static int |
EMBED_ATTACHMENT
Type of embedded object: attachment. |
static int |
EMBED_OBJECT
Type of embedded object: object. |
static int |
EMBED_OBJECTLINK
Type of embedded object: object link. |
| Method Summary | |
|---|---|
void |
extractFile(java.lang.String path)
Writes a file attachment to storage. |
java.lang.String |
getName()
The name used to reference an file attachment (or object, object link). |
java.lang.String |
getSource()
For an object or object link, returns the internal name for the source document. |
int |
getType()
Read-only. |
void |
remove()
Removes an object, object link, or file attachment. |
| Methods inherited from interface de.bea.domingo.DBase |
|---|
equals, hashCode, toString |
| Field Detail |
|---|
static final int EMBED_OBJECTLINK
static final int EMBED_OBJECT
static final int EMBED_ATTACHMENT
| Method Detail |
|---|
void extractFile(java.lang.String path)
path - The path and file name where you want to store the extracted
file.void remove()
java.lang.String getName()
java.lang.String getSource()
int getType()
EMBED_OBJECT,
EMBED_OBJECTLINK or
EMBED_ATTACHMENT)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||