exportDxl (DxlExporter - Java™)
Converts Domino® data to DXL data.
Defined in
Syntax
public String exportDxl(Database database)
throws NotesException
public String exportDxl(Document document)
throws NotesException
public String exportDxl(DocumentCollection documentcollection)
throws NotesException
public String exportDxl(NoteCollection notecollection)
throws NotesException
Parameters
Database database
The Domino® data to be converted, in this case the entire database.
Document document
The Domino® data to be converted, in this case one document.
DocumentCollection documentcollection
The Domino® data to be converted, in this case the documents in a document collection.
NoteCollection notecollection
The Domino® data to be converted, in this case the elements in a note collection.
Return value
String
The exported DXL.