Package com.orchestranetworks.addon.adix
Class AdixImportSpec
- java.lang.Object
-
- com.orchestranetworks.addon.adix.AdixImportSpec
-
public final class AdixImportSpec extends java.lang.ObjectDeprecated.Since 2.3.0, replaced byDataExchangeSpec.Defines an Adix import.- See Also:
ImportConfigurationSpec
-
-
Constructor Summary
Constructors Constructor Description AdixImportSpec()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ImportDataAccessSpecgetDataAccessSpec()Deprecated.Returns the instance ofImportDataAccessSpec, which defines data access specifications for import.java.io.FilegetImportedFile()Deprecated.Returns the imported file.java.lang.StringgetImportPreference()Deprecated.Returns the name of the preference that stores the configuration and mapping information for reuse during import.ImportTypegetImportType()Deprecated.Returns the import type.voidsetDataAccessSpec(ImportDataAccessSpec dataAccessSpec)Deprecated.Sets the instance ofImportDataAccessSpec, which defines data access specifications for import.voidsetImportedFile(java.io.File importedFile)Deprecated.Sets the imported file.voidsetImportPreference(java.lang.String importPreference)Deprecated.Sets the name of the preference that stores the configuration and mapping information for reuse during import.voidsetImportType(ImportType importType)Deprecated.Sets the import type.
-
-
-
Method Detail
-
getImportedFile
public java.io.File getImportedFile()
Deprecated.Returns the imported file.
-
setImportedFile
public void setImportedFile(java.io.File importedFile)
Deprecated.Sets the imported file.
-
getImportType
public ImportType getImportType()
Deprecated.Returns the import type.
-
setImportType
public void setImportType(ImportType importType)
Deprecated.Sets the import type.
-
getDataAccessSpec
public ImportDataAccessSpec getDataAccessSpec()
Deprecated.Returns the instance ofImportDataAccessSpec, which defines data access specifications for import.
-
setDataAccessSpec
public void setDataAccessSpec(ImportDataAccessSpec dataAccessSpec)
Deprecated.Sets the instance ofImportDataAccessSpec, which defines data access specifications for import.
-
getImportPreference
public java.lang.String getImportPreference()
Deprecated.Returns the name of the preference that stores the configuration and mapping information for reuse during import.
-
setImportPreference
public void setImportPreference(java.lang.String importPreference)
Deprecated.Sets the name of the preference that stores the configuration and mapping information for reuse during import.
-
-