element queryProcessTemplatesInput
diagram pm_xsd_diagrams/pm_xsd_p92.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
properties
content complex
children pm:query pm:pageSize
annotation
documentation
Request element for queryProcessTemplates operation.

See also: listProcessTemplateAttributes operation.
source <xsd:element name="queryProcessTemplatesInput">
 
<xsd:annotation>
   
<xsd:documentation>Request element for queryProcessTemplates operation.

See also: listProcessTemplateAttributes operation.
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element name="query" type="xsd:string">
       
<xsd:annotation>
         
<xsd:documentation>Full (SQL syntax) query string. The "FROM process" clause should be included in the query.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
     
<xsd:element name="pageSize" type="xsd:int">
       
<xsd:annotation>
         
<xsd:documentation>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.

&gt;0: return the result set in a paged list, with the specified number of items on each page.
</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element queryProcessTemplatesInput/query
diagram pm_xsd_diagrams/pm_xsd_p93.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
type xsd:string
properties
content simple
annotation
documentation
Full (SQL syntax) query string. The "FROM process" clause should be included in the query.
source <xsd:element name="query" type="xsd:string">
 
<xsd:annotation>
   
<xsd:documentation>Full (SQL syntax) query string. The "FROM process" clause should be included in the query.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element queryProcessTemplatesInput/pageSize
diagram pm_xsd_diagrams/pm_xsd_p94.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
type xsd:int
properties
content simple
annotation
documentation
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.

&gt;0: return the result set in a paged list, with the specified number of items on each page.
source <xsd:element name="pageSize" type="xsd:int">
 
<xsd:annotation>
   
<xsd:documentation>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.

&gt;0: return the result set in a paged list, with the specified number of items on each page.
</xsd:documentation>
 
</xsd:annotation>
</xsd:element>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy