OpenNTF.org - XPages Extension Library

My Links (Not logged in)
User Name Password
Hosted by Prominic.NET

   Project: XPages Extension Library (Managed by Philippe Riand, Niklas Heidloff, Dave Delay, Akihiro Kosugi, Maire Kehoe, Tony McGuckin, John Piermarini, Martin Donnelly, James Quill, Darin Egan, Padraic Edwards, Andrejus Chaliapinas, Lorcan McDonald, Simon McLoughlin, Paul Hannan)
Actions:


Response
SubjectSorry but no ...
Created 12/11/2011 09:08 AM by Dave Delay.
Modified<none> by Dave Delay.
Body


The REST services work just like the underlying Notes / Domino APIs.  Documents contain summary and non-summary items.  You can build views that select certain documents from the database and contain summary data (and computed values) for each row.  You can read the summary data from a view, but you must open a document to read all the items. 

 

I guess I don't understand your use case.  Why don't you want to build a view to read the document data?  Also, if you aren't using a view, how do you find the documents you are looking for?

 

-- Dave