com.sas.iquery.metadata.business
Interface ExportRelationalMetadata

All Superinterfaces:
ExportGeneralMetadata, ExportSelectionMetadata

public interface ExportRelationalMetadata
extends ExportSelectionMetadata

Metadata about the model chosen to be exported.


Method Summary
 java.util.List<ExportJoin> getExportJoinsUsed()
          Return the Joins associated with this Map or DataSelection
 void 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.
 
Methods inherited from interface com.sas.iquery.metadata.business.ExportSelectionMetadata
getExportColumn, getExportColumnGroups, getExportColumnsAvailable, getExportColumnsUsed, getExportDataSourcesUsed, getExportFiltersAvailable, getExportFiltersSelected, getExportFiltersUsed
 
Methods inherited from interface com.sas.iquery.metadata.business.ExportGeneralMetadata
getDataSelection, getExportDataSource, getID, getStructureOfData, getUnderlyingObject, getUniqueExportObject
 

Method Detail

setExportItemsToUse

void setExportItemsToUse(java.util.List<ExportDataSource> exportDataSources,
                         java.util.List<ExportColumn> exportColumns,
                         java.util.List<ExportFilter> exportFilters,
                         java.util.List<ExportJoin> exportJoins)
                         throws MetadataException
Set the DataSources, Columns, and Filters from a Map to be exported. This method allows the caller to subset the Selection to be exported.

Parameters:
exportDataSources -
exportColumns -
exportFilters -
exportJoins -
Throws:
MetadataException

getExportJoinsUsed

java.util.List<ExportJoin> getExportJoinsUsed()
                                              throws MetadataException
Return the Joins associated with this Map or DataSelection

Returns:
Throws:
MetadataException



Copyright © 2009 SAS Institute Inc. All Rights Reserved.