getAllUnreadDocuments (Database - Java™)

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

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

定義位置

Database

構文

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

パラメータ

string userid

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

戻り値

DocumentCollection

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

使用法

データベースが未読のマークをトラッキングしない場合、すべての文書は既読として認識され、このメソッドにより空のコレクションが返されます。

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

クロスリファレンス

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