Interface AttributeExportConverter
- All Known Implementing Classes:
DatasetLinkAttributeExportConverter,EncryptedAttributeExportConverter,ListAttributeExportConverter,TextAttributeExportConverter
public interface AttributeExportConverter
-
Method Summary
Modifier and TypeMethodDescriptionvoidmapAttributeToRow(org.apache.poi.xssf.streaming.SXSSFRow row, Set<UUID> datasetIds, UiManAttribute attribute) default voidmapAttributeToRow(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.
-