Class AdixImportSpec

    • Constructor Summary

      Constructors 
      Constructor Description
      AdixImportSpec()
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      ImportDataAccessSpec getDataAccessSpec()
      Deprecated.
      Returns the instance of ImportDataAccessSpec, which defines data access specifications for import.
      java.io.File getImportedFile()
      Deprecated.
      Returns the imported file.
      java.lang.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​(java.io.File importedFile)
      Deprecated.
      Sets the imported file.
      void setImportPreference​(java.lang.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.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AdixImportSpec

        public AdixImportSpec()
        Deprecated.
    • 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 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 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.