Class: CommentAudit

tibco.objectapi.ec.base.CommentAudit

new CommentAudit()

The Comments associated with the either the parent entity, or if root level, then the requested entity. Constructs a new CommentAudit.

The following features are supported:

Extends

Members

comment :Array.<tibco.objectapi.ec.base.CommentAuditEntry>

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

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:

reference :tibco.objectapi.ec.base.CommentReference

This property holds the value of the 'Reference' containment reference.
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: