element queryProcessTemplatesAltInput
diagram pm_xsd_diagrams/pm_xsd_p87.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
properties
content complex
children pm:select pm:where pm:orderBy pm:pageSize
annotation
documentation
Request element for queryProcessTemplatesAlt operation. Works the same way as queryProcessTemplates, except the query string is broken into multiple parts. See also listProcessTemplateAttributes.
source <xsd:element name="queryProcessTemplatesAltInput">
 
<xsd:annotation>
   
<xsd:documentation>Request element for queryProcessTemplatesAlt operation. Works the same way as queryProcessTemplates, except the query string is broken into multiple parts. See also listProcessTemplateAttributes.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element name="select" type="xsd:string">
       
<xsd:annotation>
         
<xsd:documentation>Data fields to be selected for each process template in the result set. The "FROM process" clause should be included.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
     
<xsd:element name="where" type="xsd:string">
       
<xsd:annotation>
         
<xsd:documentation>Filter criteria to be used in the query.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
     
<xsd:element name="orderBy" type="xsd:string">
       
<xsd:annotation>
         
<xsd:documentation>Sorting/grouping criteria to be used 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 queryProcessTemplatesAltInput/select
diagram pm_xsd_diagrams/pm_xsd_p88.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
type xsd:string
properties
content simple
annotation
documentation
Data fields to be selected for each process template in the result set. The "FROM process" clause should be included.
source <xsd:element name="select" type="xsd:string">
 
<xsd:annotation>
   
<xsd:documentation>Data fields to be selected for each process template in the result set. The "FROM process" clause should be included.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element queryProcessTemplatesAltInput/where
diagram pm_xsd_diagrams/pm_xsd_p89.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
type xsd:string
properties
content simple
annotation
documentation
Filter criteria to be used in the query.
source <xsd:element name="where" type="xsd:string">
 
<xsd:annotation>
   
<xsd:documentation>Filter criteria to be used in the query.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element queryProcessTemplatesAltInput/orderBy
diagram pm_xsd_diagrams/pm_xsd_p90.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
type xsd:string
properties
content simple
annotation
documentation
Sorting/grouping criteria to be used in the query.
source <xsd:element name="orderBy" type="xsd:string">
 
<xsd:annotation>
   
<xsd:documentation>Sorting/grouping criteria to be used in the query.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element queryProcessTemplatesAltInput/pageSize
diagram pm_xsd_diagrams/pm_xsd_p91.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