JAVA/CORBA クラス


getDocumentByUNID メソッド

文書の UNID (Universal ID) が指定されたときに、データベースで文書を探します。

定義が行われるクラスDatabase
構文public Document getDocumentByUNID(String unid)
throws NotesException

パラメータString unid


戻り値Document
使用法UNID (Universal ID) について詳しくは、Document の getUniversalID を参照してください。Universal ID を取得するには、Document の getUniversalID または getParentDocumentUNID を使用します。
指定の UNID と一致する文書がデータベース内にない場合は、NotesError.NOTES_ERR_BAD_UNID (4091) が生成されます。

クロスリファレンスLotusScript NotesDatabase クラスの GetDocumentByUNID メソッド
式言語の @SetDocField 関数

式言語の OpenDocument @コマンド


関連項目