Interface ExportDownloadService
- All Known Implementing Classes:
DefaultExportDownloadService
public interface ExportDownloadService
Provides the ability to retrieve export files.
- Author:
- Samarth Dhruva (samarthd)
-
Method Summary
Modifier and TypeMethodDescriptionOptional<org.springframework.core.io.Resource>
getExportFile
(String exportId) Returns the export file resource for the given export.
-
Method Details
-
getExportFile
Returns the export file resource for the given export.- Parameters:
exportId
- the ID of the export whose file should be retrieved- Returns:
- the export file resource, or empty if nothing was found for the given export
-