Uses of Interface
de.gematik.combine.filter.table.TableFilter
-
Packages that use TableFilter Package Description de.gematik.combine.filter de.gematik.combine.filter.project de.gematik.combine.filter.table de.gematik.combine.filter.table.row de.gematik.combine.tags -
-
Uses of TableFilter in de.gematik.combine.filter
Methods in de.gematik.combine.filter that return types with arguments of type TableFilter Modifier and Type Method Description Set<Class<? extends TableFilter>>FilterOrder. getFilters()List<TableFilter>Filters. getTableFilters()Methods in de.gematik.combine.filter with parameters of type TableFilter Modifier and Type Method Description voidFilters. addTableFilter(TableFilter tableFilter)static FilterOrderFilterOrder. getFilterOrderFor(TableFilter tableFilter)Method parameters in de.gematik.combine.filter with type arguments of type TableFilter Modifier and Type Method Description Filters.FiltersBuilderFilters.FiltersBuilder. tableFilters(List<TableFilter> tableFilters)Constructor parameters in de.gematik.combine.filter with type arguments of type TableFilter Constructor Description Filters(List<TableFilter> tableFilters, List<TableRowFilter> tableRowFilters, Map<String,List<CellFilter>> cellFilters) -
Uses of TableFilter in de.gematik.combine.filter.project
Classes in de.gematik.combine.filter.project that implement TableFilter 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 TableFilter in de.gematik.combine.filter.table
Classes in de.gematik.combine.filter.table that implement TableFilter 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.Methods in de.gematik.combine.filter.table that return TableFilter Modifier and Type Method Description default TableFilterTableFilter. combine(TableFilter after)Methods in de.gematik.combine.filter.table with parameters of type TableFilter Modifier and Type Method Description default TableFilterTableFilter. combine(TableFilter after)default intTableFilter. compareTo(TableFilter filter) -
Uses of TableFilter in de.gematik.combine.filter.table.row
Classes in de.gematik.combine.filter.table.row that implement TableFilter 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. -
Uses of TableFilter in de.gematik.combine.tags
Methods in de.gematik.combine.tags that return TableFilter Modifier and Type Method Description TableFilterConfiguredFilters. combineAllFilters()Methods in de.gematik.combine.tags that return types with arguments of type TableFilter Modifier and Type Method Description List<TableFilter>ConfiguredFilters. getTableFilters()List<TableFilter>ParsedTags. getTableFilters()Methods in de.gematik.combine.tags with parameters of type TableFilter Modifier and Type Method Description voidConfiguredFilters. addTableFilter(TableFilter tableFilter)voidParsedTags. addTableFilter(TableFilter tableFilter)
-