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

Packages that use DimensionInterface
com.sas.dataselectors.filters Provides adapter components used to convert native models to models which can then be used with filter components. 
com.sas.dataselectors.qualifiers Provides classes for generating a qualifiers selector that is used within the Filter and Ranking Selectors for OLAP data. 
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 DimensionInterface in com.sas.dataselectors.filters
 

Constructors in com.sas.dataselectors.filters with parameters of type DimensionInterface
OLAPMemberDeferredRetrievalTreeNode(DimensionInterface dimension)
           
OLAPMemberTreeModel(DimensionInterface dimension)
          Constructs a new tree model and prepopulates it using metadata gathered from the given DimensionInterface object.
OLAPMemberTreeNode(DimensionInterface dimension)
          Constructs a new tree node from the given source model object.
OLAPMemberValueAndTreeModel(DimensionInterface dimension)
          Constructs a new tree model and prepopulates it using metadata gathered from the given DimensionInterface object.
 

Uses of DimensionInterface in com.sas.dataselectors.qualifiers
 

Methods in com.sas.dataselectors.qualifiers with parameters of type DimensionInterface
 javax.swing.tree.TreeModel QualifiersSelectorAdapter.getTreeModel(DimensionInterface dimension)
           
 

Uses of DimensionInterface in com.sas.storage.olap
 

Methods in com.sas.storage.olap that return DimensionInterface
 DimensionInterface MemberInterface.getDimension()
          Returns the Dimension that this member is a child of.
 DimensionInterface HierarchyInterface.getDimension()
          Returns the dimension that this hierarchy is a child of.
 DimensionInterface MetadataInterface.getDimension(Filter filter)
          Returns the dimension with the appropriate restrictions
 DimensionInterface[] CubeInterface.getDimensions()
          Returns the dimensions associated with this cube.
 DimensionInterface[] MetadataInterface.getDimensions(Filter filter)
          Returns the dimension(s) with the appropriate restrictions
 

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

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

Methods in com.sas.storage.olap.sasmdx that return DimensionInterface
 DimensionInterface Member.getDimension()
           
 DimensionInterface Hierarchy.getDimension()
          Get the diemnsion for this hierarchy
 DimensionInterface Metadata.getDimension(Filter filter)
           
 DimensionInterface[] Cube.getDimensions()
          Returns the dimensions for this cube.
 DimensionInterface[] Metadata.getDimensions(Filter filter)
          Returns the dimension(s) with the appropriate restrictions
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.