Package org.camunda.bpm.dmn.xlsx
Class BaseAdapter
java.lang.Object
org.camunda.bpm.dmn.xlsx.BaseAdapter
- All Implemented Interfaces:
SpreadsheetAdapter
- Direct Known Subclasses:
AdvancedSpreadsheetAdapter,SimpleInputOutputDetectionStrategy,StaticInputOutputDetectionStrategy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondetermineDecisionName(Spreadsheet context) getCellContentHandlers(Spreadsheet context) order is important; add most specific converters firstMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.camunda.bpm.dmn.xlsx.api.SpreadsheetAdapter
determineHitPolicy, determineInputOutputs, determineRuleRows
-
Constructor Details
-
BaseAdapter
public BaseAdapter()
-
-
Method Details
-
determineDecisionName
- Specified by:
determineDecisionNamein interfaceSpreadsheetAdapter
-
getCellContentHandlers
Description copied from interface:SpreadsheetAdapterorder is important; add most specific converters first- Specified by:
getCellContentHandlersin interfaceSpreadsheetAdapter
-