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.view:getAllEntriesByKey
 
wm.ln.view:getAllEntriesByKey
This Java service finds view entries of type Document based on their column values within a view. You create a key or vector of keys, where each key corresponds to a value in a sorted column in the view. The method returns all entries whose column values match the keys.
Input Parameters
view
View The view to fetch entries from.
key
Object[ ] Each key may be either a Vector or Object of type String, DateTime, or DateRange. A key may also be a number.
exact
String Optional. "true" if you want to find an exact match. If you specify "false" or omit this parameter, a partial match succeeds.
Output Parameters
viewEntryCollection
ViewEntryCollection A collection of view entries found.