|
| Query |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
public interface ExportUploadMetadata
| Method Summary | |
|---|---|
abstract java.lang.String |
getID()
Returns the model ID of the underlying Map or DataSelection |
abstract java.util.List<ExportColumn> |
getPreSummarizedColumns()
Returns the exportColumns that are summarized if isPreSummarizedData is true. |
abstract java.util.List<ExportColumn> |
getPreSummarizedGroupByColumns()
Returns the exportColumns that group the summarized columns if isPreSummarizedData is true. |
abstract java.util.List<ExportDataSource> |
getStarDimDataSources()
Returns the export data sources at the spokes of the 'star schema' if isStarSchema() is true, otherwise returns null. |
abstract ExportDataSource |
getStarFactDataSource()
Returns the export data source at the center of the 'star schema' if isStarSchema() is true, otherwise returns null. |
abstract DataSelection |
getUnderlyingObject()
Returns the underlying object (DataSelection). |
abstract ExportColumn |
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. |
abstract java.util.List<ExportColumnGroup> |
getUploadColumnGroups()
Return the Column groups used if any. |
abstract java.util.List<ExportColumn> |
getUploadColumnsUsed()
Returns the all of the exportColumns in the upload table. |
abstract java.util.Map<ExportDataSource,java.util.Set<com.sas.iquery.metadata.business.QualifiedColumn>> |
getUploadColumnsUsedByHierarchies()
Returns a mapping indexed by ExportDataSource of the underlying QualifiedColumns of the underlying DataSourceTables that are being used to build the Hierarchy/Dimensions information. |
abstract java.util.List<ExportDataSource> |
getUploadDataSourcesUsed()
Returns the DataSources associated with this Map or DataSelection |
abstract java.util.List<ExportFilter> |
getUploadFiltersUsed()
Only filters actually applied during the upload. |
abstract java.util.List<ExportJoin> |
getUploadJoinsUsed()
Return the Joins used if any. |
abstract boolean |
isPreSummarizedData()
Pre-summarized data (when true there will be multiple columns (SUM_,N_,MIN_,MAX_,NMISS_) for each original measure and only 1 row per possible grouping). |
abstract boolean |
isStarSchema()
Returns true if the uploaded tables for a 'star schema' configuration. |
| Methods inherited from interface com.sas.iquery.metadata.business.ExportGeneralMetadata |
|---|
getDataSelection, getExportDataSource, getStructureOfData, getUniqueExportObject |
| Method Detail |
|---|
DataSelection getUnderlyingObject()
getUnderlyingObject in interface ExportGeneralMetadata
boolean isPreSummarizedData()
throws MetadataException
MetadataException
java.util.List<ExportColumn> getPreSummarizedGroupByColumns()
throws MetadataException
MetadataException
java.util.List<ExportColumn> getPreSummarizedColumns()
throws MetadataException
MetadataExceptionjava.lang.String getID()
getID in interface ExportGeneralMetadata
ExportColumn getUploadColumn(DataItem underlyingDataItem)
throws MetadataException
MetadataException
java.util.List<ExportColumn> getUploadColumnsUsed()
throws MetadataException
MetadataException
java.util.List<ExportFilter> getUploadFiltersUsed()
throws MetadataException
MetadataException
java.util.List<ExportDataSource> getUploadDataSourcesUsed()
throws MetadataException
MetadataException
java.util.List<ExportJoin> getUploadJoinsUsed()
throws MetadataException
MetadataException
java.util.List<ExportColumnGroup> getUploadColumnGroups()
throws MetadataException
MetadataException
boolean isStarSchema()
throws MetadataException
MetadataException
ExportDataSource getStarFactDataSource()
throws MetadataException
MetadataException
java.util.List<ExportDataSource> getStarDimDataSources()
throws MetadataException
MetadataException
java.util.Map<ExportDataSource,java.util.Set<com.sas.iquery.metadata.business.QualifiedColumn>> getUploadColumnsUsedByHierarchies()
throws MetadataException
MetadataException
|
| Query |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||