Uses of Class
de.gematik.combine.filter.table.row.TableRowFilter
-
Packages that use TableRowFilter Package Description de.gematik.combine.filter de.gematik.combine.filter.project de.gematik.combine.filter.table.row de.gematik.combine.tags -
-
Uses of TableRowFilter in de.gematik.combine.filter
Methods in de.gematik.combine.filter that return types with arguments of type TableRowFilter Modifier and Type Method Description List<TableRowFilter>Filters. getTableRowFilters()Methods in de.gematik.combine.filter with parameters of type TableRowFilter Modifier and Type Method Description voidFilters. addTableRowFilter(TableRowFilter tableRowFilter)Method parameters in de.gematik.combine.filter with type arguments of type TableRowFilter Modifier and Type Method Description Filters.FiltersBuilderFilters.FiltersBuilder. tableRowFilters(List<TableRowFilter> tableRowFilters) -
Uses of TableRowFilter in de.gematik.combine.filter.project
Subclasses of TableRowFilter 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 TableRowFilter in de.gematik.combine.filter.table.row
Subclasses of TableRowFilter 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. -
Uses of TableRowFilter in de.gematik.combine.tags
Methods in de.gematik.combine.tags that return types with arguments of type TableRowFilter Modifier and Type Method Description List<TableRowFilter>ConfiguredFilters. getTableRowFilters()List<TableRowFilter>ParsedTags. getTableRowFilters()Methods in de.gematik.combine.tags with parameters of type TableRowFilter Modifier and Type Method Description voidConfiguredFilters. addTableRowFilter(TableRowFilter tableRowFilter)voidParsedTags. addTableRowFilter(TableRowFilter tableRowFilter)
-