Uses of Interface
de.gematik.combine.filter.table.row.RowFilter
-
Packages that use RowFilter Package Description de.gematik.combine.filter de.gematik.combine.filter.project de.gematik.combine.filter.table.row de.gematik.combine.tags -
-
Uses of RowFilter in de.gematik.combine.filter
Methods in de.gematik.combine.filter that return RowFilter Modifier and Type Method Description RowFilterFilters. combineAllRowFilters() -
Uses of RowFilter in de.gematik.combine.filter.project
Classes in de.gematik.combine.filter.project that implement RowFilter 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 RowFilter in de.gematik.combine.filter.table.row
Classes in de.gematik.combine.filter.table.row that implement RowFilter 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.Methods in de.gematik.combine.filter.table.row that return RowFilter Modifier and Type Method Description default RowFilterRowFilter. and(RowFilter other)Methods in de.gematik.combine.filter.table.row with parameters of type RowFilter Modifier and Type Method Description default RowFilterRowFilter. and(RowFilter other) -
Uses of RowFilter in de.gematik.combine.tags
Methods in de.gematik.combine.tags that return RowFilter Modifier and Type Method Description RowFilterConfiguredFilters. combineAllRowFilters()RowFilterParsedTags. combineAllRowFilters()
-