DataExchangeSpec
.public final class AdixExportSpec extends Object
ExportConfigurationSpec
Constructor and Description |
---|
AdixExportSpec()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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. |
String |
getExportPreference()
Deprecated.
Returns the name of the preference that stores configuration information for reuse during export.
|
ExportType |
getExportType()
Deprecated.
Returns the export type.
|
String |
getImportPreference()
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 of
ExportDataAccessSpec , 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.
|
public ExportDataAccessSpec getDataAccessSpec()
ExportDataAccessSpec
, which defines data access specifications for export.public void setDataAccessSpec(ExportDataAccessSpec dataAccessSpec)
ExportDataAccessSpec
, which defines a data access specification for export.public String getExportPreference()
public void setExportPreference(String exportPreference)
public String getImportPreference()
getExportPreference()
public void setImportPreference(String importPreference)
setExportPreference(String)
public ExportType getExportType()
public void setExportType(ExportType exportType)
public String getBaseURL()
public void setBaseURL(String baseURL)