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

B12155-01

oracle.owb.intelligence
Interface BusinessAreaShortcut

All Superinterfaces:
Extensible, OWBNamedObject, PropertyOwner

public interface BusinessAreaShortcut
extends OWBNamedObject, Extensible

A BusinessAreaShortcut represents a shortcut within a Business Area to an Intelligence Object (either a Query Object or an IO Function).


Method Summary
 BusinessArea getBusinessArea()
          Returns the owning business area.
 IntelligenceObject getReferencedObject()
          Returns the object referenced by the Business Area Shortcut.

 

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

getBusinessArea

public BusinessArea getBusinessArea()
Returns the owning business area.
Returns:
a BusinessArea object representing the owning business area.

getReferencedObject

public IntelligenceObject getReferencedObject()
Returns the object referenced by the Business Area Shortcut.
Returns:
an IntelligenceObject representing the referenced QueryObject or IO Function, or null if none.

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

B12155-01

Copyright © 2003, Oracle. All Rights Reserved.