getNextEntry (NotesACL - JavaScript)

Returns the next ACL entry or the one following a specified entry.

Defined in

NotesACL

Syntax

getNextEntry() : NotesACLEntry

getNextEntry(entry:NotesACLEntry) : NotesACLEntry

Parameter Description
entry Any entry in the ACL. Cannot be null.
Return value Description
NotesACLEntry The next ACL entry or the one following the entry specified as the parameter. Returns null if there are no more entries.

Usage

With no parameter, this method returns the entry following the last entry retrieved. The no-parameter method improves performance for remote operations because ACL entries are cached locally.

The order of the ACL entries is unspecified. The order is not alphabetical and does not correspond to UI displays.