Interface ExcelExportActionService
- All Known Implementing Classes:
ExcelExportActionServiceImpl
public interface ExcelExportActionService
Export Evaluation or Input
-
Method Summary
Modifier and TypeMethodDescription@Nullable String
createExportForEntity
(Entity entity, String language, String filename, String evaluationExtensionName, String archiveType, boolean runInBackground) @Nullable String
createExportForSelection
(EntityExplorerActionSelection selection, String language, String filename, String evaluationExtensionName, boolean runInBackground) getValuesFromEntity
(Entity selectedEntity)
-
Method Details
-
getValuesFromEntity
-
createExportForSelection
@Nullable @Nullable String createExportForSelection(EntityExplorerActionSelection selection, String language, String filename, String evaluationExtensionName, boolean runInBackground) -
getValuesFromSelection
-
createExportForEntity
-