Uses of Interface
com.sas.storage.olap.CubeInterface

Packages that use CubeInterface
com.sas.storage.olap Provides a set of interfaces for accessing OLAP data. 
com.sas.storage.olap.sasmdx Provides a set of classes for accessing OLAP data from the SAS OLAP Server. 
 

Uses of CubeInterface in com.sas.storage.olap
 

Methods in com.sas.storage.olap that return CubeInterface
 CubeInterface MemberInterface.getCube()
          Returns the name of the cube to which the measure belongs.
 CubeInterface MeasureInterface.getCube()
          Returns the name of the cube to which the measure belongs.
 CubeInterface LevelInterface.getCube()
          Returns the cube to which the hierarchy belongs.
 CubeInterface HierarchyInterface.getCube()
          Returns the name of the cube to which the hierarchy belongs.
 CubeInterface DimensionInterface.getCube()
          Returns the name of the cube to which the dimension belongs.
 CubeInterface MetadataInterface.getCube(Filter filter)
          Returns the cube with the appropriate restrictions
 CubeInterface[] SchemaInterface.getCubes()
          Returns the cubes associated with this schema.
 CubeInterface[] MetadataInterface.getCubes(Filter filter)
          Returns the cube(s) with the appropriate restrictions
 

Uses of CubeInterface in com.sas.storage.olap.sasmdx
 

Classes in com.sas.storage.olap.sasmdx that implement CubeInterface
 class Cube
          Contains the client side implementation for com.sas.storage.olap.CubeInterface.
 

Methods in com.sas.storage.olap.sasmdx that return CubeInterface
 CubeInterface Member.getCube()
           
 CubeInterface Measure.getCube()
           
 CubeInterface Level.getCube()
          Get this level's cube
 CubeInterface Hierarchy.getCube()
          The the cube that this hierarchy belongs to
 CubeInterface Dimension.getCube()
          Get the dimension's cube object
 CubeInterface Metadata.getCube(Filter filter)
          Returns the cube(s) with the appropriate restrictions
 CubeInterface[] Schema.getCubes()
           
 CubeInterface[] Metadata.getCubes(Filter filter)
          Returns the cube(s) with the appropriate restrictions
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.