| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static ExportOutput |
ExportOutput.parse(String extension)
Returns
ExportOutput from the extension. |
static ExportOutput |
ExportOutput.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExportOutput[] |
ExportOutput.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ExportOutput |
ExcelExportSpec.getExportOutput()
Returns an instance of
ExportOutput which is the output file format. |
| Modifier and Type | Method and Description |
|---|---|
static ExcelExportSpec |
ExcelExportSpecFactory.getFullSpec(com.orchestranetworks.instance.HomeKey igovRepository,
com.onwbp.adaptation.PrimaryKey dataModel,
List<Locale> languages,
List<com.onwbp.adaptation.PrimaryKey> contexts,
Locale defaultLanguage,
com.onwbp.adaptation.PrimaryKey defaultContext,
ExportOutput outputFileType,
com.orchestranetworks.service.Session session)
Creates a
ExcelExportSpec instance for exporting the Administered Items in Full mode. |
static ExcelExportSpec |
ExcelExportSpecFactory.getLightSpec(com.orchestranetworks.instance.HomeKey igovRepository,
com.onwbp.adaptation.PrimaryKey dataModel,
Locale language,
com.onwbp.adaptation.PrimaryKey context,
boolean isIncludeRule,
ExportOutput outputFileType,
com.orchestranetworks.service.Session session)
Creates a
ExcelExportSpec instance for exporting the Administered Items in Light mode. |