Uses of Interface
org.camunda.bpm.dmn.xlsx.api.SpreadsheetRow
Packages that use SpreadsheetRow
Package
Description
-
Uses of SpreadsheetRow in org.camunda.bpm.dmn.xlsx
Fields in org.camunda.bpm.dmn.xlsx with type parameters of type SpreadsheetRowMethods in org.camunda.bpm.dmn.xlsx that return types with arguments of type SpreadsheetRowModifier and TypeMethodDescriptionAdvancedSpreadsheetAdapter.determineRuleRows(Spreadsheet context) SimpleInputOutputDetectionStrategy.determineRuleRows(Spreadsheet context) StaticInputOutputDetectionStrategy.determineRuleRows(Spreadsheet context) XlsxWorksheetContext.getRows()Methods in org.camunda.bpm.dmn.xlsx with parameters of type SpreadsheetRowModifier and TypeMethodDescriptionprotected voidXlsxWorksheetConverter.convertRule(org.camunda.bpm.model.dmn.DmnModelInstance dmnModel, org.camunda.bpm.model.dmn.instance.DecisionTable decisionTable, SpreadsheetRow ruleRow) Method parameters in org.camunda.bpm.dmn.xlsx with type arguments of type SpreadsheetRowModifier and TypeMethodDescriptionprotected voidXlsxWorksheetConverter.convertRules(org.camunda.bpm.model.dmn.DmnModelInstance dmnModel, org.camunda.bpm.model.dmn.instance.DecisionTable decisionTable, List<SpreadsheetRow> rulesRows) -
Uses of SpreadsheetRow in org.camunda.bpm.dmn.xlsx.api
Methods in org.camunda.bpm.dmn.xlsx.api that return types with arguments of type SpreadsheetRowModifier and TypeMethodDescriptionSpreadsheetAdapter.determineRuleRows(Spreadsheet spreadsheet) Spreadsheet.getRows() -
Uses of SpreadsheetRow in org.camunda.bpm.dmn.xlsx.elements
Classes in org.camunda.bpm.dmn.xlsx.elements that implement SpreadsheetRow