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:getAllDocuments
 
wm.ln.db:getAllDocuments
This flow service provides an unsorted document collection containing all the documents in a database. The FTSearch and search methods return smaller collections of documents that meet specific criteria. Using the AllDocuments property is more efficient than using the search method with an @All formula.
Input Parameters
database
Database The lotus.domino.Database object to get the documents from.
Output Parameters
documentCollection
DocumentCollection A lotus.domino.DocumentCollection object representing the documents in the database indicated.