new QueryProcessTemplatesInputType()
    Constructs a new QueryProcessTemplatesInputType.
The following features are supported:
Members
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
 
query :string
    Full (SQL syntax) query string. The "FROM process" clause should be included in the query.
This property holds the value of the 'Query' attribute.
    Type:
- string