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
戻り値

String 型


クロスリファレンス

LotusScript NotesDXLExporter クラスの Export

LotusScript NotesXMLProcessor クラスの Process

LotusScript NotesXMLProcessor クラスの SetInput

LotusScript NotesXMLProcessor クラスの SetOutput


関連項目