Uses of Class
de.gematik.combine.filter.table.row.TableRowFilter
Packages that use TableRowFilter
Package
Description
-
Uses of TableRowFilter in de.gematik.combine.filter
Methods in de.gematik.combine.filter that return types with arguments of type TableRowFilterMethods in de.gematik.combine.filter with parameters of type TableRowFilterMethod parameters in de.gematik.combine.filter with type arguments of type TableRowFilterModifier and TypeMethodDescriptionFilters.FiltersBuilder.tableRowFilters(List<TableRowFilter> tableRowFilters) -
Uses of TableRowFilter in de.gematik.combine.filter.project
Subclasses of TableRowFilter 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 TableRowFilter in de.gematik.combine.filter.table.row
Subclasses of TableRowFilter 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. -
Uses of TableRowFilter in de.gematik.combine.tags
Methods in de.gematik.combine.tags that return types with arguments of type TableRowFilterModifier and TypeMethodDescriptionConfiguredFilters.getTableRowFilters()ParsedTags.getTableRowFilters()Methods in de.gematik.combine.tags with parameters of type TableRowFilterModifier and TypeMethodDescriptionvoidConfiguredFilters.addTableRowFilter(TableRowFilter tableRowFilter) voidParsedTags.addTableRowFilter(TableRowFilter tableRowFilter)