Interface ExcelTypeSystemService<T extends TypeSystem>

Type Parameters:
T - represents the hidden TypeSystem sheet, needed to access data kept in TypeSystem's sheet
All Known Implementing Classes:
ExcelAttributeTypeSystemService, ExcelClassificationTypeSystemService

public interface ExcelTypeSystemService<T extends TypeSystem>
Allows to read the information from the hidden TypeSystem sheet in previously exported Excel file.
  • Method Summary

    Modifier and Type
    Method
    Description
    loadTypeSystem(org.apache.poi.ss.usermodel.Workbook workbook)
    reads hidden TypeSystem sheet from given Workbook and returns it.
  • Method Details

    • loadTypeSystem

      T loadTypeSystem(org.apache.poi.ss.usermodel.Workbook workbook)
      reads hidden TypeSystem sheet from given Workbook and returns it.
      Parameters:
      workbook - should contain hidden TypeSystem
      Returns:
      POJO which contains data read from Workbook's TypeSystem