| Package | Description |
|---|---|
| com.orchestranetworks.addon.igov.enumerations |
Enumeration classes for the services API.
|
| com.orchestranetworks.addon.igov.services |
Provides APIs to execute the {addon.label} 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 ExportErrorType |
ExportErrorType.parse(String value)
Returns the
ServiceImportExcelDataErrorType instance corresponding to the specified value. |
static ExportErrorType |
ExportErrorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExportErrorType[] |
ExportErrorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ExportErrorType |
ExcelImportDataError.getErrorType()
Returns an instance of
ServiceImportExcelDataErrorType which is the error type. |
| Modifier and Type | Method and Description |
|---|---|
ExportErrorType |
ServiceImportExcelDataError.getErrorType()
Deprecated.
Returns an instance of
ServiceImportExcelDataErrorType which is the error type. |