Oracle Warehouse Builder Java API Reference
10g Release 1 (10.1)

B12155-01

oracle.owb.intelligence
Interface DrillItem

All Superinterfaces:
Extensible, OWBNamedObject, PropertyOwner

public interface DrillItem
extends OWBNamedObject, Extensible

A DrillItem represents an item within a Drill Level. It should reference a Query Item within the current Query Object.


Method Summary
 DrillLevel getDrillLevel()
          Returns the owning drill level.
 QueryItem getQueryItem()
          Returns the referenced Query Item.
 void setQueryItem(QueryItem queryItem)
          Sets the referenced Query Item.

 

Methods inherited from interface oracle.owb.foundation.OWBNamedObject
delete, getBusinessName, getClassDefinition, getComponent, getDescription, getName, getUOID, isDeletable, isEditable, isRenamable, setBusinessName, setDescription, setName

 

Methods inherited from interface oracle.owb.foundation.property.PropertyOwner
getDefaultPropertyValue, getLogicalPropertyKeys, getPhysicalPropertyKeys, getPropertyDomain, getPropertyKeys, getPropertyValue, getPropertyValueString, isLogicalProperty, isPhysicalProperty, isReadOnlyProperty, setPropertyValue, setPropertyValueByString

 

Method Detail

getDrillLevel

public DrillLevel getDrillLevel()
Returns the owning drill level.
Returns:
a DrillLevel object representing the drill level that owns this drill item.

setQueryItem

public void setQueryItem(QueryItem queryItem)
Sets the referenced Query Item.
Parameters:
queryItem - a QueryItem object specifying the referenced query item.
See Also:
getQueryItem()

getQueryItem

public QueryItem getQueryItem()
Returns the referenced Query Item.
Returns:
the referenced QueryItem, or null if none.
See Also:
setQueryItem(oracle.owb.intelligence.QueryItem)

Oracle Warehouse Builder Java API Reference
10g Release 1 (10.1)

B12155-01

Copyright © 2003, Oracle. All Rights Reserved.