|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DDxlExporter
Represents a Notes database.
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 ! |
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 ! |
Methods inherited from interface de.bea.domingo.DBase |
---|
equals, hashCode, toString |
Method Detail |
---|
java.lang.String exportDxl(DDatabase database) throws DNotesException
database
- The Domino data to be converted, in this case the entire database.
DNotesException
- if the Domino data cannot be exportedjava.lang.String exportDxl(DDocument document) throws DNotesException
document
- The Domino data to be converted, in this case one document.
DNotesException
- if the Domino data cannot be exportedjava.lang.String exportDxl(DDocumentCollection documentCollection) throws DNotesException
documentCollection
- document The Domino data to be converted, in this case the documents in a document collection.
DNotesException
- if the Domino data cannot be exportedboolean getOutputDOCTYPE()
true
(default) to export a !DOCTYPE statementvoid setOutputDoctype(boolean flag)
flag
- true
(default) to export a !DOCTYPE statementjava.lang.String getDoctypeSYSTEM()
void setDoctypeSYSTEM(java.lang.String systemId)
systemId
- system doctypevoid setConvertNotesBitmapsToGIF(boolean flag)
flag
- true
to convert bit maps false
(default) to leave bit maps in Notes formatboolean getConvertNotesBitmapsToGIF()
true
to convert bit maps false
(default) to leave bit maps in Notes format
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |