Integration Platform Technologies: Siebel Enterprise Application Integration > Siebel Virtual Business Components >

Search-Spec Node-Type Values


The search-string is in the Siebel query language format. The search-string is parsed by the Siebel query object and then turned into the hierarchical search-spec. Table 44 shows the different search-spec node-types and their values.

Table 44. Search-Spec Node-Types
Node-Type
PropertySet and XML Representation

Constant

Example: <node node-type = "Constant"

value-type="NUMBER">1000</node>

The valid value-types are TEXT, NUMBER, DATETIME, UTCDATETIME, DATE, and TIME.

Identifier

Example: <node node-type="Identifier">Name</node>

The value Name is a valid business component field name.

Unary Operator

Example: <node node-type="Unary Operator">NOT</node>

The valid values are NOT, EXISTS, IS NULL, IS NOT NULL.

Binary Operator

Example: <node node-type= "Binary Operator" >AND</node>

The valid values are LIKE, NOT LIKE, SOUNDSLIKE, =, <>, <=, <, >=, >, AND, OR, +, -, *, /, ^.

Integration Platform Technologies: Siebel Enterprise Application Integration Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices.