| Package | Description |
|---|---|
| com.orchestranetworks.addon.hmfh |
Provides classes and interfaces to use EBX® Add-on for Oracle Hyperion EPM services: export, import and compare.
|
| Modifier and Type | Field and Description |
|---|---|
static ImportType |
ImportType.DELETE_BEFORE_IMPORT
Specifies the import type where all dimension data is deleted before performing the import.
|
static ImportType |
ImportType.IMPORT
Specifies the normal import type.
|
static ImportType |
ImportType.UNKNOWN
Specifies an unidentified type.
|
| Modifier and Type | Method and Description |
|---|---|
ImportType |
HmfhImportSpec.getImportType()
Returns the type of the current import.
|
static ImportType |
ImportType.parse(String value)
Returns the Hmfh import type instance corresponding to the value specified.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HmfhImportSpec.setImportType(ImportType importType)
Sets the type of the current import.
|