public class SimpleExportFilter extends Object implements ExportFilter
| Modifier and Type | Field and Description |
|---|---|
static SimpleExportFilter |
INSTANCE |
| Constructor and Description |
|---|
SimpleExportFilter() |
| 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.
|
public static final SimpleExportFilter INSTANCE
public List<Column> filterColumns(List<Column> columns) throws IOException
ExportFilterfilterColumns in interface ExportFiltercolumns - the columns as determined by the export code, may be directly
modified and returnedIOExceptionpublic Object[] filterRow(Object[] row) throws IOException
ExportFilterfilterRow in interface ExportFilterrow - the row data as determined by the import code, may be directly
modifiednull, the row will be skippedIOExceptionCopyright © 2005–2021 OpenHMS. All rights reserved.