element queryProcessInstancesAltInput
diagram pm_xsd_diagrams/pm_xsd_p66.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
properties
content complex
children pm:select pm:where pm:orderBy pm:statusMode pm:pageSize pm:attributeMap
annotation
documentation
Request element for queryProcessInstancesAlt operation.

This operation works the same way as queryProcessInstances, except the query string is broken into multiple parts.

See also: listProcessInstanceAttributes operation.
source <xsd:element name="queryProcessInstancesAltInput">
 
<xsd:annotation>
   
<xsd:documentation>Request element for queryProcessInstancesAlt operation.

This operation works the same way as queryProcessInstances, except the query string is broken into multiple parts.

See also: listProcessInstanceAttributes operation.
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element name="select" type="xsd:string">
       
<xsd:annotation>
         
<xsd:documentation>Attributes to be selected for each process instance 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="statusMode" type="pm:StateModeType" minOccurs="0">
       
<xsd:annotation>
         
<xsd:documentation>status Mode - ACTIVE only, COMPLETED only, or ACTIVE and COMPLETED</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 instances. 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:element name="attributeMap" type="pm:TemplateAttributes">
       
<xsd:annotation>
         
<xsd:documentation>(Optional) Specification of the types of user-defined attributes to be included in the query.

Specifying this parameter will make the query more efficient.
</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element queryProcessInstancesAltInput/select
diagram pm_xsd_diagrams/pm_xsd_p67.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
type xsd:string
properties
content simple
annotation
documentation
Attributes to be selected for each process instance in the result set. The "FROM process" clause should be included.
source <xsd:element name="select" type="xsd:string">
 
<xsd:annotation>
   
<xsd:documentation>Attributes to be selected for each process instance in the result set. The "FROM process" clause should be included.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element queryProcessInstancesAltInput/where
diagram pm_xsd_diagrams/pm_xsd_p68.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 queryProcessInstancesAltInput/orderBy
diagram pm_xsd_diagrams/pm_xsd_p69.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 queryProcessInstancesAltInput/statusMode
diagram pm_xsd_diagrams/pm_xsd_p70.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
type pm:StateModeType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration TERMINATED
documentation
TERMINATED states
enumeration ACTIVE
documentation
ACTIVE states
enumeration ACTIVE_AND_TERMINATED
documentation
ACTIVE AND TERMINATED states
annotation
documentation
status Mode - ACTIVE only, COMPLETED only, or ACTIVE and COMPLETED
source <xsd:element name="statusMode" type="pm:StateModeType" minOccurs="0">
 
<xsd:annotation>
   
<xsd:documentation>status Mode - ACTIVE only, COMPLETED only, or ACTIVE and COMPLETED</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element queryProcessInstancesAltInput/pageSize
diagram pm_xsd_diagrams/pm_xsd_p71.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 instances. 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 instances. 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>

element queryProcessInstancesAltInput/attributeMap
diagram pm_xsd_diagrams/pm_xsd_p72.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
type pm:TemplateAttributes
properties
content complex
children pm:templateAttribute
annotation
documentation
(Optional) Specification of the types of user-defined attributes to be included in the query.

Specifying this parameter will make the query more efficient.
source <xsd:element name="attributeMap" type="pm:TemplateAttributes">
 
<xsd:annotation>
   
<xsd:documentation>(Optional) Specification of the types of user-defined attributes to be included in the query.

Specifying this parameter will make the query more efficient.
</xsd:documentation>
 
</xsd:annotation>
</xsd:element>


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