getNextDocument (ViewNavigator - Java)

Returns the next document entry in a view navigator.

Defined in

ViewNavigator

Syntax

public ViewEntry getNextDocument()
    throws NotesException

Return value

ViewEntry

The document entry following the current entry. Returns null if there is no next document entry.

Usage

This method moves the current pointer to the retrieved entry unless the return value is null.