QueryServiceParameters Schema
getQueryNameOfView Complex Type
QueryServiceParameters Schema : getQueryNameOfView Complex Type

Glossary Item Box

Description

getQueryNameOfView retrieves the name of the query (TQL) on which the specified view is based
Namespace http://schemas.hp.com/ucmdb/1/params/query

Diagram

viewName Element callerApplication Element Sequence cmdbContext Element Sequence getQueryNameOfView Complex Type

Overview

getQueryNameOfView
getQueryNameOfView retrieves the name of the query (TQL) on which the specified view is based
Sequence
Sequence
callerApplication xs:string
The invoking application
viewName xs:string

Used By

Source

<xs:complexType name="getQueryNameOfView" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      getQueryNameOfView retrieves the name of the query (TQL) on which the specified view is based
      </xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="cmdbContext" type="types:CmdbContext" />
    <xs:element name="viewName" type="xs:string" />
  </xs:sequence>
</xs:complexType>

See Also