contains メソッド

指定された Document、または指定された ViewEntry に関連する Document がすべて DocumentCollection に含まれているかどうかを示します。

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

定義位置

DocumentCollection

構文

public boolean contains(int noteID)
    throws NotesException
public boolean contains(Document document)
    throws NotesException
public boolean contains(DocumentCollection collection)
    throws NotesException

パラメータ

int noteID

DocumentCollection のデータベースに属する単一の noteID。

Document document

DocumentCollection のデータベースに属する単一の文書。

DocumentCollection collection

DocumentCollection のデータベースに属する複数の文書のコレクション。

有効な値

使用法

このメソッドで包含関係が判別される文書は、元のコレクションと同じデータベース内になければなりません。そうでない場合、このメソッドは、「指定された文書はデータベースには存在しません」というエラーを戻します。あるいは、noteID が、元のコレクションのデータベース内の noteID に一致するメソッドに渡された場合、メソッドは、意図されていない文書を使用します。

collection が空の文書コレクションの場合、このメソッドは True を返します。

クロスリファレンス

LotusScript® NotesDocumentCollection クラスの Contains メソッド