Class: GenericResult

tibco.objectapi.ec.base.GenericResult

new GenericResult()

Information returned by an executeGenericQueryResponse message. The GenericResult object contains summary information for this query, as well as the entries returned by the query. Constructs a new GenericResult.

The following features are supported:

Extends

Members

endPosition :number

Index of the last event returned by the query. This will either correlate with either: - the numberOfItems+startPosition properties specified in the QueryOptions for the query, or - the end of the results returned by the query. This property holds the value of the 'End Position' attribute.
Type:
  • number
Inherited From:

resultEntry :Array.<tibco.objectapi.ec.base.ResultEntry>

This property holds the value of the 'Result Entry' containment reference list.
Type:

startPosition :number

Index of the first event returend by the query. This will correlate with the startPosition specified in QueryOptions in the query request. This property holds the value of the 'Start Position' attribute.
Type:
  • number
Inherited From:

totalItems :string

Total number of items the query could have returned (if it had specified its startPosition as 0 and numberOfItems as -1). For performance reasons, totalItems is only returned if the getTotalItems flag was specified in QueryOptions in the query request. This property holds the value of the 'Total Items' attribute.
Type:
  • string
Inherited From: