org.palo.api
Interface VirtualDimensionDefinition

All Known Implementing Classes:
DefaultVirtualDimensionDefinition

Deprecated. please use CubeViews and Axiss to persist a certain cube state

public interface VirtualDimensionDefinition

VirtualDimensionDefinition

Virtual dimension definitions are used to build up a virtual cube. Each virtual dimension has a reference to its normal source dimension. A DimensionFilter determines which Elements from the source Dimension are also visible within the virtual one.

Version:
$ID$

Method Summary
 Hierarchy getActiveHierarchy()
          Deprecated.  
 java.lang.String getActiveSubset()
          Deprecated. Returns the name of the currently active subset of this virtual dimension, or null if no subset is active.
 Element[] getElements()
          Deprecated.  
 DimensionFilter getFilter()
          Deprecated. Returns the used dimension filter
 ElementNode[] getRootElements()
          Deprecated.  
 Dimension getSourceDimension()
          Deprecated. Returns the base source Dimension
 boolean isFlat()
          Deprecated.  
 void setActiveHierarchy(Hierarchy activeHierarchy)
          Deprecated.  
 

Method Detail

getSourceDimension

Dimension getSourceDimension()
Deprecated. 
Returns the base source Dimension

Returns:
the base Dimension

getFilter

DimensionFilter getFilter()
Deprecated. 
Returns the used dimension filter

Returns:
the DimensionFilter

getElements

Element[] getElements()
Deprecated. 

getRootElements

ElementNode[] getRootElements()
Deprecated. 

isFlat

boolean isFlat()
Deprecated. 

getActiveSubset

java.lang.String getActiveSubset()
Deprecated. 
Returns the name of the currently active subset of this virtual dimension, or null if no subset is active.

Returns:
name of currently active subset

getActiveHierarchy

Hierarchy getActiveHierarchy()
Deprecated. 

setActiveHierarchy

void setActiveHierarchy(Hierarchy activeHierarchy)
Deprecated.