Lotus Notes Adapter 6.0 | webMethods Lotus Notes Adapter Documentation | webMethods Lotus Notes Adapter Installation and User’s Documentation | Built-In Services Reference | Built-In Services Reference | wm.ln.acl:getNextEntry
 
wm.ln.acl:getNextEntry
This flow service returns the next ACL entry or the one following a specified entry. With no parameter, this method returns the entry following the last entry retrieved. This no-parameter method improves performance for remote operations because ACL entries are cached locally.
Input Parameters
acl
ACL The lotus.domino.ACL object to get the next entry from.
aclEntry
ACLEntry Optional. The lotus.domino.ACLEntry object previous to the object to be fetched.
Output Parameters
aclEntry
ACLEntry The entry following the last entry retrieved or specified.