Copyright © 2011 Citra Technologies. All Rights Reserved.

com.citra.pivot.olap.metadata
Interface OlapSchema

All Superinterfaces:
OlapObject
All Known Implementing Classes:
OlapSchemaImpl, TableSchema

public interface OlapSchema
extends OlapObject

OlapSchema is the top container for the olap metadata objects. It contains a list of cubes and shared dimensions.


Method Summary
 CubeList getCubes()
          Retrieves the olap cubes the schema contains.
 DimensionList getDimensions()
          Retrieves the shared olap dimensions that the schema contains.
 
Methods inherited from interface com.citra.pivot.olap.metadata.OlapObject
getCaption, getDescription, getID, getName
 

Method Detail

getCubes

CubeList getCubes()
Retrieves the olap cubes the schema contains.

Returns:
the list of cubes

getDimensions

DimensionList getDimensions()
Retrieves the shared olap dimensions that the schema contains.

Returns:
the list of shared dimensions

Copyright © 2011 Citra Technologies. All Rights Reserved.