| Package | Description |
|---|---|
| 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 ServiceExportExcelSpec |
ServiceExportExcelSpecFactory.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,
ExportExcelOutput outputFileType,
com.orchestranetworks.service.Session session)
Deprecated.
Creates a
ServiceExportExcelSpec instance for exporting the Administered Items in Full mode. |
static ServiceExportExcelSpec |
ServiceExportExcelSpecFactory.getLightSpec(com.orchestranetworks.instance.HomeKey igovRepository,
com.onwbp.adaptation.PrimaryKey dataModel,
Locale language,
com.onwbp.adaptation.PrimaryKey context,
boolean isIncludeRule,
ExportExcelOutput outputFileType,
com.orchestranetworks.service.Session session)
Deprecated.
Creates a
ServiceExportExcelSpec instance for exporting the Administered Items in Light mode. |
| Modifier and Type | Method and Description |
|---|---|
ServiceExportExcelResult |
ServiceExportExcel.execute(ServiceExportExcelSpec exportContext)
Deprecated.
Executes the Export Excel service and returns an instance of
ServiceExportExcelResult. |