new PagingAndSorting()
Paging and sorting parameters to enable clients to manipulate the size of a response into manageable chunks of data.
Constructs a new PagingAndSorting.
The following features are supported:
Members
getTotalCount :boolean
Boolean value defining whether the Page Flow Engine builds a count of the total number of items in the list. (If 'false' the total is set to -1.)
This property holds the value of the 'Get Total Count' attribute.
Type:
- boolean
getTotalCount :boolean
Boolean value defining whether the Page Flow Engine builds a count of the total number of items in the list. (If 'false' the total is set to -1.)
This property holds the value of the 'Get Total Count' attribute.
Type:
- boolean
numberOfItems :string
Number of items (in the list) to include in this page.
This property holds the value of the 'Number Of Items' attribute.
Type:
- string
numberOfItems :string
Number of items (in the list) to include in this page.
This property holds the value of the 'Number Of Items' attribute.
Type:
- string
orderFilterCriteria :tibco.objectapi.pfe.common.OrderFilterCriteria
**PRIVATE API - Reserved for internal use**
Specification of sort/filter criteria to be applied to the list.
This property holds the value of the 'Order Filter Criteria' containment reference.
Type:
orderFilterCriteria :tibco.objectapi.pfe.common.OrderFilterCriteria
**PRIVATE API - Reserved for internal use**
Specification of sort/filter criteria to be applied to the list.
This property holds the value of the 'Order Filter Criteria' containment reference.
Type:
startPosition :string
Position in the list from which to start this page.
This property holds the value of the 'Start Position' attribute.
Type:
- string
startPosition :string
Position in the list from which to start this page.
This property holds the value of the 'Start Position' attribute.
Type:
- string