Uses of Class
io.camunda.optimize.dto.optimize.query.sharing.ReportShareRestDto
Packages that use ReportShareRestDto
Package
Description
-
Uses of ReportShareRestDto in io.camunda.optimize.rest
Methods in io.camunda.optimize.rest that return types with arguments of type ReportShareRestDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<ReportShareRestDto> SharingRestService.findShareForReport(String reportId) Methods in io.camunda.optimize.rest with parameters of type ReportShareRestDtoModifier and TypeMethodDescriptionSharingRestService.createNewReportShare(ReportShareRestDto createSharingDto, jakarta.servlet.http.HttpServletRequest request) -
Uses of ReportShareRestDto in io.camunda.optimize.service.db.es.reader
Methods in io.camunda.optimize.service.db.es.reader that return types with arguments of type ReportShareRestDtoModifier and TypeMethodDescriptionSharingReaderES.findShareForReport(String reportId) SharingReaderES.findShareForReports(List<String> reports) SharingReaderES.getReportShare(String shareId) -
Uses of ReportShareRestDto in io.camunda.optimize.service.db.es.writer
Methods in io.camunda.optimize.service.db.es.writer that return ReportShareRestDtoModifier and TypeMethodDescriptionSharingWriterES.saveReportShare(ReportShareRestDto createSharingDto) Methods in io.camunda.optimize.service.db.es.writer with parameters of type ReportShareRestDtoModifier and TypeMethodDescriptionSharingWriterES.saveReportShare(ReportShareRestDto createSharingDto) -
Uses of ReportShareRestDto in io.camunda.optimize.service.db.os.reader
Methods in io.camunda.optimize.service.db.os.reader that return types with arguments of type ReportShareRestDtoModifier and TypeMethodDescriptionSharingReaderOS.findShareForReport(String reportId) SharingReaderOS.findShareForReports(List<String> reports) SharingReaderOS.getReportShare(String shareId) -
Uses of ReportShareRestDto in io.camunda.optimize.service.db.os.writer
Methods in io.camunda.optimize.service.db.os.writer that return ReportShareRestDtoModifier and TypeMethodDescriptionSharingWriterOS.saveReportShare(ReportShareRestDto createSharingDto) Methods in io.camunda.optimize.service.db.os.writer with parameters of type ReportShareRestDtoModifier and TypeMethodDescriptionSharingWriterOS.saveReportShare(ReportShareRestDto createSharingDto) -
Uses of ReportShareRestDto in io.camunda.optimize.service.db.reader
Methods in io.camunda.optimize.service.db.reader that return types with arguments of type ReportShareRestDtoModifier and TypeMethodDescriptionSharingReader.findShareForReport(String reportId) SharingReader.findShareForReports(List<String> reports) SharingReader.getReportShare(String shareId) -
Uses of ReportShareRestDto in io.camunda.optimize.service.db.writer
Methods in io.camunda.optimize.service.db.writer that return ReportShareRestDtoModifier and TypeMethodDescriptionSharingWriter.saveReportShare(ReportShareRestDto createSharingDto) Methods in io.camunda.optimize.service.db.writer with parameters of type ReportShareRestDtoModifier and TypeMethodDescriptionSharingWriter.saveReportShare(ReportShareRestDto createSharingDto) -
Uses of ReportShareRestDto in io.camunda.optimize.service.security
Methods in io.camunda.optimize.service.security that return types with arguments of type ReportShareRestDtoMethods in io.camunda.optimize.service.security with parameters of type ReportShareRestDtoModifier and TypeMethodDescriptionSharingService.createNewReportShareIfAbsent(ReportShareRestDto createSharingDto, String userId)