getDocumentByID (Database - Java™)

データベースで、指定された文書 ID の文書を検索します。

定義位置

Database

構文

public Document getDocumentByID(String noteid)
    throws NotesException

パラメータ

String noteid

文書の文書 ID。

戻り値

Document

パラメータに一致する文書 ID を持つ文書を返します。

使用法

文書 ID の詳細については、Document の NoteID プロパティを参照してください。

文書 ID を @NoteID から取得する場合は、接頭辞「NT」を削除してください。

クロスリファレンス

LotusScript® NotesDatabase クラスの getDocumentByID メソッド