Class: XmlPageControl

tibco.objectapi.de.base.XmlPageControl

new XmlPageControl()

Conveys the paged request for a list of entities. Constructs a new XmlPageControl.

The following features are supported:

Members

page :number

Indicates the page requested. The first page is numbered 1. If the requested page, for a given page-size, exceeds the available entries, the resulting list will be empty. This property holds the value of the 'Page' attribute.
Type:
  • number

pageSize :number

Indicates the maximum number of entries per page. This property holds the value of the 'Page Size' attribute.
Type:
  • number