com.microstrategy.web.objects.WebDrillPath |
The WebDrillPath interface holds a drill path. A drill path describes a path that a user might want to follow when the user wants to drill on a report. A drill path consists of drill action (or a chain of drill actions), presentation information and its importance index.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract String |
getDescription()
Returns the description string for this drill path.
| ||||||||||
abstract int |
getDisplayMode()
returns the display mode for the report upon execution of the drill path
possible values are in
| ||||||||||
abstract WebDrillActions |
getDrillActions()
Returns the
WebDrillActions object in this drill path. | ||||||||||
abstract int | getDrillType() | ||||||||||
abstract int |
getID()
Returns the ID of this drill path.
| ||||||||||
abstract int |
getImportance()
Returns the importance index for this drill path.
| ||||||||||
abstract String | getKey() | ||||||||||
abstract String |
getName()
Returns the name of this drill path.
| ||||||||||
abstract WebObjectInfo |
getPathObject()
Returns the
WebObjectInfo for the drill path, if any. | ||||||||||
abstract String |
getSetName()
Returns the name of the Set/Group that this drill path belongs to.
| ||||||||||
abstract boolean |
isDrillWithin()
Indicates if this drill path will result in a drill within the document or within the cube report of the view filter.
|
Returns the description string for this drill path.
returns the display mode for the report upon execution of the drill path possible values are in
Returns the WebDrillActions
object in this drill path. The drill actions object thus returned is a collection of a linear chain of drill actions for this drill path.
WebDrillActions
object.
Returns the ID of this drill path.
Returns the importance index for this drill path.
EnumDSSXMLDrillImportance
Returns the name of this drill path.
Returns the WebObjectInfo
for the drill path, if any. This call can return null.
Returns the name of the Set/Group that this drill path belongs to.
Indicates if this drill path will result in a drill within the document or within the cube report of the view filter.