public final class DataExchangeExportTableSpec extends Object
DataExchangeSpec
) {addon.label}
specification and the optional records, or optional predicate of each table.
Uses the
(DataExchangeExportTableSpecBuilder.build()
)
method to create it.Modifier and Type | Method and Description |
---|---|
DataExchangeSpec |
getDataExchangeSpec()
Returns the specified
DataExchangeSpec object. |
Map<com.orchestranetworks.schema.SchemaNode,List<com.onwbp.adaptation.Adaptation>> |
getTablesContent()
Returns the mapping of the table schema node and prepared list of records to
export.
|
public DataExchangeSpec getDataExchangeSpec()
DataExchangeSpec
object.public Map<com.orchestranetworks.schema.SchemaNode,List<com.onwbp.adaptation.Adaptation>> getTablesContent()
It is created by using the
(DataExchangeExportTableSpecBuilder.setTableContent(com.onwbp.adaptation.AdaptationTable)
) methods, but
it contains only the prepared list of records belonging to a specific
table, not the records from AdaptationTable and TableFilter.
AdaptationTable and TableFilter can be accessed by using the
dataxchangeSpec
variable.