Class ProjectRowFilter
java.lang.Object
de.gematik.combine.filter.table.AbstractTableFilter
de.gematik.combine.filter.table.row.TableRowFilter
de.gematik.combine.filter.project.ProjectRowFilter
- All Implemented Interfaces:
RowFilter,SoftFilter,TableFilter,Comparable<TableFilter>,Predicate<List<TableCell>>
A
ProjectRowFilter is a filter that will be used on every Examples in the project unless it is overridden there specifically
with its corresponding TableRowFilter-
Field Summary
Fields inherited from class de.gematik.combine.filter.table.row.TableRowFilter
CHUNK_SIZE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.gematik.combine.filter.table.row.TableRowFilter
apply, getFilterOrderMethods 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
-
Constructor Details
-
ProjectRowFilter
public ProjectRowFilter()
-