ClassModelServiceParameters Schema
getClassAncestors Complex Type
ClassModelServiceParameters Schema : getClassAncestors Complex Type

Glossary Item Box

Description

getClassAncestors retrieves the path between the given CI Type and its root, including the root
Namespace http://schemas.hp.com/ucmdb/1/params/classmodel

Diagram

className Element callerApplication Element Sequence cmdbContext Element Sequence getClassAncestors Complex Type

Overview

getClassAncestors
getClassAncestors retrieves the path between the given CI Type and its root, including the root
Sequence
Sequence
callerApplication xs:string
The invoking application
className xs:string

Used By

Source

<xs:complexType name="getClassAncestors" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      getClassAncestors retrieves the path between the given CI Type and its root, including the root
      </xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="cmdbContext" type="types:CmdbContext" />
    <xs:element name="className" type="xs:string" />
  </xs:sequence>
</xs:complexType>

See Also