Class AbstractAllRecordsExporter
java.lang.Object
io.jmix.gridexportflowui.exporter.AbstractAllRecordsExporter
- Direct Known Subclasses:
ExcelAllRecordsExporter
,JsonAllRecordsExporter
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongenerateLoadContext
(DataUnit dataUnit) Generates the load context using the givenDataUnit
.
-
Field Details
-
LAST_LOADED_PK_CONDITION_PARAMETER_NAME
-
metadataTools
-
-
Constructor Details
-
AbstractAllRecordsExporter
-
-
Method Details
-
generateLoadContext
Generates the load context using the givenDataUnit
.- Parameters:
dataUnit
- data unit linked with the data
-