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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns the specifiedDataExchangeDataAccessSpecobject.List<com.orchestranetworks.schema.Path>Deprecated.Returns a list of the specified table paths.voidsetDataAccessSpec(DataExchangeDataAccessSpec dataAccessSpec) Deprecated.Sets aDataExchangeDataAccessSpecto the specified value.voidsetTablePaths(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 specifiedDataExchangeDataAccessSpecobject. -
setDataAccessSpec
Deprecated.Sets aDataExchangeDataAccessSpecto 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.