- All Known Subinterfaces:
CSVTableGeneration
,EBXTableGeneration
,SpreadsheetTableGeneration
,XMLTableGeneration
Provides the methods to generate a
TableGenerationResult
instance.- Since:
- 2.3.0
-
Method Summary
Modifier and TypeMethodDescriptiongenerateTables
(com.onwbp.adaptation.Adaptation currentDataset, Set<com.orchestranetworks.schema.Path> ebxTables, com.orchestranetworks.service.Session session) Returns theTableGenerationResult
.
-
Method Details
-
generateTables
TableGenerationResult<F,T> generateTables(com.onwbp.adaptation.Adaptation currentDataset, Set<com.orchestranetworks.schema.Path> ebxTables, com.orchestranetworks.service.Session session) throws DataExchangeException Returns theTableGenerationResult
.- Parameters:
currentDataset
- current dataset.ebxTables
- set of EBX® table paths.session
- current session.- Throws:
DataExchangeException
- if the generation encounters an error.
-