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