Class TableRowFilter
java.lang.Object
de.gematik.combine.filter.table.AbstractTableFilter
de.gematik.combine.filter.table.row.TableRowFilter
- All Implemented Interfaces:
RowFilter,SoftFilter,TableFilter,Comparable<TableFilter>,Predicate<List<TableCell>>
- Direct Known Subclasses:
DistinctRowPropertyFilter,EqualRowPropertyFilter,JexlRowFilter,ProjectRowFilter,RequirePropertyRowFilter,RequireTagRowFilter,SelfCombineFilter
This is an adapter class for TableFilters that operate only on single rows. It implements the
iteration over table rows with chunking for tables greater
CHUNK_SIZE.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class de.gematik.combine.filter.table.AbstractTableFilter
isSoft, setSoftMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.gematik.combine.filter.table.row.RowFilter
and, getRequiredColumnsMethods inherited from interface de.gematik.combine.filter.table.TableFilter
compareTo, merge
-
Field Details
-
CHUNK_SIZE
public static final int CHUNK_SIZE- See Also:
-
-
Constructor Details
-
TableRowFilter
public TableRowFilter()
-
-
Method Details
-
apply
- Specified by:
applyin interfaceTableFilter
-
getFilterOrder
- Specified by:
getFilterOrderin interfaceTableFilter
-