Interface AttributeExportConverter

All Known Implementing Classes:
DatasetLinkAttributeExportConverter, EncryptedAttributeExportConverter, ListAttributeExportConverter, TextAttributeExportConverter

public interface AttributeExportConverter
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    mapAttributeToRow(org.apache.poi.xssf.streaming.SXSSFRow row, Set<UUID> datasetIds, UiManAttribute attribute)
     
    default void
    mapAttributeToRow(org.apache.poi.xssf.streaming.SXSSFRow row, Set<UUID> datasetIds, UiManAttribute attribute, boolean isEncrypted)
    Map simple attribute to row.
  • Method Details

    • mapAttributeToRow

      void mapAttributeToRow(org.apache.poi.xssf.streaming.SXSSFRow row, Set<UUID> datasetIds, UiManAttribute attribute)
    • mapAttributeToRow

      default void mapAttributeToRow(org.apache.poi.xssf.streaming.SXSSFRow row, Set<UUID> datasetIds, UiManAttribute attribute, boolean isEncrypted)
      Map simple attribute to row.