remove (NoteCollection - Java™)

1 つ以上の文書 (note) を文書コレクションから削除します。

定義位置

NoteCollection

構文

public void remove(Agent removalspecifier)
    throws NotesException
public void remove(Document removalspecifier)
    throws NotesException
public void remove(DocumentCollection removalspecifier)
    throws NotesException
public void remove(Form removalspecifier)
    throws NotesException
public void remove(NoteCollection removalspecifier)
    throws NotesException
public void remove(View removalspecifier)
    throws NotesException
public void remove(String removalspecifier)
    throws NotesException
public void remove(int removalspecifier)
    throws NotesException

パラメータ

Agent removalspecifier

削除する文書を表す Agent オブジェクトです。

Document removalspecifier

削除する文書を表す Document オブジェクトです。

DocumentCollection removalspecifier

削除する文書を表す DocumentCollection オブジェクトです。

Form removalspecifier

削除する文書を表す Form オブジェクトです。

NoteCollection removalspecifier

削除する文書を表す NoteCollection オブジェクトです。

View removalspecifier

削除する文書を表す View オブジェクトです。

String removalspecifier

削除する文書の文書 ID です。

int removalspecifier

削除する文書の文書 ID です。

クロスリファレンス

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