Class: QueryProcessTemplatesAltInputType

tibco.objectapi.pm.QueryProcessTemplatesAltInputType

new QueryProcessTemplatesAltInputType()

Constructs a new QueryProcessTemplatesAltInputType.

The following features are supported:

Members

orderBy :string

Sorting/grouping criteria to be used in the query. This property holds the value of the 'Order By' attribute.
Type:
  • string

pageSize :number

Page size to be used to return the list of process templates. One of the following values: 0: Return the entire result set in a single, non-paged list. -1: Return the result set in a paged list, using the default page size. >0: return the result set in a paged list, with the specified number of items on each page. This property holds the value of the 'Page Size' attribute.
Type:
  • number

select :string

Data fields to be selected for each process template in the result set. The "FROM process" clause should be included. This property holds the value of the 'Select' attribute.
Type:
  • string

where :string

Filter criteria to be used in the query. This property holds the value of the 'Where' attribute.
Type:
  • string