Uses of Class
de.gematik.combine.filter.table.AbstractTableFilter
-
Packages that use AbstractTableFilter Package Description de.gematik.combine.filter.project de.gematik.combine.filter.table de.gematik.combine.filter.table.row -
-
Uses of AbstractTableFilter in de.gematik.combine.filter.project
Subclasses of AbstractTableFilter in de.gematik.combine.filter.project Modifier and Type Class Description classProjectRowFilterAProjectRowFilteris a filter that will be used on everyExamplesin the project unless it is overridden there specifically with its correspondingTableRowFilter -
Uses of AbstractTableFilter in de.gematik.combine.filter.table
Subclasses of AbstractTableFilter in de.gematik.combine.filter.table Modifier and Type Class Description classDistinctColumnFilterThis filter removes rows that have the same value in the given column as an earlier row.classDoubleLineupFilterThis filter removes rows that contain the same values as an earlier row just in different order.classMaxRowsFilterThis filter removes rows above the given count.classMaxSameColumnPropertyFilterThis filter removes rows with the same property value in the given column above the given maxCount.classShuffleTableFilterThis filter shuffles the order of rows and does not remove rows. -
Uses of AbstractTableFilter in de.gematik.combine.filter.table.row
Subclasses of AbstractTableFilter in de.gematik.combine.filter.table.row Modifier and Type Class Description classDistinctRowPropertyFilterThis filter removes rows where not all entries have different values for a given property.classEqualRowPropertyFilterThis filter removes rows where not all entries have the same value for a given property.classJexlRowFilterThis filter executes a JEXL-Expression-Predicatefor each row and filters accordingly.classRequirePropertyRowFilterThis filter removes rows where none of the entries have a certain given property with a certain given value.classRequireTagRowFilterThis filter removes rows where none of the entries have a certain given tag.classSelfCombineFilterThis filter removes rows in which a distinct value appears more than once.classTableRowFilterThis is an adapter class for TableFilters that operate only on single rows.
-