Class AdixExportSpec

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

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

    • AdixExportSpec

      public AdixExportSpec()
      Deprecated.
  • Method Details

    • 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 String getExportPreference()
      Deprecated.
      Returns the name of the preference that stores configuration information for reuse during export.
    • setExportPreference

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

      public 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:
    • setImportPreference

      public void setImportPreference(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:
    • getExportType

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

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

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

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