Package com.orchestranetworks.addon.adix
Class AdixExportSpec
java.lang.Object
com.orchestranetworks.addon.adix.AdixExportSpec
Deprecated.
Defines an Adix export.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns the base URL for fetching a link to a record.Deprecated.Returns the instance ofExportDataAccessSpec
, which defines data access specifications for export.Deprecated.Returns the name of the preference that stores configuration information for reuse during export.Deprecated.Returns the export type.Deprecated.Returns the name of the preference that stores configuration and mapping information for reuse during import.void
setBaseURL
(String baseURL) Deprecated.Sets the base URL for fetching a link to a record.void
setDataAccessSpec
(ExportDataAccessSpec dataAccessSpec) Deprecated.Sets the instance ofExportDataAccessSpec
, which defines a data access specification for export.void
setExportPreference
(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
(String importPreference) Deprecated.Sets the name of the preference that stores configuration and mapping information for reuse during import.
-
Constructor Details
-
AdixExportSpec
public AdixExportSpec()Deprecated.
-
-
Method Details
-
getDataAccessSpec
Deprecated.Returns the instance ofExportDataAccessSpec
, which defines data access specifications for export. -
setDataAccessSpec
Deprecated.Sets the instance ofExportDataAccessSpec
, which defines a data access specification for export. -
getExportPreference
Deprecated.Returns the name of the preference that stores configuration information for reuse during export. -
setExportPreference
Deprecated.Sets the name of the preference that stores configuration information for reuse during export. -
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
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
Deprecated.Returns the export type. -
setExportType
Deprecated.Sets the export type. -
getBaseURL
Deprecated.Returns the base URL for fetching a link to a record. -
setBaseURL
Deprecated.Sets the base URL for fetching a link to a record.
-
DataExchangeSpec
.