AllEntries (View - Java)

Read-only. All document entries in a view in view order.

Defined in

View

Data type

ViewEntryCollection

Syntax

public ViewEntryCollection getAllEntries()
    throws NotesException

Usage

A view entry collection contains only document entries (no categories or totals).

If a view is filtered by FTSearch, this property returns the entries in the filtered view.

Use NotesViewNavigator (ViewNavigator in Java) to get all view entries including categories and totals.

Example