|
Oracle Warehouse Builder Java API Reference 10g Release 1 (10.1) B12155-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A DrillLevel represents a group of query items that can be drilled to or from within a drill path.
| Method Summary | |
DrillItem |
createDrillItem(java.lang.String name)Creates a drill item as the last drill item of this drill level. |
DrillItem |
createDrillItem(java.lang.String name, int position)Creates a drill item at the specified position. |
DrillItem |
findDrillItem(java.lang.String name)Search for a drill item by name in this drill path. |
DrillLevel |
getChildDrillLevel()Returns the child Drill Level for this Drill Level. |
DrillItem[] |
getDrillItems()Returns the ordered list of drill items for this drill level. |
DrillPath |
getDrillPath()Returns the owning Drill Path. |
java.lang.String |
getExternalName()Returns the external name for the drill level. |
DrillLevel |
getParentDrillLevel()Returns the parent Drill Level for this Drill Level. |
java.lang.String |
getPrefix()Returns the prefix for component items. |
Level |
getRelatedLevel()Returns the corresponding dimensional Level. |
void |
moveDrillItem(DrillItem drillItem, int newPosition)Moves a drill item to a new position. |
void |
setExternalName(java.lang.String externalName)Sets the external name for the drill level. |
void |
setPrefix(java.lang.String prefix)Sets the prefix for component items. |
void |
setRelatedLevel(Level level)Sets the dimensional Level corresponding to the Drill Level. |
| 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 DrillPath getDrillPath()
public DrillLevel getParentDrillLevel()
null if none.public DrillLevel getChildDrillLevel()
null if none.public DrillItem[] getDrillItems()
public DrillItem createDrillItem(java.lang.String name,
int position)
throws NameSpaceException,
InvalidFormatException
name - the name for the new drill itemposition - the position the drill item should be placed atNameSpaceExceptionInvalidFormatException
public DrillItem createDrillItem(java.lang.String name)
throws NameSpaceException,
InvalidFormatException
name - the name for the new drill itemNameSpaceExceptionInvalidFormatExceptionpublic DrillItem findDrillItem(java.lang.String name)
name - the name of the drill item to be foundnull otherwise
public void moveDrillItem(DrillItem drillItem,
int newPosition)
drillItem - the DrillItem to be movednewPosition - the new position for the drill itempublic void setRelatedLevel(Level level)
level - a Level object specifying the related level. (A null level value leaves the related level unset.)getRelatedLevel()public Level getRelatedLevel()
null if nonesetRelatedLevel(oracle.owb.dimensional.Level)
|
Oracle Warehouse Builder Java API Reference 10g Release 1 (10.1) B12155-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||