JAVA/CORBA クラス


getAllReadDocuments メソッド
データベース内にあるすべての既読文書の文書コレクションを作成します。

メモ このメソッドは R8 で新しく追加されました。

定義位置

Database

構文

public DocumentCollection getAllReadDocuments([string userid])
   throws NotesException

パラメータ

string userid


戻り値

DocumentCollection


使用法

データベースが未読のマークを追跡しない場合、すべての文書は既読と見なされます。

詳しくは、DocumentCollection クラスを参照してください。

クロスリファレンス

LotusScript NotesDatabase クラスの GetAllReadDocuments メソッド