public final class DxlExporterProxy extends BaseProxy implements DDxlExporter
BaseProxy.DocumentCollectionIteratorDATETIME_STRING_LENGTH, EMPTY_STRING, MAX_DATETIME_LENGTH, NUM_DATETIME_VALUES, RESOURCES| Modifier and Type | Method and Description |
|---|---|
String |
exportDxl(DDatabase database)
Converts Domino data to DXL data.
|
String |
exportDxl(DDocument document)
Converts Domino data to DXL data.
|
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.
|
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(String systemId)
The value of SYSTEM in the exported !
|
void |
setOutputDoctype(boolean flag)
Indicates whether a !
|
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 static DxlExporterProxy getInstance(NotesProxyFactory theFactory, DBase parent, lotus.domino.DxlExporter exporter, DNotesMonitor monitor)
theFactory - the controlling factoryparent - the parent objectexporter - the Notes ViewEntrymonitor - the monitorpublic String toString()
DBasetoString in interface DBasetoString in class ObjectObject.toString()public 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(DDatabase)public 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(DDocument)public 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(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 String getDoctypeSYSTEM()
getDoctypeSYSTEM in interface DDxlExporterDDxlExporter.getDoctypeSYSTEM()public void setDoctypeSYSTEM(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()Copyright © 2005–2020. All rights reserved.