Interface ExcelImportActionService
- All Known Implementing Classes:
ExcelImportActionServiceImpl
public interface ExcelImportActionService
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionimportFile
(EntityExplorerActionSelection selection, InputStream inputStream, boolean runInBackground)
-
Method Details
-
importFile
ExcelImportActionService.ImportResult importFile(EntityExplorerActionSelection selection, InputStream inputStream, boolean runInBackground) throws IOException, InterruptedException - Throws:
IOException
InterruptedException
-