Uses of Class
io.camunda.optimize.dto.optimize.rest.export.report.ReportDefinitionExportDto
Packages that use ReportDefinitionExportDto
Package
Description
-
Uses of ReportDefinitionExportDto in io.camunda.optimize.dto.optimize.rest.export.report
Modifier and TypeClassDescriptionclassclassclassMethods in io.camunda.optimize.dto.optimize.rest.export.report that return ReportDefinitionExportDtoModifier and TypeMethodDescriptionstatic ReportDefinitionExportDtoReportDefinitionExportDto.mapReportDefinitionToExportDto(ReportDefinitionDto<?> reportDef) -
Uses of ReportDefinitionExportDto in io.camunda.optimize.rest
Methods in io.camunda.optimize.rest that return types with arguments of type ReportDefinitionExportDtoModifier and TypeMethodDescriptionPublicApiRestService.exportReportDefinition(Set<String> reportIds) org.springframework.http.ResponseEntity<List<ReportDefinitionExportDto>> ExportRestService.getJsonReport(String reportId, String fileName, jakarta.servlet.http.HttpServletRequest request) -
Uses of ReportDefinitionExportDto in io.camunda.optimize.service.entities
Methods in io.camunda.optimize.service.entities that return types with arguments of type ReportDefinitionExportDtoModifier and TypeMethodDescriptionEntityExportService.getReportExportDtos(Set<String> reportIds) EntityExportService.getReportExportDtosAsUser(String userId, Set<String> reportIds) -
Uses of ReportDefinitionExportDto in io.camunda.optimize.service.entities.report
Methods in io.camunda.optimize.service.entities.report that return types with arguments of type ReportDefinitionExportDtoModifier and TypeMethodDescriptionReportExportService.getReportExportDtos(Set<String> reportIds) ReportExportService.getReportExportDtosAsUser(String userId, Set<String> reportIds) Methods in io.camunda.optimize.service.entities.report with parameters of type ReportDefinitionExportDtoModifier and TypeMethodDescriptionReportImportService.importReport(String userId, ReportDefinitionExportDto reportToImport, String newCollectionId) Method parameters in io.camunda.optimize.service.entities.report with type arguments of type ReportDefinitionExportDtoModifier and TypeMethodDescriptionvoidReportImportService.importReportsIntoCollection(String userId, String collectionId, List<ReportDefinitionExportDto> reportsToImport, Map<String, EntityIdResponseDto> originalIdToNewIdMap) voidReportImportService.importReportsIntoCollection(String collectionId, List<ReportDefinitionExportDto> reportsToImport, Map<String, EntityIdResponseDto> originalIdToNewIdMap) voidReportImportService.validateAllReportsOrFail(CollectionDefinitionDto collection, List<ReportDefinitionExportDto> reportsToImport) voidReportImportService.validateAllReportsOrFail(String userId, CollectionDefinitionDto collection, List<ReportDefinitionExportDto> reportsToImport)