|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
CubeView
s and Axis
s to
persist a certain cube state
public interface VirtualCubeDefinition
A so called virtual cube is used to make a certain cube view state persistent. And hence a virtual cube cannot have real dimensions instead it has virtual dimensions. This is because virtual cubes and virtual dimensions are treated specially by the palo server
Method Summary | |
---|---|
java.lang.String |
getName()
Deprecated. Returns the name to use for the virtual cube NOTE: the virtual cube name must fulfill the constraints regarding a cube name, namely its uniqueness within its containing database |
Cube |
getSourceCube()
Deprecated. Returns the source cube of this virtual cube. |
VirtualDimensionDefinition[] |
getVirtualDimensionDefinitions()
Deprecated. Returns the virtual dimension definitions which build up this virtual cube |
Method Detail |
---|
Cube getSourceCube()
Cube
java.lang.String getName()
VirtualDimensionDefinition[] getVirtualDimensionDefinitions()
VirtualDimensionDefinition
s
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |