Class PlainReportEvaluationHandler
java.lang.Object
io.camunda.optimize.service.db.report.ReportEvaluationHandler
io.camunda.optimize.service.db.report.PlainReportEvaluationHandler
-
Field Summary
Fields inherited from class io.camunda.optimize.service.db.report.ReportEvaluationHandler
logger -
Constructor Summary
ConstructorsConstructorDescriptionPlainReportEvaluationHandler(ReportService reportService, SingleReportEvaluator singleReportEvaluator, CombinedReportEvaluator combinedReportEvaluator, ProcessVariableService processVariableService, DefinitionService definitionService, CollapsedSubprocessNodesService collapsedSubprocessNodesService) -
Method Summary
Modifier and TypeMethodDescriptiongetAuthorizedRole(String userId, ReportDefinitionDto report) Checks if the user is allowed to see the given report.Methods inherited from class io.camunda.optimize.service.db.report.ReportEvaluationHandler
evaluateReport
-
Constructor Details
-
PlainReportEvaluationHandler
public PlainReportEvaluationHandler(ReportService reportService, SingleReportEvaluator singleReportEvaluator, CombinedReportEvaluator combinedReportEvaluator, ProcessVariableService processVariableService, DefinitionService definitionService, CollapsedSubprocessNodesService collapsedSubprocessNodesService)
-
-
Method Details
-
getAuthorizedRole
Description copied from class:ReportEvaluationHandlerChecks if the user is allowed to see the given report.- Specified by:
getAuthorizedRolein classReportEvaluationHandler
-