JAVA/CORBA クラス


exportDxl メソッド

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


関連項目