Uses of Class
de.gematik.combine.model.CombineItem
-
Packages that use CombineItem Package Description de.gematik.combine.execution de.gematik.combine.model de.gematik.prepare de.gematik.prepare.pooling de.gematik.utils -
-
Uses of CombineItem in de.gematik.combine.execution
Methods in de.gematik.combine.execution that return types with arguments of type CombineItem Modifier and Type Method Description Set<CombineItem>TableGenerator.StateInfo. getAllMissingValues()Set<CombineItem>TableGenerator.StateInfo. getAllUsedValues()Method parameters in de.gematik.combine.execution with type arguments of type CombineItem Modifier and Type Method Description List<List<TableCell>>TableGenerator. generateTable(List<CombineItem> combineItems, ConfiguredFilters filters)voidExamplesProcessor. process(io.cucumber.messages.types.Examples gherkinExamples, CombineConfiguration config, List<CombineItem> combineItems)voidFileProcessor. process(File file, CombineConfiguration config, List<CombineItem> combineItems)voidGherkinProcessor. process(io.cucumber.messages.types.GherkinDocument gherkinDocument, CombineConfiguration config, List<CombineItem> combineItems)voidScenarioProcessor. process(io.cucumber.messages.types.Scenario scenario, CombineConfiguration config, List<CombineItem> combineItems) -
Uses of CombineItem in de.gematik.combine.model
Methods in de.gematik.combine.model that return CombineItem Modifier and Type Method Description CombineItemCombineItem.CombineItemBuilder. build()CombineItemTableCell. getCombineItem()Methods in de.gematik.combine.model with parameters of type CombineItem Modifier and Type Method Description TableCell.TableCellBuilderTableCell.TableCellBuilder. combineItem(CombineItem combineItem)intCombineItem. compareTo(CombineItem other)intTableCell. compareTo(CombineItem other)Constructors in de.gematik.combine.model with parameters of type CombineItem Constructor Description TableCell(String header, CombineItem combineItem) -
Uses of CombineItem in de.gematik.prepare
Methods in de.gematik.prepare with parameters of type CombineItem Modifier and Type Method Description VoidItemsCreator. evaluateExpressions(CombineItem item, Map<?,?> jsonContext)Method parameters in de.gematik.prepare with type arguments of type CombineItem Modifier and Type Method Description voidPrepareItemsMojo. setItems(List<CombineItem> items) -
Uses of CombineItem in de.gematik.prepare.pooling
Methods in de.gematik.prepare.pooling that return types with arguments of type CombineItem Modifier and Type Method Description List<CombineItem>GroupMatcher. getAllItemsMatching(List<CombineItem> allItems)List<CombineItem>Pooler. pool()Methods in de.gematik.prepare.pooling with parameters of type CombineItem Modifier and Type Method Description StringGroupMatcher. order(CombineItem combineItem)Method parameters in de.gematik.prepare.pooling with type arguments of type CombineItem Modifier and Type Method Description List<CombineItem>GroupMatcher. getAllItemsMatching(List<CombineItem> allItems)List<String>GroupMatcher. getAllMatchingGroups(List<CombineItem> matchingItems) -
Uses of CombineItem in de.gematik.utils
Methods in de.gematik.utils that return types with arguments of type CombineItem Modifier and Type Method Description static List<CombineItem>Utils. getItemsToCombine(File file, org.apache.maven.plugin.Mojo mojo, boolean useCreated)read the combine_items.json file into the combineItems listMethods in de.gematik.utils with parameters of type CombineItem Modifier and Type Method Description static StringUtils. getItemAsString(CombineItem item)
-