diagram | |||
namespace | http://www.tibco.com/bx/2009/management/processManagerType | ||
properties |
|
||
children | pm:queryString pm:statusMode | ||
annotation |
|
||
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> |
diagram | |||
namespace | http://www.tibco.com/bx/2009/management/processManagerType | ||
type | xsd:string | ||
properties |
|
||
annotation |
|
||
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> |
diagram | |||||||||||||||||||
namespace | http://www.tibco.com/bx/2009/management/processManagerType | ||||||||||||||||||
type | pm:StateModeType | ||||||||||||||||||
properties |
|
||||||||||||||||||
facets |
|
||||||||||||||||||
annotation |
|
||||||||||||||||||
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> |