createViewNavFromAllUnread (View - Java)

Creates a view navigator for all unread entries in a view.

Note: This method is new with Release 8.

Defined in

View

Syntax

public ViewNavigator createViewNavFromAllUnread([String user-name])
    throws NotesException

Parameters

String user-name

Optional. If present the method returns a ViewNavigator containing all unread documents on behalf of the given name. If omitted the method returns a ViewNavigator containing all unread documents on behalf of the current user ID.

Return value


ViewNavigator

The new view navigator.

Usage

The navigator contains all entries even if the view is filtered for a full-text search. If the database does not track unread marks, all documents are considered read.