JAVA/CORBA クラス
元のコレクションと共通するノートおよび 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
クロスリファレンス LotusScript NotesNoteCollection クラスの Intersect メソッド
例 関連項目