Class: ListPageFlowsRequest

tibco.objectapi.service.request.ListPageFlowsRequest

new ListPageFlowsRequest()

Object ListPageFlowsRequest Usage: RestApiService.getPageFlowService().listPageFlows(request, callback);
Since:
  • 4.0.0

Members

filter :string

Query parameter: 'filter' Filter specification for the list.
Type:
  • string
Since:
  • 4.0.0
Default Value:
  • = ""

getTotalCount :boolean

Query parameter: 'gettotal' (optional) Whether to build a count of the total number of items in the list.
Type:
  • boolean
Since:
  • 4.0.0
Default Value:
  • = true

includeFormalParam :boolean

Query parameter: 'includeparam' (optional) Whether the response should include pageflows that have formal parameters.
Type:
  • boolean
Since:
  • 4.0.0
Default Value:
  • = true

numberOfItems :number

Query parameter: 'total' (Java type: long) (optional) Number of items (in the list) to include in this page.
Type:
  • number
Since:
  • 4.0.0
Default Value:
  • = 100

order :string

Query parameter: 'order' Sort specification for the list.
Type:
  • string
Since:
  • 4.0.0
Default Value:
  • = ""

startPosition :number

Query parameter: 'start' (Java type: long) (optional) Position in the list from which to start this page.
Type:
  • number
Since:
  • 4.0.0
Default Value:
  • = 0