Package com.orchestranetworks.addon.adix
Class AdixExportSpec
- java.lang.Object
-
- com.orchestranetworks.addon.adix.AdixExportSpec
-
public final class AdixExportSpec extends java.lang.ObjectDeprecated.Since 2.3.0, replaced byDataExchangeSpec.Defines an Adix export.- See Also:
ExportConfigurationSpec
-
-
Constructor Summary
Constructors Constructor Description AdixExportSpec()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.StringgetBaseURL()Deprecated.Returns the base URL for fetching a link to a record.ExportDataAccessSpecgetDataAccessSpec()Deprecated.Returns the instance ofExportDataAccessSpec, which defines data access specifications for export.java.lang.StringgetExportPreference()Deprecated.Returns the name of the preference that stores configuration information for reuse during export.ExportTypegetExportType()Deprecated.Returns the export type.java.lang.StringgetImportPreference()Deprecated.Returns the name of the preference that stores configuration and mapping information for reuse during import.voidsetBaseURL(java.lang.String baseURL)Deprecated.Sets the base URL for fetching a link to a record.voidsetDataAccessSpec(ExportDataAccessSpec dataAccessSpec)Deprecated.Sets the instance ofExportDataAccessSpec, which defines a data access specification for export.voidsetExportPreference(java.lang.String exportPreference)Deprecated.Sets the name of the preference that stores configuration information for reuse during export.voidsetExportType(ExportType exportType)Deprecated.Sets the export type.voidsetImportPreference(java.lang.String importPreference)Deprecated.Sets the name of the preference that stores configuration and mapping information for reuse during import.
-
-
-
Method Detail
-
getDataAccessSpec
public ExportDataAccessSpec getDataAccessSpec()
Deprecated.Returns the instance ofExportDataAccessSpec, which defines data access specifications for export.
-
setDataAccessSpec
public void setDataAccessSpec(ExportDataAccessSpec dataAccessSpec)
Deprecated.Sets the instance ofExportDataAccessSpec, 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.
-
-