element queryProcessInstancesCountAltInput
diagram pm_xsd_diagrams/pm_xsd_p73.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
properties
content complex
children pm:queryString pm:statusMode
annotation
documentation
Request element for queryProcessInstancesCountAlt operation.
source <xsd:element name="queryProcessInstancesCountAltInput">
 
<xsd:annotation>
   
<xsd:documentation>Request element for queryProcessInstancesCountAlt operation. </xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element name="queryString" type="xsd:string">
       
<xsd:annotation>
         
<xsd:documentation>Request element for queryProcessInstanceCount and queryProcessTemplateCount operations, which require a query string (in SQL syntax) as their input.

The query can be either a full SQL query string, or just the WHERE clause. If a full query string is used, the "FROM process" clause should be included.

(The underlying code knows whether to count process templates or process instances, depending on the calling operation.)
</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:sequence>
 
</xsd:complexType>
</xsd:element>

element queryProcessInstancesCountAltInput/queryString
diagram pm_xsd_diagrams/pm_xsd_p74.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
type xsd:string
properties
content simple
annotation
documentation
Request element for queryProcessInstanceCount and queryProcessTemplateCount operations, which require a query string (in SQL syntax) as their input.

The query can be either a full SQL query string, or just the WHERE clause. If a full query string is used, the "FROM process" clause should be included.

(The underlying code knows whether to count process templates or process instances, depending on the calling operation.)
source <xsd:element name="queryString" type="xsd:string">
 
<xsd:annotation>
   
<xsd:documentation>Request element for queryProcessInstanceCount and queryProcessTemplateCount operations, which require a query string (in SQL syntax) as their input.

The query can be either a full SQL query string, or just the WHERE clause. If a full query string is used, the "FROM process" clause should be included.

(The underlying code knows whether to count process templates or process instances, depending on the calling operation.)
</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element queryProcessInstancesCountAltInput/statusMode
diagram pm_xsd_diagrams/pm_xsd_p75.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>


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