Class DataExchangeSpec
java.lang.Object
com.orchestranetworks.addon.dataexchange.DataExchangeSpec
- Direct Known Subclasses:
DataExchangeExportSpec
,DataExchangeImportSpec
,DataExchangeTransferSpec
Deprecated.
A representation of a {addon.label} specification which stores a
{addon.label} data access specification (
DataExchangeDataAccessSpec
) and a
list of table paths.- Since:
- 2.0.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns the specifiedDataExchangeDataAccessSpec
object.List<com.orchestranetworks.schema.Path>
Deprecated.Returns a list of the specified table paths.void
setDataAccessSpec
(DataExchangeDataAccessSpec dataAccessSpec) Deprecated.Sets aDataExchangeDataAccessSpec
to the specified value.void
setTablePaths
(List<com.orchestranetworks.schema.Path> tablePaths) Deprecated.Sets a list of table paths to the specified value.
-
Constructor Details
-
DataExchangeSpec
public DataExchangeSpec()Deprecated.
-
-
Method Details
-
getDataAccessSpec
Deprecated.Returns the specifiedDataExchangeDataAccessSpec
object. -
setDataAccessSpec
Deprecated.Sets aDataExchangeDataAccessSpec
to the specified value. -
getTablePaths
Deprecated.Returns a list of the specified table paths. -
setTablePaths
Deprecated.Sets a list of table paths to the specified value.
-
DataExchangeSpec
.