public interface ExportFilter
ExportUtil export methods.| Modifier and Type | Method and Description |
|---|---|
java.util.List<Column> |
filterColumns(java.util.List<Column> columns)
The columns that should be used to create the exported file.
|
java.lang.Object[] |
filterRow(java.lang.Object[] row)
The desired values for the row.
|
java.util.List<Column> filterColumns(java.util.List<Column> columns) throws java.io.IOException
columns - the columns as determined by the export code, may be directly
modified and returnedjava.io.IOExceptionjava.lang.Object[] filterRow(java.lang.Object[] row)
throws java.io.IOException
row - the row data as determined by the import code, may be directly
modifiednull, the row will be skippedjava.io.IOException