CmdbTypes Schema
ParameterizedCondition Complex Type
CmdbTypes Schema : ParameterizedCondition Complex Type

Glossary Item Box

Description

A query node, its parameterized properties, and their values and operators. ParameterizedCondition is a label and a collection of conditions to which the label applies.
Namespace http://schemas.hp.com/ucmdb/1/types

Diagram

nodeLabel Element longCondition Element Sequence longConditions Element xmlCondition Element Sequence xmlConditions Element strListCondition Element Sequence strListConditions Element strCondition Element Sequence strConditions Element intListCondition Element Sequence intListConditions Element intCondition Element Sequence intConditions Element floatCondition Element Sequence floatConditions Element doubleCondition Element Sequence doubleConditions Element dateCondition Element Sequence dateConditions Element booleanCondition Element Sequence booleanConditions Element Sequence parameters Element Sequence ParameterizedCondition Complex Type

Overview

ParameterizedCondition
A query node, its parameterized properties, and their values and operators. ParameterizedCondition is a label and a collection of conditions to which the label applies.
Sequence
parameters Conditions Complex Type
Filters for the objects to be returned from a query. The values are provided when the query is called.
Sequence
Sequence
Sequence
Sequence
name xs:string
The property's name
value optional xs:boolean
The condition value to be compared to the CI or Relation's property value
booleanOperator Restriction of xs:string
Equal or not equal
Sequence
Sequence
Sequence
name xs:string
The property's name
value optional xs:dateTime
The condition value to be compared to the CI or Relation's property value
dateOperator Restriction of xs:string
Comparison, Changed, and Unchanged operators
Sequence
Sequence
Sequence
name xs:string
The property's name
value optional xs:double
The condition value to be compared to the CI or Relation's property value
doubleOperator Restriction of xs:string
Comparison, In, and IsNull operators
Sequence
Sequence
Sequence
name xs:string
The property's name
value optional xs:float
The condition value to be compared to the CI or Relation's property value
floatOperator Restriction of xs:string
Comparison, In, and IsNull operators
Sequence
Sequence
Sequence
name xs:string
The property's name
value optional xs:integer
The condition value to be compared to the CI or Relation's property value
intOperator Restriction of xs:string
Integer comparison operators
Sequence
Sequence
Sequence
name xs:string
The property's name
intValues optional intList Complex Type
The condition's list of values to be compared to the CI or Relation's property value
Sequence
intValue 0..∞ xs:integer
intListOperator Restriction of xs:string
Is in list or is null
Sequence
Sequence
Sequence
name xs:string
The property's name
value optional xs:string
The condition value to be compared to the CI or Relation's property value
strOperator Restriction of xs:string
Comparison operators
Sequence
Sequence
Sequence
name xs:string
The property's name
value optional xs:string
The condition value to be compared to the CI or Relation's property value
strListOperator Restriction of xs:string
Is in list or is null
Sequence
Sequence
Sequence
name xs:string
The property's name
value optional xs:string
The condition value to be compared to the CI or Relation's property value
xmlOperator Restriction of xs:string
Does property exist
Sequence
Sequence
Sequence
name xs:string
The property's name
value optional xs:long
The condition value to be compared to the CI or Relation's property value
longOperator Restriction of xs:string
Comparison, In, and IsNull operators
nodeLabel xs:string
The query node label is used in the result as the map node label

Used By

Source

<xs:complexType name="ParameterizedCondition" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>A query node, its parameterized properties, and their values and operators.
                ParameterizedCondition is a label and a collection of conditions to which the label applies.
            </xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="parameters" type="types:Conditions">
      <xs:annotation>
        <xs:documentation>
                        Filters for the objects to be returned from a query. The values are provided when the query is
                        called.
                    </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="nodeLabel" type="xs:string">
      <xs:annotation>
        <xs:documentation>
                        The query node label is used in the result as the map node label
                    </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>

See Also