getAncestorAxisHeaders(TupleElementInterface element,
OLAPDataSetInterface model)
Returns a List containing the elements axis header labels for
the specified element and its ancestors:
The returned List will be empty if the specified element or
model is null, or if the element has no ancestors.
getAncestorInfo(TupleElementInterface element,
OLAPDataSetInterface model,
boolean includeAllMember)
Returns a List containing the following six items describing the specified element and its ancestors:
The label of the dimension that contains the specified element
The label of the hierarchy that contains the specified element
Boolean.TRUE if the top Level of the Dimension containing the specified element is an "All" level, otherwise BOOLEAN.FALSE
A List containing the element's ancestor labels
A List containing the element's ancestor unique names
The element
The returned List will be empty if the specified element or model is null, or if the element has no ancestors.
Returns a List containing the elements axis header labels for
the specified element and its ancestors:
The returned List will be empty if the specified element or
model is null, or if the element has no ancestors.
Parameters:
element - the tuple element to try the info for it's ancestors
model - the OLAP model instance
Returns:
a List containing the strings for the axis header labels