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 メソッド


関連項目