Package de.gematik.combine.filter.table
-
Interface Summary Interface Description SoftFilter This interface is used to setTableFilterandCellFilteras SoftFilter.TableFilter A TableFilter operates on the whole table and can therefore implement filters that need more than a single row. -
Class Summary Class Description AbstractTableFilter DistinctColumnFilter This filter removes rows that have the same value in the given column as an earlier row.DoubleLineupFilter This filter removes rows that contain the same values as an earlier row just in different order.MaxRowsFilter This filter removes rows above the given count.MaxSameColumnPropertyFilter This filter removes rows with the same property value in the given column above the given maxCount.ShuffleTableFilter This filter shuffles the order of rows and does not remove rows.