Uses of Class
io.camunda.optimize.service.db.report.PlainReportEvaluationHandler
Packages that use PlainReportEvaluationHandler
Package
Description
-
Uses of PlainReportEvaluationHandler in io.camunda.optimize.service
Constructors in io.camunda.optimize.service with parameters of type PlainReportEvaluationHandlerModifierConstructorDescriptionKpiService(ReportService reportService, LocalizationService localizationService, PlainReportEvaluationHandler reportEvaluationHandler) -
Uses of PlainReportEvaluationHandler in io.camunda.optimize.service.alert
Constructors in io.camunda.optimize.service.alert with parameters of type PlainReportEvaluationHandlerModifierConstructorDescriptionAlertJob(ConfigurationService configurationService, List<AlertNotificationService> notificationServices, AlertReader alertReader, ReportReader reportReader, AlertWriter alertWriter, PlainReportEvaluationHandler reportEvaluator) -
Uses of PlainReportEvaluationHandler in io.camunda.optimize.service.export
Constructors in io.camunda.optimize.service.export with parameters of type PlainReportEvaluationHandlerModifierConstructorDescriptionJsonReportResultExportService(PlainReportEvaluationHandler reportEvaluationHandler, ReportService reportService) -
Uses of PlainReportEvaluationHandler in io.camunda.optimize.service.security
Constructors in io.camunda.optimize.service.security with parameters of type PlainReportEvaluationHandlerModifierConstructorDescriptionSharingService(SharingWriter sharingWriter, SharingReader sharingReader, PlainReportEvaluationHandler reportEvaluationHandler, DashboardService dashboardService, ReportService reportService)