Class EntityExportService
java.lang.Object
io.camunda.optimize.service.entities.EntityExportService
-
Constructor Summary
ConstructorsConstructorDescriptionEntityExportService(ReportExportService reportExportService, DashboardExportService dashboardExportService) -
Method Summary
Modifier and TypeMethodDescriptiongetCompleteDashboardExportAsUser(String userId, String dashboardId) getDashboardExportDtos(Set<String> dashboardIds) getReportExportDtos(Set<String> reportIds) getReportExportDtosAsUser(String userId, Set<String> reportIds)
-
Constructor Details
-
EntityExportService
public EntityExportService(ReportExportService reportExportService, DashboardExportService dashboardExportService)
-
-
Method Details
-
getReportExportDtos
-
getReportExportDtosAsUser
public List<ReportDefinitionExportDto> getReportExportDtosAsUser(String userId, Set<String> reportIds) -
getDashboardExportDtos
-
getCompleteDashboardExportAsUser
public List<OptimizeEntityExportDto> getCompleteDashboardExportAsUser(String userId, String dashboardId)
-