指定された Document、または指定された ViewEntry に関連する Document がすべて 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 を返します。