Uses of Interface
de.gematik.combine.filter.table.cell.CellFilter
-
Packages that use CellFilter Package Description de.gematik.combine.filter de.gematik.combine.filter.table.cell de.gematik.combine.tags -
-
Uses of CellFilter in de.gematik.combine.filter
Methods in de.gematik.combine.filter that return types with arguments of type CellFilter Modifier and Type Method Description Map<String,CellFilter>Filters. combineCellFilters()Map<String,List<CellFilter>>Filters. getCellFilters()Methods in de.gematik.combine.filter with parameters of type CellFilter Modifier and Type Method Description voidFilters. addCellFilter(String header, CellFilter newCellFilter)Method parameters in de.gematik.combine.filter with type arguments of type CellFilter Modifier and Type Method Description voidFilters. addCellFilter(String header, List<CellFilter> newCellFilter)Filters.FiltersBuilderFilters.FiltersBuilder. cellFilters(Map<String,List<CellFilter>> cellFilters)Constructor parameters in de.gematik.combine.filter with type arguments of type CellFilter Constructor Description Filters(List<TableFilter> tableFilters, List<TableRowFilter> tableRowFilters, Map<String,List<CellFilter>> cellFilters) -
Uses of CellFilter in de.gematik.combine.filter.table.cell
Classes in de.gematik.combine.filter.table.cell that implement CellFilter Modifier and Type Class Description classJexlCellFilterThis filter executes a JEXL-Expression-Predicatefor a single cell value and filters accordingly.Methods in de.gematik.combine.filter.table.cell that return CellFilter Modifier and Type Method Description default CellFilterCellFilter. and(CellFilter other)Methods in de.gematik.combine.filter.table.cell with parameters of type CellFilter Modifier and Type Method Description default CellFilterCellFilter. and(CellFilter other) -
Uses of CellFilter in de.gematik.combine.tags
Methods in de.gematik.combine.tags that return types with arguments of type CellFilter Modifier and Type Method Description Map<String,CellFilter>ConfiguredFilters. combineCellFilters()Map<String,CellFilter>ParsedTags. combineCellFilters()Map<String,List<CellFilter>>ConfiguredFilters. getCellFilters()Map<String,List<CellFilter>>ParsedTags. getCellFilters()Methods in de.gematik.combine.tags with parameters of type CellFilter Modifier and Type Method Description voidConfiguredFilters. addCellFilter(String header, CellFilter newCellFilter)voidParsedTags. addCellFilter(String header, CellFilter newCellFilter)Method parameters in de.gematik.combine.tags with type arguments of type CellFilter Modifier and Type Method Description voidConfiguredFilters. addCellFilter(String header, List<CellFilter> newCellFilter)voidParsedTags. addCellFilter(String header, List<CellFilter> newCellFilter)
-