public final class EmbeddedObjectProxy extends BaseProxy implements DEmbeddedObject
EmbeddedObject.BaseProxy.DocumentCollectionIteratorDATETIME_STRING_LENGTH, EMPTY_STRING, MAX_DATETIME_LENGTH, NUM_DATETIME_VALUES, RESOURCESEMBED_ATTACHMENT, EMBED_OBJECT, EMBED_OBJECTLINK| Modifier and Type | Method and Description |
|---|---|
void |
extractFile(String path)
Writes a file attachment to storage.
|
String |
getName()
The name used to reference an file attachment (or object, object link).
|
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.
|
String |
toString()
Returns a short description of an instance.
|
checkSession, clearNotesObject, convertCalendarsToNotesDateTime, convertListToVector, convertNotesDateTimesToCalendar, convertVectorToList, createCalendar, createDateRange, createDateTime, decrementDateTimeCounter, finalize, getCountDateTime, getDSession, getFactory, getNotesObject, getParent, incrementDateTimeCounter, newException, newException, newException, newRuntimeException, newRuntimeException, newRuntimeException, recycleDateTimeList, refereceHashCode, toStringGeneric, toStringInterngetMonitor, setMonitorpublic void extractFile(String path)
extractFile in interface DEmbeddedObjectpath - The path and file name where you want to store the extracted
file.DEmbeddedObject.extractFile(String)public String getName()
getName in interface DEmbeddedObjectDEmbeddedObject.getName()public void remove()
DEmbeddedObjectremove in interface DEmbeddedObjectDEmbeddedObject.remove()public String toString()
DBasetoString in interface DBasetoString in class ObjectObject.toString()public String getSource()
getSource in interface DEmbeddedObjectDEmbeddedObject.getSource()public int getType()
getType in interface DEmbeddedObjectDEmbeddedObject.EMBED_OBJECT,
DEmbeddedObject.EMBED_OBJECTLINK or
DEmbeddedObject.EMBED_ATTACHMENT)DEmbeddedObject.getType()Copyright © 2005–2020. All rights reserved.