new QueryProcessInstancesOutputType()
Constructs a new QueryProcessInstancesOutputType.
The following features are supported:
Members
isLastPage :boolean
is last page indicator.
This property holds the value of the 'Is Last Page' attribute.
Type:
- boolean
pageNumber :number
page number.
This property holds the value of the 'Page Number' attribute.
Type:
- number
pagingID :number
Paging ID which can be used to get individual pages of the (paged) list.
This property holds the value of the 'Paging ID' attribute.
Type:
- number
processInstances :tibco.objectapi.pm.ProcessInstances
Details of process instances that match the query specified in the request.
This will be either the full list or the first page of the list, depending on the pageSize value specified in the request.
This property holds the value of the 'Process Instances' containment reference.
Type:
totalCount :number
total number of items returned from the query.
This property holds the value of the 'Total Count' attribute.
Type:
- number