Class AdixImportSpec

java.lang.Object
com.orchestranetworks.addon.adix.AdixImportSpec

public final class AdixImportSpec extends Object
Deprecated.
Since 2.3.0, replaced by DataExchangeSpec.
Defines an Adix import.
See Also:
  • Constructor Details

    • AdixImportSpec

      public AdixImportSpec()
      Deprecated.
  • Method Details

    • getImportedFile

      public File getImportedFile()
      Deprecated.
      Returns the imported file.
    • setImportedFile

      public void setImportedFile(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 of ImportDataAccessSpec, which defines data access specifications for import.
    • setDataAccessSpec

      public void setDataAccessSpec(ImportDataAccessSpec dataAccessSpec)
      Deprecated.
      Sets the instance of ImportDataAccessSpec, which defines data access specifications for import.
    • getImportPreference

      public String getImportPreference()
      Deprecated.
      Returns the name of the preference that stores the configuration and mapping information for reuse during import.
    • setImportPreference

      public void setImportPreference(String importPreference)
      Deprecated.
      Sets the name of the preference that stores the configuration and mapping information for reuse during import.