元のコレクションと intersection パラメータで指定された文書に共通の文書を含む文書コレクションを作成します。
public void intersect(Agent intersectionspecifier)
throws NotesException
public void intersect(Document intersectionspecifier)
throws NotesException
public void intersect(DocumentCollection intersectionspecifier)
throws NotesException
public void intersect(Form intersectionspecifier)
throws NotesException
public void intersect(NoteCollection intersectionspecifier)
throws NotesException
public void intersect(View intersectionspecifier)
throws NotesException
public void intersect(String intersectionspecifier)
throws NotesException
public void intersect(int intersectionspecifier)
throws NotesException
Agent intersectionspecifier
組み合わせる文書を表す Agent オブジェクトです。
Document intersectionspecifier
組み合わせる文書を表す Document オブジェクトです。
DocumentCollection intersectionspecifier
組み合わせる文書を表す DocumentCollection オブジェクトです。
Form intersectionspecifier
組み合わせる文書を表す Form オブジェクトです。
NoteCollection intersectionspecifier
組み合わせる文書を表す NoteCollection オブジェクトです。
View intersectionspecifier
組み合わせる文書を表す View オブジェクトです。
String intersectionspecifier
組み合わせる文書の文書 ID です。
int intersectionspecifier
組み合わせる文書の文書 ID です。
それぞれの文書コレクションの Parent プロパティが示すデータベースは同じでなければなりません。