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

B12155-01

oracle.owb.report
Interface ReportGroupShortcut

All Superinterfaces:
Extensible, OWBNamedObject, PropertyOwner

public interface ReportGroupShortcut
extends OWBNamedObject, Extensible

A ReportGroupShortcut represents a shortcut to a Report within a ReportGroup.


Method Summary
 Report getReferencedReport()
          Returns the referenced report.
 ReportGroup getReportGroup()
          Returns the owning report group.

 

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

getReportGroup

public ReportGroup getReportGroup()
Returns the owning report group.
Returns:
a ReportGroup object representing the owning report group.

getReferencedReport

public Report getReferencedReport()
Returns the referenced report.
Returns:
a Report object representing the referenced Report, or null if none.

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

B12155-01

Copyright © 2003, Oracle. All Rights Reserved.