|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.bea.domingo.monitor.AbstractMonitorEnabled
de.bea.domingo.proxy.BaseProxy
de.bea.domingo.proxy.DxlExporterProxy
public final class DxlExporterProxy
Represents a view entry. A view entry describes a row in a view.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class de.bea.domingo.proxy.BaseProxy |
|---|
BaseProxy.DocumentCollectionIterator |
| Field Summary |
|---|
| Fields inherited from class de.bea.domingo.proxy.BaseProxy |
|---|
DATETIME_STRING_LENGTH, EMPTY_STRING, MAX_DATETIME_LENGTH, NUM_DATETIME_VALUES, RESOURCES |
| Method Summary | |
|---|---|
java.lang.String |
exportDxl(DDatabase database)
Converts Domino data to DXL data. |
java.lang.String |
exportDxl(DDocument document)
Converts Domino data to DXL data. |
java.lang.String |
exportDxl(DDocumentCollection documentCollection)
Converts Domino data to DXL data. |
boolean |
getConvertNotesBitmapsToGIF()
Indicates whether bit maps pasted in rich text items should be converted to GIF format. |
java.lang.String |
getDoctypeSYSTEM()
The value of SYSTEM in the exported ! |
static DxlExporterProxy |
getInstance(NotesProxyFactory theFactory,
DBase parent,
lotus.domino.DxlExporter exporter,
DNotesMonitor monitor)
Creates an encapsulated notes session object. |
boolean |
getOutputDOCTYPE()
Indicates whether a ! |
void |
setConvertNotesBitmapsToGIF(boolean flag)
|
void |
setDoctypeSYSTEM(java.lang.String systemId)
The value of SYSTEM in the exported ! |
void |
setOutputDoctype(boolean flag)
Indicates whether a ! |
java.lang.String |
toString()
Returns a short description of an instance. |
| Methods inherited from class de.bea.domingo.monitor.AbstractMonitorEnabled |
|---|
getMonitor, setMonitor |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface de.bea.domingo.DBase |
|---|
equals, hashCode |
| Method Detail |
|---|
public static DxlExporterProxy getInstance(NotesProxyFactory theFactory,
DBase parent,
lotus.domino.DxlExporter exporter,
DNotesMonitor monitor)
theFactory - the controlling factoryparent - the parent objectexporter - the Notes ViewEntrymonitor - the monitor
public java.lang.String toString()
DBase
toString in interface DBasetoString in class java.lang.ObjectObject.toString()
public java.lang.String exportDxl(DDatabase database)
throws DNotesException
exportDxl in interface DDxlExporterdatabase - The Domino data to be converted, in this case the entire database.
DNotesException - if the Domino data cannot be exportedDDxlExporter.exportDxl(de.bea.domingo.DDatabase)
public java.lang.String exportDxl(DDocument document)
throws DNotesException
exportDxl in interface DDxlExporterdocument - The Domino data to be converted, in this case one document.
DNotesException - if the Domino data cannot be exportedDDxlExporter.exportDxl(de.bea.domingo.DDocument)
public java.lang.String exportDxl(DDocumentCollection documentCollection)
throws DNotesException
exportDxl in interface DDxlExporterdocumentCollection - document The Domino data to be converted, in this case the documents in a document collection.
DNotesException - if the Domino data cannot be exportedDDxlExporter.exportDxl(de.bea.domingo.DDocumentCollection)public boolean getOutputDOCTYPE()
getOutputDOCTYPE in interface DDxlExportertrue (default) to export a !DOCTYPE statementDDxlExporter.getOutputDOCTYPE()public void setOutputDoctype(boolean flag)
setOutputDoctype in interface DDxlExporterflag - true (default) to export a !DOCTYPE statementDDxlExporter.setOutputDoctype(boolean)public java.lang.String getDoctypeSYSTEM()
getDoctypeSYSTEM in interface DDxlExporterDDxlExporter.getDoctypeSYSTEM()public void setDoctypeSYSTEM(java.lang.String systemId)
setDoctypeSYSTEM in interface DDxlExportersystemId - system doctypeDDxlExporter.setDoctypeSYSTEM(java.lang.String)public void setConvertNotesBitmapsToGIF(boolean flag)
setConvertNotesBitmapsToGIF in interface DDxlExporterflag - true to convert bit maps false
(default) to leave bit maps in Notes formatDDxlExporter.setDoctypeSYSTEM(java.lang.String)public boolean getConvertNotesBitmapsToGIF()
getConvertNotesBitmapsToGIF in interface DDxlExportertrue to convert bit maps false
(default) to leave bit maps in Notes formatDDxlExporter.getConvertNotesBitmapsToGIF()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||