public class ExportMeta extends Object implements Serializable
Constructor and Description |
---|
ExportMeta() |
ExportMeta(ExportMeta meta) |
Modifier and Type | Method and Description |
---|---|
List<String> |
getColumnNames()
The Exporter may change the original columns, or names etc.
|
ReportWriter |
getReportWriter()
The actual Writer that will write the report
|
Map<String,Object> |
getReportWriterProperties()
If a reportWriter is not defined then a default writer can be instantiated and these properties to customize settings for the report
|
org.apache.commons.collections.Transformer |
getTransformer()
Can the report be exported in any format; if an Export format exists with a
Transformer then that will be applied to the Report tuple
for the final format. |
void |
setColumnNames(List<String> columnNames)
The Exporter may change the original columns, or names etc.
|
void |
setReportWriter(ReportWriter reportWriter)
The actual Writer that will write the report
|
void |
setReportWriterProperties(Map<String,Object> reportWriterProperties)
If a reportWriter is not defined then a default writer can be instantiated and these properties to customize settings for the report
|
void |
setTransformer(org.apache.commons.collections.Transformer transformer)
Can the report be exported in any format; if an Export format exists with a
Transformer then that will be applied to the Report tuple
for the final format. |
public ExportMeta()
public ExportMeta(ExportMeta meta)
public org.apache.commons.collections.Transformer getTransformer()
Transformer
then that will be applied to the Report tuple
for the final format.public void setTransformer(org.apache.commons.collections.Transformer transformer)
Transformer
then that will be applied to the Report tuple
for the final format.public List<String> getColumnNames()
Reporter.getColumnNames()
is default
One can define additional and different column names for an export process.public void setColumnNames(List<String> columnNames)
Reporter.getColumnNames()
is default
One can define additional and different column names for an export process.public ReportWriter getReportWriter()
ReportWriter
public void setReportWriter(ReportWriter reportWriter)
ReportWriter
public Map<String,Object> getReportWriterProperties()
Copyright © 2018. All rights reserved.