Uses of Class
de.gematik.combine.filter.table.AbstractTableFilter
Packages that use AbstractTableFilter
Package
Description
-
Uses of AbstractTableFilter in de.gematik.combine.filter.project
Subclasses of AbstractTableFilter in de.gematik.combine.filter.projectModifier and TypeClassDescriptionclassAProjectRowFilteris 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.tableModifier and TypeClassDescriptionclassThis filter removes rows that have the same value in the given column as an earlier row.classThis filter removes rows that contain the same values as an earlier row just in different order.classThis filter removes rows above the given count.classThis filter removes rows with the same property value in the given column above the given maxCount.classThis 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.rowModifier and TypeClassDescriptionclassThis filter removes rows where not all entries have different values for a given property.classThis filter removes rows where not all entries have the same value for a given property.classThis filter executes a JEXL-Expression-Predicatefor each row and filters accordingly.classThis filter removes rows where none of the entries have a certain given property with a certain given value.classThis filter removes rows where none of the entries have a certain given tag.classThis filter removes rows in which a distinct value appears more than once.classThis is an adapter class for TableFilters that operate only on single rows.