JAVA/CORBA クラス


getDocumentByID メソッド

Note ID が指定されたときに、データベース内で文書を探します。

定義が行われるクラス
Database

構文
public Document getDocumentByID(String noteid)
throws NotesException

パラメータ
String noteid


戻り値
Document
使用法
Note ID について詳しくは、Document の NoteID プロパティを参照してください。

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

クロスリファレンス
LotusScript NotesDatabase クラスの GetDocumentByID メソッド


関連項目