element queryProcessInstancesOutput
diagram pm_xsd_diagrams/pm_xsd_p81.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
properties
content complex
children pm:processInstances pm:totalCount pm:pageNumber pm:isLastPage pm:pagingID
annotation
documentation
Response element for queryProcessInstances, queryProcessInstancesAlt, queryHaltedProcessInstances operations.
source <xsd:element name="queryProcessInstancesOutput">
 
<xsd:annotation>
   
<xsd:documentation>Response element for queryProcessInstances, queryProcessInstancesAlt, queryHaltedProcessInstances operations.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element name="processInstances" type="pm:ProcessInstances">
       
<xsd:annotation>
         
<xsd:documentation>Details of process instances that match the query specified in the request.

This will be either the full list or the first page of the list, depending on the pageSize value specified in the request.
</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
     
<xsd:element name="totalCount" type="xsd:int" minOccurs="0">
       
<xsd:annotation>
         
<xsd:documentation>total number of items returned from the query.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
     
<xsd:element name="pageNumber" type="xsd:int" minOccurs="0">
       
<xsd:annotation>
         
<xsd:documentation>page number.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
     
<xsd:element name="isLastPage" type="xsd:boolean" minOccurs="0">
       
<xsd:annotation>
         
<xsd:documentation>is last page indicator.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
     
<xsd:element name="pagingID" type="xsd:int" minOccurs="0">
       
<xsd:annotation>
         
<xsd:documentation>Paging ID which can be used to get individual pages of the (paged) list.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element queryProcessInstancesOutput/processInstances
diagram pm_xsd_diagrams/pm_xsd_p82.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
type pm:ProcessInstances
properties
content complex
children pm:processInstance
annotation
documentation
Details of process instances that match the query specified in the request.

This will be either the full list or the first page of the list, depending on the pageSize value specified in the request.
source <xsd:element name="processInstances" type="pm:ProcessInstances">
 
<xsd:annotation>
   
<xsd:documentation>Details of process instances that match the query specified in the request.

This will be either the full list or the first page of the list, depending on the pageSize value specified in the request.
</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element queryProcessInstancesOutput/totalCount
diagram pm_xsd_diagrams/pm_xsd_p83.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
type xsd:int
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
total number of items returned from the query.
source <xsd:element name="totalCount" type="xsd:int" minOccurs="0">
 
<xsd:annotation>
   
<xsd:documentation>total number of items returned from the query.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element queryProcessInstancesOutput/pageNumber
diagram pm_xsd_diagrams/pm_xsd_p84.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
type xsd:int
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
page number.
source <xsd:element name="pageNumber" type="xsd:int" minOccurs="0">
 
<xsd:annotation>
   
<xsd:documentation>page number.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element queryProcessInstancesOutput/isLastPage
diagram pm_xsd_diagrams/pm_xsd_p85.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
type xsd:boolean
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
is last page indicator.
source <xsd:element name="isLastPage" type="xsd:boolean" minOccurs="0">
 
<xsd:annotation>
   
<xsd:documentation>is last page indicator.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element queryProcessInstancesOutput/pagingID
diagram pm_xsd_diagrams/pm_xsd_p86.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
type xsd:int
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Paging ID which can be used to get individual pages of the (paged) list.
source <xsd:element name="pagingID" type="xsd:int" minOccurs="0">
 
<xsd:annotation>
   
<xsd:documentation>Paging ID which can be used to get individual pages of the (paged) list.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>


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