DataExchangeSpec
.public final class AdixImportSpec extends Object
ImportConfigurationSpec
Constructor and Description |
---|
AdixImportSpec()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ImportDataAccessSpec |
getDataAccessSpec()
Deprecated.
Returns the instance of
ImportDataAccessSpec , which defines data access specifications for import. |
File |
getImportedFile()
Deprecated.
Returns the imported file.
|
String |
getImportPreference()
Deprecated.
Returns the name of the preference that stores the configuration and mapping information for reuse during import.
|
ImportType |
getImportType()
Deprecated.
Returns the import type.
|
void |
setDataAccessSpec(ImportDataAccessSpec dataAccessSpec)
Deprecated.
Sets the instance of
ImportDataAccessSpec , 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.
|
public File getImportedFile()
public void setImportedFile(File importedFile)
public ImportType getImportType()
public void setImportType(ImportType importType)
public ImportDataAccessSpec getDataAccessSpec()
ImportDataAccessSpec
, which defines data access specifications for import.public void setDataAccessSpec(ImportDataAccessSpec dataAccessSpec)
ImportDataAccessSpec
, which defines data access specifications for import.public String getImportPreference()
public void setImportPreference(String importPreference)