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.db:search
 
wm.ln.db:search
This flow service, given selection criteria for a document, returns all documents in a database that meet the criteria.
Input Parameters
database
Database The lotus.domino.Database object representing the database to search.
formula
String A Notes function formula that specifies the selection criteria.
dateTime
DateTime Optional. A cutoff date. The method searches only documents created or modified since the cutoff date. Can be null to indicate no cutoff date.
max
String Optional. Must specify the dateTime parameter to use this parameter. The maximum number of documents you want returned. Specify 0 to receive all matching documents.
Output Parameters
documentCollection
DocumentCollection An unsorted collection of documents that match the selection criteria.