JAVA/CORBA クラス


getDocumentByUNID メソッド

指定されたユニバーサル ID (UNID) を持つ文書をデータベースで検索します。

定義位置

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 @コマンド


関連項目