Class SharingReaderES
java.lang.Object
io.camunda.optimize.service.db.es.reader.SharingReaderES
- All Implemented Interfaces:
SharingReader
@Component
@Conditional(io.camunda.optimize.service.util.configuration.condition.ElasticSearchCondition.class)
public class SharingReaderES
extends Object
implements SharingReader
-
Constructor Summary
ConstructorsConstructorDescriptionSharingReaderES(OptimizeElasticsearchClient esClient, ConfigurationService configurationService, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Method Summary
Modifier and TypeMethodDescriptionfindDashboardShare(String shareId) findShareForDashboard(String dashboardId) findShareForDashboards(List<String> dashboards) findShareForReport(String reportId) findShareForReports(List<String> reports) getReportShare(String shareId) longgetShareCount(String indexName) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.camunda.optimize.service.db.reader.SharingReader
getDashboardShareCount, getReportShareCount
-
Constructor Details
-
SharingReaderES
public SharingReaderES(OptimizeElasticsearchClient esClient, ConfigurationService configurationService, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
-
Method Details