| Package | Description |
|---|---|
| com.orchestranetworks.addon.adix |
Classes and interfaces to call Adix import and export.
|
| Modifier and Type | Field and Description |
|---|---|
static ExportType |
ExportType.CSV
Deprecated.
Specifies the export type used to export data from a table to a CSV file.
|
static ExportType |
ExportType.EXCEL_FOR_MULTIPLE_TABLES
Deprecated.
Specifies the export type used for exporting data from multiple tables to an Excel file.
|
static ExportType |
ExportType.EXCEL_FOR_SINGLE_TABLE
Deprecated.
Specifies the export type used for exporting data from a table to an Excel file.
|
static ExportType |
ExportType.UNKNOWN
Deprecated.
Specifies an unidentified type.
|
static ExportType |
ExportType.XML_FOR_MULTIPLE_TABLES
Deprecated.
Specifies the export type used for exporting data from multiple tables to XML files that are then compressed into a ZIP file.
|
| Modifier and Type | Method and Description |
|---|---|
ExportType |
AdixExportSpec.getExportType()
Deprecated.
Returns the export type.
|
static ExportType |
ExportType.parse(String value)
Deprecated.
Returns the Adix export type instance corresponding to the value specified.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AdixExportSpec.setExportType(ExportType exportType)
Deprecated.
Sets the export type.
|