Uses of Class
io.camunda.optimize.service.SettingsService
Packages that use SettingsService
-
Uses of SettingsService in io.camunda.optimize.rest
Constructors in io.camunda.optimize.rest with parameters of type SettingsServiceModifierConstructorDescriptionPublicApiRestService(JsonReportResultExportService jsonReportResultExportService, EntityExportService entityExportService, EntityImportService entityImportService, ReportService reportService, DashboardService dashboardService, ProcessVariableLabelService processVariableLabelService, SettingsService settingsService) SettingsRestService(SessionService sessionService, SettingsService settingsService) SharingPublicReaderRestService(SharingRestService protectedSharingRestService, LocalizationRestService localizationRestService, ProcessVariableRestService processVariableRestService, DecisionVariablesRestService decisionVariableRestService, FlowNodeRestService flowNodeRestService, CandidateGroupRestService candidateGroupRestService, UIConfigurationRestService uiConfigurationService, AssigneeRestService assigneeRestService, SettingsService settingsService) SharingRestService(SharingService sharingService, SettingsService settingsService, SessionService sessionService, ReportRestMapper reportRestMapper, DashboardRestMapper dashboardRestMapper, EventReportingService eventReportingService, org.springframework.core.env.Environment environment) -
Uses of SettingsService in io.camunda.optimize.service
Constructors in io.camunda.optimize.service with parameters of type SettingsServiceModifierConstructorDescriptionUIConfigurationService(ConfigurationService configurationService, OptimizeVersionService versionService, TenantService tenantService, SettingsService settingService, CamundaLicenseService camundaLicenseService, org.springframework.core.env.Environment environment, Optional<CloudSaasMetaInfoService> cloudSaasMetaInfoService, io.camunda.identity.sdk.Identity identity)