Uses of Interface
de.gematik.combine.filter.table.SoftFilter
Packages that use SoftFilter
Package
Description
-
Uses of SoftFilter in de.gematik.combine.filter.project
Subinterfaces of SoftFilter 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 SoftFilterModifier and TypeClassDescriptionclassAProjectRowFilteris a filter that will be used on everyExamplesin the project unless it is overridden there specifically with its correspondingTableRowFilterclassAVersionFilterimplementing theProjectCellFilterinterface. -
Uses of SoftFilter in de.gematik.combine.filter.table
Subinterfaces of SoftFilter in de.gematik.combine.filter.tableModifier and TypeInterfaceDescriptioninterfaceA TableFilter operates on the whole table and can therefore implement filters that need more than a single row.Classes in de.gematik.combine.filter.table that implement SoftFilterModifier and TypeClassDescriptionclassclassThis filter removes rows that have the same value in the given column as an earlier row.classThis filter removes rows that contain the same values as an earlier row just in different order.classThis filter removes rows above the given count.classThis filter removes rows with the same property value in the given column above the given maxCount.classThis filter shuffles the order of rows and does not remove rows.Methods in de.gematik.combine.filter.table that return SoftFilter -
Uses of SoftFilter in de.gematik.combine.filter.table.cell
Subinterfaces of SoftFilter in de.gematik.combine.filter.table.cellModifier and TypeInterfaceDescriptioninterfaceACellFilteris a Filter that operates on a single table cell and can filter each value with no dependencies to other values.Classes in de.gematik.combine.filter.table.cell that implement SoftFilterModifier 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 SoftFilter -
Uses of SoftFilter in de.gematik.combine.filter.table.row
Classes in de.gematik.combine.filter.table.row that implement SoftFilterModifier and TypeClassDescriptionclassThis filter removes rows where not all entries have different values for a given property.classThis filter removes rows where not all entries have the same value for a given property.classThis filter executes a JEXL-Expression-Predicatefor each row and filters accordingly.classThis filter removes rows where none of the entries have a certain given property with a certain given value.classThis filter removes rows where none of the entries have a certain given tag.classThis filter removes rows in which a distinct value appears more than once.classThis is an adapter class for TableFilters that operate only on single rows.