| Package | Description |
|---|---|
| com.orchestranetworks.addon.igov.enumerations |
Enumeration classes for the services API.
|
| 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 ExportExcelOutput |
ExportExcelOutput.parse(String extension)
Deprecated.
Returns
ExportExcelOutput from the extension. |
static ExportExcelOutput |
ExportExcelOutput.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static ExportExcelOutput[] |
ExportExcelOutput.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ExportExcelOutput |
ServiceExportExcelSpec.getOutputFileType()
Deprecated.
Returns an instance of
ExportExcelOutput which is the output file format. |
| 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. |