Package pro.taskana.routing.dmn.service
Class XlsxConverter
- java.lang.Object
-
- pro.taskana.routing.dmn.service.XlsxConverter
-
public class XlsxConverter extends Object
Converter for XLSX files to DMN 1.1 decision tables.- Author:
- Thorben Lindhauer, Holger Hagen
-
-
Field Summary
Fields Modifier and Type Field Description protected org.camunda.bpm.dmn.xlsx.api.SpreadsheetAdapterioDetectionStrategy
-
Constructor Summary
Constructors Constructor Description XlsxConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.camunda.bpm.model.dmn.DmnModelInstanceconvert(InputStream inputStream, StringBuilder serializedRules)voidsetIoDetectionStrategy(org.camunda.bpm.dmn.xlsx.api.SpreadsheetAdapter ioDetectionStrategy)
-
-
-
Method Detail
-
convert
public org.camunda.bpm.model.dmn.DmnModelInstance convert(InputStream inputStream, StringBuilder serializedRules)
-
setIoDetectionStrategy
public void setIoDetectionStrategy(org.camunda.bpm.dmn.xlsx.api.SpreadsheetAdapter ioDetectionStrategy)
-
-