JAVA/CORBA クラス


exportDxl メソッド

Lotus Domino データを DXL データに変換します。

定義が行われるクラスDxlExporter
構文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

パラメータDatabase database


Document document
DocumentCollection documentcollection
NoteCollection notecollection
戻り値文字列
クロスリファレンスLotusScript NotesDXLExporter クラスの Export
LotusScript NotesXMLProcessor クラスの Process

LotusScript NotesXMLProcessor クラスの SetInput

LotusScript NotesXMLProcessor クラスの SetOutput


関連項目