public final class ExcelExportSpec extends ServiceSpec
Modifier and Type | Method and Description |
---|---|
com.onwbp.adaptation.PrimaryKey |
getContext()
Returns the export context.
|
List<com.onwbp.adaptation.PrimaryKey> |
getContexts()
Return the export contexts.
|
com.onwbp.adaptation.PrimaryKey |
getDefaultContext()
Return the default export context.
|
Locale |
getDefaultLanguage()
Return the default export language.
|
ExportOutput |
getExportOutput()
Returns an instance of
ExportOutput which is the output file format. |
ExportType |
getExportType()
Returns an instance of
ExportType which is either the Light export mode or Full export mode. |
Locale |
getLanguage()
Returns the export language.
|
List<Locale> |
getLanguages()
Return the export languages.
|
boolean |
isIncludeRule()
Returns
true if export the rule. |
getDataModel, getIGovRepository, getSession
public ExportOutput getExportOutput()
ExportOutput
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
.