| Package | Description |
|---|---|
| org.camunda.bpm.dmn.xlsx | |
| org.camunda.bpm.dmn.xlsx.api | |
| org.camunda.bpm.dmn.xlsx.elements |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DmnValueRangeConverter.canConvert(SpreadsheetCell cell,
Spreadsheet context) |
boolean |
FeelSimpleUnaryTestConverter.canConvert(SpreadsheetCell cell,
Spreadsheet context) |
boolean |
DmnValueNumberConverter.canConvert(SpreadsheetCell cell,
Spreadsheet context) |
boolean |
DmnValueStringConverter.canConvert(SpreadsheetCell cell,
Spreadsheet context) |
boolean |
CellContentHandler.canConvert(SpreadsheetCell cell,
Spreadsheet spreadsheet) |
String |
DmnValueRangeConverter.convert(SpreadsheetCell cell,
Spreadsheet context) |
String |
FeelSimpleUnaryTestConverter.convert(SpreadsheetCell cell,
Spreadsheet context) |
String |
DmnValueNumberConverter.convert(SpreadsheetCell cell,
Spreadsheet context) |
String |
DmnValueStringConverter.convert(SpreadsheetCell cell,
Spreadsheet context) |
String |
CellContentHandler.convert(SpreadsheetCell cell,
Spreadsheet spreadsheet) |
String |
XlsxWorksheetContext.resolveCellContent(SpreadsheetCell cell) |
String |
DmnConversionContext.resolveCellValue(SpreadsheetCell cell) |
| Modifier and Type | Method and Description |
|---|---|
SpreadsheetCell |
SpreadsheetRow.getCell(String column) |
| Modifier and Type | Method and Description |
|---|---|
List<SpreadsheetCell> |
SpreadsheetRow.getCells() |
| Modifier and Type | Method and Description |
|---|---|
String |
Spreadsheet.resolveCellContent(SpreadsheetCell cell) |
| Modifier and Type | Class and Description |
|---|---|
class |
IndexedCell |
| Modifier and Type | Field and Description |
|---|---|
protected List<SpreadsheetCell> |
IndexedRow.cells |
protected Map<String,SpreadsheetCell> |
IndexedRow.cellsByColumn |
| Modifier and Type | Method and Description |
|---|---|
SpreadsheetCell |
IndexedRow.getCell(String column) |
| Modifier and Type | Method and Description |
|---|---|
List<SpreadsheetCell> |
IndexedRow.getCells() |
Copyright © 2020 Camunda Services GmbH. All rights reserved.