| Package | Description |
|---|---|
| com.orchestranetworks.addon.igov.services |
Provides APIs to execute the EBX® Information Governance Add-on services.
|
| 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. |