deleteEntry (ViewEntryCollection - Java)

Deletes an entry from a view entry collection.

Defined in

ViewEntryCollection

Syntax

public void deleteEntry(ViewEntry entry)
    throws NotesException

Parameters

ViewEntry entry

The view entry to be deleted. Cannot be null. Must be of type document.

Usage

This method decrements the view entry collection count returned by getCount.

This method throws an exception if the entry is already deleted.

This method throws an exception if the entry is from another collection.

A deleted ViewEntry object is invalid and cannot be used for navigation purposes.

Example