element queryString
diagram pm_xsd_diagrams/pm_xsd_p98.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>


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