getAllReadDocuments (Database - Java™)

データベース内のすべての既読文書の文書コレクションを作成します。

注: このメソッドは Release 8 で新しく追加されました。

定義位置

Database

構文

public DocumentCollection getAllReadDocuments()
    throws NotesException
public DocumentCollection getAllReadDocuments(string userid)
    throws NotesException

パラメータ

string userid

オプション。指定すると、このメソッドにより、指定された名前の代わりに既読文書が返されます。省略すると、このメソッドにより、現在のユーザー ID に対応する既読文書が返されます。

戻り値

DocumentCollection

新規文書コレクションを返します。

使用法

データベースが未読のマークをトラッキングしない場合、すべての文書は読み取り済みと認識されます。

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

クロスリファレンス

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