Uses of Class
de.gematik.combine.model.TableCell
-
-
Uses of TableCell in de.gematik.combine.execution
Methods in de.gematik.combine.execution that return types with arguments of type TableCell Modifier and Type Method Description List<List<TableCell>>TableGenerator. generateTable(List<CombineItem> combineItems, ConfiguredFilters filters)List<List<TableCell>>TableGenerator.StateInfo. getPreparedColumns()List<List<TableCell>>TableGenerator.StateInfo. getResult()Method parameters in de.gematik.combine.execution with type arguments of type TableCell Modifier and Type Method Description voidTableGenerator.StateInfo. addNewRow(List<TableCell> row)Constructor parameters in de.gematik.combine.execution with type arguments of type TableCell Constructor Description StateInfo(ConfiguredFilters filters, List<List<TableCell>> preparedColumns) -
Uses of TableCell in de.gematik.combine.filter.jexl
Methods in de.gematik.combine.filter.jexl with parameters of type TableCell Modifier and Type Method Description voidJexlFilter. addToContext(TableCell tableCell)Method parameters in de.gematik.combine.filter.jexl with type arguments of type TableCell Modifier and Type Method Description voidJexlFilter. addTableInfoToContext(List<List<TableCell>> table)voidJexlFilter. addToContext(List<TableCell> tableRow)Constructor parameters in de.gematik.combine.filter.jexl with type arguments of type TableCell Constructor Description JexlFilterColumn(String header, List<TableCell> column) -
Uses of TableCell in de.gematik.combine.filter.table
Methods in de.gematik.combine.filter.table that return types with arguments of type TableCell Modifier and Type Method Description List<List<TableCell>>DistinctColumnFilter. apply(List<List<TableCell>> table)List<List<TableCell>>DoubleLineupFilter. apply(List<List<TableCell>> table)List<List<TableCell>>MaxRowsFilter. apply(List<List<TableCell>> table)List<List<TableCell>>MaxSameColumnPropertyFilter. apply(List<List<TableCell>> table)List<List<TableCell>>ShuffleTableFilter. apply(List<List<TableCell>> table)List<List<TableCell>>TableFilter. apply(List<List<TableCell>> t)Method parameters in de.gematik.combine.filter.table with type arguments of type TableCell Modifier and Type Method Description List<List<TableCell>>DistinctColumnFilter. apply(List<List<TableCell>> table)List<List<TableCell>>DoubleLineupFilter. apply(List<List<TableCell>> table)List<List<TableCell>>MaxRowsFilter. apply(List<List<TableCell>> table)List<List<TableCell>>MaxSameColumnPropertyFilter. apply(List<List<TableCell>> table)List<List<TableCell>>ShuffleTableFilter. apply(List<List<TableCell>> table)List<List<TableCell>>TableFilter. apply(List<List<TableCell>> t) -
Uses of TableCell in de.gematik.combine.filter.table.cell
Methods in de.gematik.combine.filter.table.cell with parameters of type TableCell Modifier and Type Method Description booleanJexlCellFilter. test(TableCell tableCell)booleanVersionFilter. test(TableCell tableCell) -
Uses of TableCell in de.gematik.combine.filter.table.row
Methods in de.gematik.combine.filter.table.row that return types with arguments of type TableCell Modifier and Type Method Description List<List<TableCell>>TableRowFilter. apply(List<List<TableCell>> tableRows)Method parameters in de.gematik.combine.filter.table.row with type arguments of type TableCell Modifier and Type Method Description List<List<TableCell>>TableRowFilter. apply(List<List<TableCell>> tableRows)booleanDistinctRowPropertyFilter. test(List<TableCell> tableCells)booleanEqualRowPropertyFilter. test(List<TableCell> tableRow)booleanJexlRowFilter. test(List<TableCell> tableRow)booleanRequirePropertyRowFilter. test(List<TableCell> row)booleanRequireTagRowFilter. test(List<TableCell> tableRow)booleanSelfCombineFilter. test(List<TableCell> tableRow) -
Uses of TableCell in de.gematik.combine.model
Methods in de.gematik.combine.model that return TableCell Modifier and Type Method Description TableCellTableCell.TableCellBuilder. build()
-