Interface SpreadsheetExportApplicationMappingHelper
-
- All Superinterfaces:
ApplicationMappingHelper<EBXField,SpreadsheetField,EBXTable>
public interface SpreadsheetExportApplicationMappingHelper extends ApplicationMappingHelper<EBXField,SpreadsheetField,EBXTable>
Provides the methods to get anApplicationMappinginstance for spreadsheet export.- Since:
- 2.5.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApplicationMapping<EBXField,SpreadsheetField>getApplicationMapping(SpreadsheetExportConfigurationSpec configSpec)Returns the specifiedApplicationMappingfor default spreadsheet export.-
Methods inherited from interface com.orchestranetworks.addon.dex.common.generation.ApplicationMappingHelper
getApplicationMapping, getApplicationMapping
-
-
-
-
Method Detail
-
getApplicationMapping
ApplicationMapping<EBXField,SpreadsheetField> getApplicationMapping(SpreadsheetExportConfigurationSpec configSpec) throws DataExchangeException
Returns the specifiedApplicationMappingfor default spreadsheet export.- Parameters:
configSpec- configuration specification for default spreadsheet export.- Throws:
DataExchangeException- if the input parameters do not permit the retrieval of a consistent configuration.
-
-