JAVA/CORBA クラス


intersect メソッド

元のコレクションと共通するノートおよび 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


Document intersectionspecifier
DocumentCollection intersectionspecifier
Form intersectionspecifier
NoteCollection intersectionspecifier
View intersectionspecifier
String intersectionspecifier
int intersectionspecifier
使用法ノートコレクションのデータベースどうしは、同じでなければなりません。
クロスリファレンスLotusScript NotesNoteCollection クラスの Intersect メソッド

関連項目