|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
A DrillPath represents a drill path between Query Items within
a Query Object.
| Method Summary | |
DrillLevel |
createDrillLevel(java.lang.String name)
Creates a drill level as the last (lowest) drill level for this drill path. |
DrillLevel |
createDrillLevel(java.lang.String name,
int position)
Creates a drill level at the specified position. |
DrillLevel |
findDrillLevel(java.lang.String name)
Search for a drill level by name in this drill path. |
DrillLevel[] |
getDrillLevels()
Returns the ordered list of Drill Levels for this drill path (starting with the topmost parent). |
java.lang.String |
getExternalName()
Returns the external name for the drill path. |
java.lang.String |
getPrefix()
Returns the prefix for component items. |
QueryObject |
getQueryObject()
Returns the owning query object. |
Hierarchy |
getRelatedHierarchy()
Returns the corresponding dimensional Hierarchy. |
void |
moveDrillLevel(DrillLevel drillLevel,
int newPosition)
Moves a drill level to a new position in the drill path. |
void |
setExternalName(java.lang.String externalName)
Sets the external name for the drill path. |
void |
setPrefix(java.lang.String prefix)
Sets the prefix for component items. |
void |
setRelatedHierarchy(Hierarchy hierarchy)
Sets the dimensional Hierarchy corresponding to the Drill Path. |
| 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 |
public java.lang.String getExternalName()
setExternalName(java.lang.String)public void setExternalName(java.lang.String externalName)
externalName - a String specifying the external name.getExternalName()public java.lang.String getPrefix()
setPrefix(java.lang.String)public void setPrefix(java.lang.String prefix)
prefix - a String specifying the prefix.getPrefix()public QueryObject getQueryObject()
public DrillLevel[] getDrillLevels()
public DrillLevel createDrillLevel(java.lang.String name,
int position)
throws NameSpaceException,
InvalidFormatException
name - the name for the new drill levelposition - the position the drill level should be placed atNameSpaceException - InvalidFormatException -
public DrillLevel createDrillLevel(java.lang.String name)
throws NameSpaceException,
InvalidFormatException
name - the name for the new drill levelNameSpaceException - InvalidFormatException - public DrillLevel findDrillLevel(java.lang.String name)
name - the name of the drill level to be foundnull otherwise
public void moveDrillLevel(DrillLevel drillLevel,
int newPosition)
drillLevel - the DrillLevel to be movednewPosition - the new position for the drill levelpublic void setRelatedHierarchy(Hierarchy hierarchy)
hierarchy - a Hierarchy object specifying the related hierarchy.
(A null hierarchy value leaves the related hierarchy unset.)getRelatedHierarchy()public Hierarchy getRelatedHierarchy()
null if nonesetRelatedHierarchy(oracle.owb.dimensional.Hierarchy)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||