Package com.orchestranetworks.addon.adix
Class AdixImportSpec
java.lang.Object
com.orchestranetworks.addon.adix.AdixImportSpec
Deprecated.
Defines an Adix import.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns the instance ofImportDataAccessSpec
, which defines data access specifications for import.Deprecated.Returns the imported file.Deprecated.Returns the name of the preference that stores the configuration and mapping information for reuse during import.Deprecated.Returns the import type.void
setDataAccessSpec
(ImportDataAccessSpec dataAccessSpec) Deprecated.Sets the instance ofImportDataAccessSpec
, which defines data access specifications for import.void
setImportedFile
(File importedFile) Deprecated.Sets the imported file.void
setImportPreference
(String importPreference) Deprecated.Sets the name of the preference that stores the configuration and mapping information for reuse during import.void
setImportType
(ImportType importType) Deprecated.Sets the import type.
-
Constructor Details
-
AdixImportSpec
public AdixImportSpec()Deprecated.
-
-
Method Details
-
getImportedFile
Deprecated.Returns the imported file. -
setImportedFile
Deprecated.Sets the imported file. -
getImportType
Deprecated.Returns the import type. -
setImportType
Deprecated.Sets the import type. -
getDataAccessSpec
Deprecated.Returns the instance ofImportDataAccessSpec
, which defines data access specifications for import. -
setDataAccessSpec
Deprecated.Sets the instance ofImportDataAccessSpec
, which defines data access specifications for import. -
getImportPreference
Deprecated.Returns the name of the preference that stores the configuration and mapping information for reuse during import. -
setImportPreference
Deprecated.Sets the name of the preference that stores the configuration and mapping information for reuse during import.
-
DataExchangeSpec
.