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.
| 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 |
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)