Uses of Interface
de.gematik.combine.filter.table.cell.CellFilter
Packages that use CellFilter
Package
Description
-
Uses of CellFilter in de.gematik.combine.filter
Methods in de.gematik.combine.filter that return types with arguments of type CellFilterMethods in de.gematik.combine.filter with parameters of type CellFilterModifier and TypeMethodDescriptionvoidFilters.addCellFilter(String header, CellFilter newCellFilter) Method parameters in de.gematik.combine.filter with type arguments of type CellFilterModifier and TypeMethodDescriptionvoidFilters.addCellFilter(String header, List<CellFilter> newCellFilter, boolean softFilterShouldApply) Filters.FiltersBuilder.cellFilters(Map<String, List<CellFilter>> cellFilters) Constructor parameters in de.gematik.combine.filter with type arguments of type CellFilterModifierConstructorDescriptionFilters(List<TableFilter> tableFilters, List<TableRowFilter> tableRowFilters, Map<String, List<CellFilter>> cellFilters) -
Uses of CellFilter in de.gematik.combine.filter.project
Subinterfaces of CellFilter in de.gematik.combine.filter.projectModifier and TypeInterfaceDescriptioninterfaceAProjectCellFilteris a filter that will be used on everyExamplesin the project unless it is overridden there specifically with its correspondingCellFilterClasses in de.gematik.combine.filter.project that implement CellFilterModifier and TypeClassDescriptionclassAVersionFilterimplementing theProjectCellFilterinterface. -
Uses of CellFilter in de.gematik.combine.filter.table.cell
Classes in de.gematik.combine.filter.table.cell that implement CellFilterModifier and TypeClassDescriptionclassThis class extends all classes that should beCellFilterwith property soft, so theCellFilterinterface can stay functional interface.classThis filter executes a JEXL-Expression-Predicatefor a single cell value and filters accordingly.classThis filter removes cells in which the version property is not set or doesn't match the specified criteria.Methods in de.gematik.combine.filter.table.cell that return CellFilterMethods in de.gematik.combine.filter.table.cell with parameters of type CellFilter -
Uses of CellFilter in de.gematik.combine.tags
Methods in de.gematik.combine.tags that return types with arguments of type CellFilterModifier and TypeMethodDescriptionConfiguredFilters.combineCellFilters()ParsedTags.combineCellFilters()ConfiguredFilters.getCellFilters()ParsedTags.getCellFilters()Methods in de.gematik.combine.tags with parameters of type CellFilterModifier and TypeMethodDescriptionvoidConfiguredFilters.addCellFilter(String header, CellFilter newCellFilter) voidParsedTags.addCellFilter(String header, CellFilter newCellFilter) Method parameters in de.gematik.combine.tags with type arguments of type CellFilterModifier and TypeMethodDescriptionvoidConfiguredFilters.addCellFilter(String header, List<CellFilter> newCellFilter, boolean softFilterShouldApply) voidParsedTags.addCellFilter(String header, List<CellFilter> newCellFilter, boolean softFilterShouldApply)