ExcelExportSpec instead.public final class ServiceExportExcelSpec extends IGovServiceSpec
| Modifier and Type | Method and Description |
|---|---|
com.onwbp.adaptation.PrimaryKey |
getContext()
Deprecated.
Returns the export context.
|
List<com.onwbp.adaptation.PrimaryKey> |
getContexts()
Deprecated.
Return the export contexts.
|
com.onwbp.adaptation.PrimaryKey |
getDefaultContext()
Deprecated.
Return the default export context.
|
Locale |
getDefaultLanguage()
Deprecated.
Return the default export language.
|
ExportType |
getExportType()
Deprecated.
Returns an instance of
ExportType which is either the Light export mode or Full export mode. |
Locale |
getLanguage()
Deprecated.
Returns the export language.
|
List<Locale> |
getLanguages()
Deprecated.
Return the export languages.
|
ExportExcelOutput |
getOutputFileType()
Deprecated.
Returns an instance of
ExportExcelOutput which is the output file format. |
boolean |
isIncludeRule()
Deprecated.
Returns
true if export the rule. |
getDataModel, getIgovRepository, getSessionpublic ExportExcelOutput getOutputFileType()
ExportExcelOutput which is the output file format.public ExportType getExportType()
ExportType which is either the Light export mode or Full export mode.public Locale getLanguage()
If this is the Full export, the method always returns null.
public com.onwbp.adaptation.PrimaryKey getContext()
If this is the Full export, the method always returns null.
public boolean isIncludeRule()
true if export the rule.
If this is the Full export, the method always returns false.
public List<Locale> getLanguages()
If this is the Light export, the method always returns null.
public List<com.onwbp.adaptation.PrimaryKey> getContexts()
If this is the Light export, the method always returns null.
public Locale getDefaultLanguage()
If this is the Light export, the method always returns null.
public com.onwbp.adaptation.PrimaryKey getDefaultContext()
If this is the Light export, the method always returns null.