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

Packages that use ExportColumn
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 ExportColumn in com.sas.iquery.metadata.business
 

Methods in com.sas.iquery.metadata.business that return ExportColumn
abstract  ExportColumn ExportLevel.getColumn()
          returns the export column object that contains the values of this level used to build members.
abstract  ExportColumn ExportSelectionMetadata.getExportColumn(DataItem underlyingDataItem)
          Returns a export column for the underlyting data item specified.
abstract  ExportColumn ExportMetadata.getExportColumn(DataItem underlyingDataItem)
          Returns a export column for the underlyting data item specified.
abstract  ExportColumn ExportUploadMetadata.getUploadColumn(DataItem underlyingDataItem)
          Returns an export column for the underlytingDataItem specified, if this data item was not uploaded this call will fail with a metadata exception.
 

Methods in com.sas.iquery.metadata.business that return types with arguments of type ExportColumn
abstract  java.util.List<ExportColumn> ExportColumnGroup.getColumns()
          columns making up the group.
abstract  java.util.List<ExportColumn> ExportSelectionMetadata.getExportColumnsAvailable()
          Returns the exportColumns in available for use in the export definition.
abstract  java.util.List<ExportColumn> ExportMetadata.getExportColumnsAvailable()
          Returns the exportColumns in available for use in the export definition.
abstract  java.util.List<ExportColumn> ExportSelectionMetadata.getExportColumnsUsed()
          Returns the exportColumns in use in the export definition.
abstract  java.util.List<ExportColumn> ExportMetadata.getExportColumnsUsed()
          Returns the exportColumns in use in the export definition.
abstract  java.util.List<ExportColumn> ExportUploadMetadata.getPreSummarizedColumns()
          Returns the exportColumns that are summarized if isPreSummarizedData is true.
abstract  java.util.List<ExportColumn> ExportUploadMetadata.getPreSummarizedGroupByColumns()
          Returns the exportColumns that group the summarized columns if isPreSummarizedData is true.
abstract  java.util.List<ExportColumn> ExportUploadMetadata.getUploadColumnsUsed()
          Returns the all of the exportColumns in the upload table.
 

Method parameters in com.sas.iquery.metadata.business with type arguments of type ExportColumn
abstract  void ExportOlapMetadata.setExportItemsToUse(java.util.List<ExportDataSource> exportDataSources, java.util.List<ExportColumn> exportColumns, java.util.List<ExportFilter> exportFilters)
          Set the DataSources, Columns, and Filters from a Map to be exported.
abstract  void ExportRelationalMetadata.setExportItemsToUse(java.util.List<ExportDataSource> exportDataSources, java.util.List<ExportColumn> exportColumns, java.util.List<ExportFilter> exportFilters, java.util.List<ExportJoin> exportJoins)
          Set the DataSources, Columns, and Filters from a Map to be exported.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.