| Package | Description |
|---|---|
| com.orchestranetworks.addon.igov.enumerations |
Enumeration classes for the services API.
|
| com.orchestranetworks.addon.igov.services |
Provides APIs to execute the EBX® Information Governance Add-on services.
|
| com.orchestranetworks.addon.igov.services.datamodel |
Since 1.7.0, all the APIs under this package have been deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static ExportType |
ExportType.parse(String value)
Returns the
ExportType instance corresponding to the specified value. |
static ExportType |
ExportType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExportType[] |
ExportType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ExportType |
ExcelExportSpec.getExportType()
Returns an instance of
ExportType which is either the Light export mode or Full export mode. |
| Modifier and Type | Method and Description |
|---|---|
ExportType |
ServiceExportExcelSpec.getExportType()
Deprecated.
Returns an instance of
ExportType which is either the Light export mode or Full export mode. |