|
Query |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DrillPath
The drill path represents the user's current drill into a result set. At this time, only OLAP result sets support the ability to drill.
The list of current drill path's can be retrieved from the IQ result set, ResultSetInterface
.
The drill level holds the following metadata about an tuple element and its ancestors:
Method Summary | |
---|---|
java.lang.String |
getDimensionLabel()
Return the dimension label for this drill path. |
java.lang.String |
getHierarchyLabel()
Return the hierarchy label for this drill path. |
java.lang.String |
getLevelLabel()
Return the label of this drill path's level - the label of the current Level . |
java.lang.String |
getLevelName()
Return the name of this drill path's level - the name of the current Level . |
java.lang.String |
getLevelUniqueName()
Return the unique name of this drill path's level - the unique name of the current Level . |
java.lang.String |
getMemberLabel()
Return the label of the member's drill path. |
java.lang.String |
getMemberName()
Return the name of the member's drill path. |
java.lang.String |
getMemberUniqueName()
Return the unique name of the member's drill path. |
com.sas.storage.olap.TupleElementInterface |
getTupleElement()
Return the tuple element |
boolean |
isAllLevel()
Return true if the top level of the dimension containing the specified element is an "All" level, otherwise return false. |
Method Detail |
---|
java.lang.String getLevelName()
Level
.
For example, the name of the "product line" level is "Product_Line".
java.lang.String getLevelLabel()
Level
.
The label is for display purposes and may be localized.
For example, the label of the "product line" level is "Product Line".
java.lang.String getLevelUniqueName()
Level
.
For example, the unique name of the "product line" level is "[Product].[Product_Line]".
java.lang.String getMemberName()
For example, the member name of the "Children" member is "Children".
java.lang.String getMemberLabel()
For example, the member name of the "Children" member is "Children".
java.lang.String getMemberUniqueName()
For example, the unique name of the "Children" member is "[Product].[All Product].[Children]".
java.lang.String getDimensionLabel()
For example, the label for the product dimension is "Product".
java.lang.String getHierarchyLabel()
boolean isAllLevel()
Can only have if cube values and cube totals are turned on at the same time.
true
if the top element of the dimension containing the
specified tuple is an "All" level, otherwise return false
.com.sas.storage.olap.TupleElementInterface getTupleElement()
|
Query |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |