intersect (NoteCollection - Java™)

元のコレクションと intersection パラメータで指定された文書に共通の文書を含む文書コレクションを作成します。

定義位置

NoteCollection

構文

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 プロパティが示すデータベースは同じでなければなりません。

クロスリファレンス

LotusScript® NotesNoteCollection クラスの Intersect メソッド