Package io.camunda.search.clients.reader
Class ProcessInstanceStatisticsDocumentReader
java.lang.Object
io.camunda.search.clients.reader.DocumentBasedReader
io.camunda.search.clients.reader.ProcessInstanceStatisticsDocumentReader
- All Implemented Interfaces:
ProcessInstanceStatisticsReader,SearchClientReader,SearchStatisticsReader<ProcessFlowNodeStatisticsEntity,ProcessInstanceFlowNodeStatisticsQuery>
public class ProcessInstanceStatisticsDocumentReader
extends DocumentBasedReader
implements ProcessInstanceStatisticsReader
-
Field Summary
Fields inherited from class io.camunda.search.clients.reader.DocumentBasedReader
executor, indexDescriptor -
Constructor Summary
ConstructorsConstructorDescriptionProcessInstanceStatisticsDocumentReader(SearchClientBasedQueryExecutor executor, IndexDescriptor indexDescriptor) -
Method Summary
Modifier and TypeMethodDescriptionaggregate(ProcessInstanceFlowNodeStatisticsQuery query, ResourceAccessChecks resourceAccessChecks) Methods inherited from class io.camunda.search.clients.reader.DocumentBasedReader
getSearchExecutor
-
Constructor Details
-
ProcessInstanceStatisticsDocumentReader
public ProcessInstanceStatisticsDocumentReader(SearchClientBasedQueryExecutor executor, IndexDescriptor indexDescriptor)
-
-
Method Details
-
aggregate
public List<ProcessFlowNodeStatisticsEntity> aggregate(ProcessInstanceFlowNodeStatisticsQuery query, ResourceAccessChecks resourceAccessChecks) - Specified by:
aggregatein interfaceSearchStatisticsReader<ProcessFlowNodeStatisticsEntity,ProcessInstanceFlowNodeStatisticsQuery>
-