diagram | |||
namespace | http://base.api.ec.n2.tibco.com | ||
children | parameterName parameterValue | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="QueryParameter"> <xs:annotation> <xs:documentation>Definition of a QueryParameter, which can be used when late-binding values into a query filter string. This can make it easier to re-use an existing query, where only certain values will change within the query.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="parameterName" type="xs:string" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>Name of the parameter to use. This should match the name of a late-bound parameter literal used as part of a filter for a registered query. See the BPM Developer's Guide for more information about the use of late-bound parameter literals with registered query.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="parameterValue" type="xs:string" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>Value to use with this parameter.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
diagram | |||
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <xs:element name="parameterName" type="xs:string" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>Name of the parameter to use. This should match the name of a late-bound parameter literal used as part of a filter for a registered query. See the BPM Developer's Guide for more information about the use of late-bound parameter literals with registered query.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <xs:element name="parameterValue" type="xs:string" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>Value to use with this parameter.</xs:documentation> </xs:annotation> </xs:element> |