Class AdixExportSpec

    • Constructor Summary

      Constructors 
      Constructor Description
      AdixExportSpec()
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.lang.String getBaseURL()
      Deprecated.
      Returns the base URL for fetching a link to a record.
      ExportDataAccessSpec getDataAccessSpec()
      Deprecated.
      Returns the instance of ExportDataAccessSpec, which defines data access specifications for export.
      java.lang.String getExportPreference()
      Deprecated.
      Returns the name of the preference that stores configuration information for reuse during export.
      ExportType getExportType()
      Deprecated.
      Returns the export type.
      java.lang.String getImportPreference()
      Deprecated.
      Returns the name of the preference that stores configuration and mapping information for reuse during import.
      void setBaseURL​(java.lang.String baseURL)
      Deprecated.
      Sets the base URL for fetching a link to a record.
      void setDataAccessSpec​(ExportDataAccessSpec dataAccessSpec)
      Deprecated.
      Sets the instance of ExportDataAccessSpec, which defines a data access specification for export.
      void setExportPreference​(java.lang.String exportPreference)
      Deprecated.
      Sets the name of the preference that stores configuration information for reuse during export.
      void setExportType​(ExportType exportType)
      Deprecated.
      Sets the export type.
      void setImportPreference​(java.lang.String importPreference)
      Deprecated.
      Sets the name of the preference that stores configuration and mapping information for reuse during import.
      • Methods inherited from class java.lang.Object

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

      • AdixExportSpec

        public AdixExportSpec()
        Deprecated.
    • Method Detail

      • getDataAccessSpec

        public ExportDataAccessSpec getDataAccessSpec()
        Deprecated.
        Returns the instance of ExportDataAccessSpec, which defines data access specifications for export.
      • setDataAccessSpec

        public void setDataAccessSpec​(ExportDataAccessSpec dataAccessSpec)
        Deprecated.
        Sets the instance of ExportDataAccessSpec, which defines a data access specification for export.
      • getExportPreference

        public java.lang.String getExportPreference()
        Deprecated.
        Returns the name of the preference that stores configuration information for reuse during export.
      • setExportPreference

        public void setExportPreference​(java.lang.String exportPreference)
        Deprecated.
        Sets the name of the preference that stores configuration information for reuse during export.
      • getImportPreference

        public java.lang.String getImportPreference()
        Deprecated.
        Returns the name of the preference that stores configuration and mapping information for reuse during import. Since 2.4.6, this method is no longer used. The export mapping based on the mapping of the import preference is no longer supported, and the mapping defined in the export preference is used instead.
        See Also:
        getExportPreference()
      • setImportPreference

        public void setImportPreference​(java.lang.String importPreference)
        Deprecated.
        Sets the name of the preference that stores configuration and mapping information for reuse during import. Since 2.4.6, this method is no longer used. The export mapping based on the mapping of the import preference is no longer supported, and the mapping defined in the export preference is used instead.
        See Also:
        setExportPreference(String)
      • getExportType

        public ExportType getExportType()
        Deprecated.
        Returns the export type.
      • setExportType

        public void setExportType​(ExportType exportType)
        Deprecated.
        Sets the export type.
      • getBaseURL

        public java.lang.String getBaseURL()
        Deprecated.
        Returns the base URL for fetching a link to a record.
      • setBaseURL

        public void setBaseURL​(java.lang.String baseURL)
        Deprecated.
        Sets the base URL for fetching a link to a record.