asynchDetailDrillPathObject

Defines the class returned by the drillThrough » queryDrillPath(objectPath, parameterValues, options) method, in the bibus » asynchReply » details property.

It contains a bibus » drillPath object, as well as information indicating whether the drill-through specification was upgraded.

This class

What's new

New in Version 8.4 — Supporting New Drill-through Targets

This class was added.

Properties

This class has the following properties.

drillPath

Contains the bibus » drillPath object.

This property

  • is of type bibus » drillPath

    is encoded as type tns:drillPath

  • is read-only

upgraded

Specifies whether the drill-through specification was upgraded to the current version.

This property

  • is of type boolean

    is encoded as type xs:boolean

  • is read-only