Interface ExportDownloadService
-
- All Known Implementing Classes:
DefaultExportDownloadService
public interface ExportDownloadService
Provides the ability to retrieve export files.- Author:
- Samarth Dhruva (samarthd)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<org.springframework.core.io.Resource>
getExportFile(String exportId)
Returns the export file resource for the given export.
-
-
-
Method Detail
-
getExportFile
Optional<org.springframework.core.io.Resource> getExportFile(String exportId)
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
-
-