Class: QueryParameter

tibco.objectapi.ec.base.QueryParameter

new QueryParameter()

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. Constructs a new QueryParameter.

The following features are supported:

Members

parameterName :string

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. This property holds the value of the 'Parameter Name' attribute.
Type:
  • string

parameterValue :string

Value to use with this parameter. This property holds the value of the 'Parameter Value' attribute.
Type:
  • string