Interface TableReportColumnMetadataService
- All Known Implementing Classes:
TableReportColumnMetadataServiceImpl
public interface TableReportColumnMetadataService
-
Method Summary
Modifier and TypeMethodDescriptionvoidaugmentWithMetadata(Collection<Column> columns, TableReport report, User user) voidaugmentWithMetadata(TableReport report, User user) createColumnMetadataMap(TableReport realReport, User user)
-
Method Details
-
augmentWithMetadata
- Throws:
NonFatalException
-
augmentWithMetadata
void augmentWithMetadata(Collection<Column> columns, TableReport report, User user) throws NonFatalException - Throws:
NonFatalException
-
createColumnMetadataMap
Map<String,ColumnMetadata> createColumnMetadataMap(TableReport realReport, User user) throws NonFatalException - Throws:
NonFatalException
-