public interface ExportFilter
ExportUtil export methods.| Modifier and Type | Method and Description |
|---|---|
List<Column> |
filterColumns(List<Column> columns)
The columns that should be used to create the exported file.
|
Object[] |
filterRow(Object[] row)
The desired values for the row.
|
List<Column> filterColumns(List<Column> columns) throws IOException
columns - the columns as determined by the export code, may be directly
modified and returnedIOExceptionObject[] filterRow(Object[] row) throws IOException
row - the row data as determined by the import code, may be directly
modifiednull, the row will be skippedIOExceptionCopyright © 2005–2021 OpenHMS. All rights reserved.