Package org.camunda.bpm.dmn.xlsx.api
Interface SpreadsheetAdapter
- All Known Implementing Classes:
AdvancedSpreadsheetAdapter,BaseAdapter,SimpleInputOutputDetectionStrategy,StaticInputOutputDetectionStrategy
public interface SpreadsheetAdapter
Implement this interface to tailor the conversion process to a specific format
of your excel sheets.
-
Method Summary
Modifier and TypeMethodDescriptiondetermineDecisionName(Spreadsheet spreadsheet) org.camunda.bpm.model.dmn.HitPolicydetermineHitPolicy(Spreadsheet spreadsheet) determineInputOutputs(Spreadsheet spreadsheet) determineRuleRows(Spreadsheet spreadsheet) getCellContentHandlers(Spreadsheet spreadsheet) order is important; add most specific converters first
-
Method Details
-
determineInputOutputs
-
determineRuleRows
- Returns:
- those rows that contain rule
-
determineHitPolicy
- Returns:
- null to use the DMN default
-
determineDecisionName
-
getCellContentHandlers
order is important; add most specific converters first
-