Interface ExcelExportActionService
- All Known Implementing Classes:
- ExcelExportActionServiceImpl
public interface ExcelExportActionService
Export Evaluation or Input
- 
Method SummaryModifier and TypeMethodDescription@Nullable StringcreateExportForEntity(Entity entity, String language, String filename, String evaluationExtensionName, String archiveType, boolean runInBackground) @Nullable StringcreateExportForSelection(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
 
-