QueryServiceParameters Schema
executeTopologyQueryByNameWithParameters Complex Type
QueryServiceParameters Schema : executeTopologyQueryByNameWithParameters Complex Type

Glossary Item Box

Description

executeTopologyQueryByNameWithParameters executes the specified query with the specified parameters and retrieves the resulting topologyMap
Namespace http://schemas.hp.com/ucmdb/1/params/query

Diagram

properties Element type Element Sequence typedProperties Element Sequence queryTypedProperties Element nodeLabel Element booleanProps Element xmlProps Element bytesProps Element longProps Element strListProps Element strProps Element intProps Element intListProps Element floatProps Element doubleProps Element dateProps Element Sequence parameters Element Sequence parameterizedNodes Element queryName Element callerApplication Element Sequence cmdbContext Element Sequence executeTopologyQueryByNameWithParameters Complex Type

Overview

executeTopologyQueryByNameWithParameters
executeTopologyQueryByNameWithParameters executes the specified query with the specified parameters and retrieves the resulting topologyMap
Sequence
Sequence
callerApplication xs:string
The invoking application
queryName xs:string
Sequence
parameters CIProperties Complex Type
The property names and values to be passed to the parameterized query
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
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
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
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
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
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
Sequence
Sequence
name xs:string
The property's name
strValues optional strList Complex Type
The list of condition values to be compared to the CI or Relation's property value
Sequence
strValue 0..∞ xs:string
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
Sequence
Sequence
name xs:string
The property's name
value optional xs:base64Binary
The condition value to be compared to the CI or Relation's property value
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
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
nodeLabel xs:string
The tag of a collection of related items
queryTypedProperties optional TypedPropertiesCollection Complex Type
A collection of sets of properties used to retrieve items of a specific Configuration Item Type.
Sequence
typedProperties 0..∞ TypedProperties Complex Type
A set of properties to apply to items of a specific Configuration Item Type
Sequence
type xs:string
The class name of the type of item to which the properties are applied
properties CustomTypedProperties Complex Type
A list of properties to be returned for each item in the query result. The list is the union of the propertiesList and predefinedTypedProperties.
Sequence
propertiesList optional PropertiesList Complex Type
A list of property names
Sequence
propertyName 1..∞ xs:string
predefinedTypedProperties optional PredefinedTypedProperties Complex Type
Sets of property names generated according to built-in rules, to be used to filter items of a specified type
Sequence
qualifierProperties optional QualifierProperties Complex Type
The set of properties that are modified with the specifed qualifiers
Sequence
qualifierName 1..∞ xs:string
The name of a qualifier
simpleTypedPredefinedProperties optional SimpleTypedPredefinedPropertyCollection Complex Type
A collection of sets of properties to be applied according to the type of the CI or Relation
Sequence
SimpleTypedPredefinedProperty 1..∞ SimpleTypedPredefinedProperty Complex Type
A set of properties to be applied according to the type of the CI or Relation

Used By

Source

<xs:complexType name="executeTopologyQueryByNameWithParameters" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      executeTopologyQueryByNameWithParameters executes the specified query with the specified parameters and retrieves the resulting topologyMap
      </xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="cmdbContext" type="types:CmdbContext" />
    <xs:element name="queryName" type="xs:string" />
    <xs:element name="parameterizedNodes" type="types:ParameterizedNode" maxOccurs="unbounded" />
    <xs:element name="queryTypedProperties" type="props:TypedPropertiesCollection" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
                  A collection of sets of properties used to retrieve items of a specific Configuration Item Type.
                </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>

See Also