Skip to main content

NotesQueryResultsProcessor

Properties

NameDescription
MaxEntriesTo prevent runaway processing during ExecuteToJSON or ExecuteToView, throws an error if the number of documents fetched across all input collections…
TimeOutSecTo prevent runaway processing during ExecuteToJSON or ExecuteToView, throws an error if execution time exceeds the TimeOutSec limit.

Methods

NameDescription
AddCollectionAdds a NotesDocumentCollection or NotesViewEntryCollection to the Documents being processed.
AddColumnCreates a single column of values to be returned when QueryResultsProcessor is executed.
AddDominoQueryExecutes and adds the output set of documents from a NotesDominoQuery to those included in NotesQueryResultsProcessor instance. All NotesDominoQuery…
ExecuteToJSONProcesses the input collections in the manner specified by the Sort Columns, overriding field values with formulas specified via addFormula calls, and…
ExecuteToViewSaves sorted QueryResultsProcesser results to a "results view" in a database. Processes the input collections in the manner specified by the Sort…