ExcelExportSpecFactory instead.public final class ServiceExportExcelSpecFactory extends Object
ServiceExportExcelSpec corresponding to two available modes: Light and Full.| Constructor and Description |
|---|
ServiceExportExcelSpecFactory()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static ServiceExportExcelSpec |
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 |
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. |
public static ServiceExportExcelSpec 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)
ServiceExportExcelSpec instance for exporting the Administered Items in Light mode.igovRepository - The HomeKey of the EBX® Information Governance Add-on data space where you want to run the service.dataModel - The PrimaryKey of the data model record in which this service will be triggered.language - The language that will be exported.context - The context that will be exported.isIncludeRule - If true: Exports all records in the Rule table to the Rule sheet.outputFileType - The ExportExcelOutput which will be used as the Excel file format output.session - The Session which executes this services.public static ServiceExportExcelSpec 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)
ServiceExportExcelSpec instance for exporting the Administered Items in Full mode.igovRepository - The HomeKey of the EBX® Information Governance Add-on data space where you want to run the service.dataModel - The PrimaryKey of the data model record in which this service will be triggered.languages - The languages that will be exported.contexts - The contexts that will be exported.defaultLanguage - The language that will be used as the default label and definition.defaultContext - The context that will be used as the default label and definition.outputFileType - The ExportExcelOutput which will be used as the Excel file format output.session - The Session which executes this services.