Uses of Interface
com.sas.iquery.metadata.business.ExportDimension

Packages that use ExportDimension
com.sas.iquery.metadata.business The main package that provides modeling for SAS Query Services's two business models (information maps and data selections), which provide a logical layer of metadata modeling above the physical layer model. 
 

Uses of ExportDimension in com.sas.iquery.metadata.business
 

Methods in com.sas.iquery.metadata.business that return ExportDimension
abstract  ExportDimension ExportOlapMetadata.getExportDimension(com.sas.iquery.metadata.physical.Dimension dimension, java.lang.Object... createOptions)
          Get or create the export object for specific dimension.
abstract  ExportDimension ExportMember.getOwningDimension()
          Get the owning dimension of this exported object.
abstract  ExportDimension ExportLevel.getOwningDimension()
          Get the owning dimension of this exported object.
abstract  ExportDimension ExportHierarchy.getOwningDimension()
          Get the owning dimension of this exported object.
 

Methods in com.sas.iquery.metadata.business that return types with arguments of type ExportDimension
abstract  java.util.List<ExportDimension> ExportOlapMetadata.getExportDimensionsAvailable()
          Return the Dimensions associated with this Map or DataSelection
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.