Uses of Class
io.camunda.optimize.service.db.os.report.interpreter.RawResult
Packages that use RawResult
Package
Description
-
Uses of RawResult in io.camunda.optimize.service.db.os.report.interpreter.distributedby
Method parameters in io.camunda.optimize.service.db.os.report.interpreter.distributedby with type arguments of type RawResultModifier and TypeMethodDescriptionDistributedByInterpreterOS.retrieveResult(org.opensearch.client.opensearch.core.SearchResponse<RawResult> response, Map<String, org.opensearch.client.opensearch._types.aggregations.Aggregate> aggregations, ExecutionContext<DATA, PLAN> context) -
Uses of RawResult in io.camunda.optimize.service.db.os.report.interpreter.distributedby.decision
Method parameters in io.camunda.optimize.service.db.os.report.interpreter.distributedby.decision with type arguments of type RawResultModifier and TypeMethodDescriptionDecisionDistributedByNoneInterpreterOS.retrieveResult(org.opensearch.client.opensearch.core.SearchResponse<RawResult> response, Map<String, org.opensearch.client.opensearch._types.aggregations.Aggregate> aggregations, ExecutionContext<DecisionReportDataDto, DecisionExecutionPlan> context) -
Uses of RawResult in io.camunda.optimize.service.db.os.report.interpreter.distributedby.process
Method parameters in io.camunda.optimize.service.db.os.report.interpreter.distributedby.process with type arguments of type RawResultModifier and TypeMethodDescriptionProcessDistributedByInterpreterFacadeOS.retrieveResult(org.opensearch.client.opensearch.core.SearchResponse<RawResult> response, Map<String, org.opensearch.client.opensearch._types.aggregations.Aggregate> aggregations, ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) ProcessDistributedByNoneInterpreterOS.retrieveResult(org.opensearch.client.opensearch.core.SearchResponse<RawResult> response, Map<String, org.opensearch.client.opensearch._types.aggregations.Aggregate> aggregations, ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) ProcessDistributedByProcessInterpreterOS.retrieveResult(org.opensearch.client.opensearch.core.SearchResponse<RawResult> response, Map<String, org.opensearch.client.opensearch._types.aggregations.Aggregate> aggregations, ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) ProcessDistributedByVariableInterpreterOS.retrieveResult(org.opensearch.client.opensearch.core.SearchResponse<RawResult> response, Map<String, org.opensearch.client.opensearch._types.aggregations.Aggregate> aggregations, ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) -
Uses of RawResult in io.camunda.optimize.service.db.os.report.interpreter.distributedby.process.date
Method parameters in io.camunda.optimize.service.db.os.report.interpreter.distributedby.process.date with type arguments of type RawResultModifier and TypeMethodDescriptionAbstractProcessDistributedByInstanceDateInterpreterOS.retrieveResult(org.opensearch.client.opensearch.core.SearchResponse<RawResult> response, Map<String, org.opensearch.client.opensearch._types.aggregations.Aggregate> aggregations, ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) -
Uses of RawResult in io.camunda.optimize.service.db.os.report.interpreter.distributedby.process.identity
Method parameters in io.camunda.optimize.service.db.os.report.interpreter.distributedby.process.identity with type arguments of type RawResultModifier and TypeMethodDescriptionAbstractProcessDistributedByIdentityInterpreterOS.retrieveResult(org.opensearch.client.opensearch.core.SearchResponse<RawResult> response, Map<String, org.opensearch.client.opensearch._types.aggregations.Aggregate> aggregations, ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) -
Uses of RawResult in io.camunda.optimize.service.db.os.report.interpreter.distributedby.process.model
Method parameters in io.camunda.optimize.service.db.os.report.interpreter.distributedby.process.model with type arguments of type RawResultModifier and TypeMethodDescriptionAbstractProcessDistributedByModelElementInterpreterOS.retrieveResult(org.opensearch.client.opensearch.core.SearchResponse<RawResult> response, Map<String, org.opensearch.client.opensearch._types.aggregations.Aggregate> aggregations, ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) -
Uses of RawResult in io.camunda.optimize.service.db.os.report.interpreter.groupby
Method parameters in io.camunda.optimize.service.db.os.report.interpreter.groupby with type arguments of type RawResultModifier and TypeMethodDescriptionprotected abstract voidAbstractGroupByInterpreterOS.addQueryResult(CompositeCommandResult compositeCommandResult, org.opensearch.client.opensearch.core.SearchResponse<RawResult> response, ExecutionContext<DATA, PLAN> executionContext) voidAbstractGroupByVariableInterpreterOS.addQueryResult(CompositeCommandResult compositeCommandResult, org.opensearch.client.opensearch.core.SearchResponse<RawResult> response, ExecutionContext<DATA, PLAN> context) AbstractGroupByInterpreterOS.retrieveQueryResult(org.opensearch.client.opensearch.core.SearchResponse<RawResult> response, ExecutionContext<DATA, PLAN> executionContext) GroupByInterpreterOS.retrieveQueryResult(org.opensearch.client.opensearch.core.SearchResponse<RawResult> response, ExecutionContext<D, P> context) -
Uses of RawResult in io.camunda.optimize.service.db.os.report.interpreter.groupby.decision
Method parameters in io.camunda.optimize.service.db.os.report.interpreter.groupby.decision with type arguments of type RawResultModifier and TypeMethodDescriptionvoidDecisionGroupByEvaluationDateTimeInterpreterOS.addQueryResult(CompositeCommandResult result, org.opensearch.client.opensearch.core.SearchResponse<RawResult> response, ExecutionContext<DecisionReportDataDto, DecisionExecutionPlan> context) voidDecisionGroupByMatchedRuleInterpreterOS.addQueryResult(CompositeCommandResult compositeCommandResult, org.opensearch.client.opensearch.core.SearchResponse<RawResult> response, ExecutionContext<DecisionReportDataDto, DecisionExecutionPlan> context) voidDecisionGroupByNoneInterpreterOS.addQueryResult(CompositeCommandResult compositeCommandResult, org.opensearch.client.opensearch.core.SearchResponse<RawResult> response, ExecutionContext<DecisionReportDataDto, DecisionExecutionPlan> context) DecisionGroupByInterpreterFacadeOS.retrieveQueryResult(org.opensearch.client.opensearch.core.SearchResponse<RawResult> response, ExecutionContext<DecisionReportDataDto, DecisionExecutionPlan> context) -
Uses of RawResult in io.camunda.optimize.service.db.os.report.interpreter.groupby.process
Method parameters in io.camunda.optimize.service.db.os.report.interpreter.groupby.process with type arguments of type RawResultModifier and TypeMethodDescriptionProcessGroupByInterpreterFacadeOS.retrieveQueryResult(org.opensearch.client.opensearch.core.SearchResponse<RawResult> response, ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) -
Uses of RawResult in io.camunda.optimize.service.db.os.report.interpreter.groupby.process.date
Method parameters in io.camunda.optimize.service.db.os.report.interpreter.groupby.process.date with type arguments of type RawResultModifier and TypeMethodDescriptionvoidAbstractProcessGroupByModelElementDateInterpreterOS.addQueryResult(CompositeCommandResult result, org.opensearch.client.opensearch.core.SearchResponse<RawResult> response, ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) voidAbstractProcessGroupByProcessInstanceDateInterpreterOS.addQueryResult(CompositeCommandResult result, org.opensearch.client.opensearch.core.SearchResponse<RawResult> response, ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) voidProcessGroupByDurationInterpreterOS.addQueryResult(CompositeCommandResult compositeCommandResult, org.opensearch.client.opensearch.core.SearchResponse<RawResult> response, ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) protected voidProcessGroupByProcessInstanceRunningDateInterpreterOS.addQueryResult(CompositeCommandResult result, org.opensearch.client.opensearch.core.SearchResponse<RawResult> response, ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) -
Uses of RawResult in io.camunda.optimize.service.db.os.report.interpreter.groupby.process.flownode
Method parameters in io.camunda.optimize.service.db.os.report.interpreter.groupby.process.flownode with type arguments of type RawResultModifier and TypeMethodDescriptionvoidGroupByIncidentFlowNodeInterpreterOS.addQueryResult(CompositeCommandResult compositeCommandResult, org.opensearch.client.opensearch.core.SearchResponse<RawResult> response, ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) voidProcessGroupByFlowNodeDurationInterpreterOS.addQueryResult(CompositeCommandResult compositeCommandResult, org.opensearch.client.opensearch.core.SearchResponse<RawResult> response, ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) voidProcessGroupByFlowNodeInterpreterOS.addQueryResult(CompositeCommandResult compositeCommandResult, org.opensearch.client.opensearch.core.SearchResponse<RawResult> response, ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) protected Optional<org.opensearch.client.opensearch._types.aggregations.FilterAggregate> AbstractGroupByFlowNodeInterpreterOS.getFilteredFlowNodesAggregation(org.opensearch.client.opensearch.core.SearchResponse<RawResult> response) protected Optional<org.opensearch.client.opensearch._types.aggregations.NestedAggregate> AbstractGroupByFlowNodeInterpreterOS.getFlowNodesAggregation(org.opensearch.client.opensearch.core.SearchResponse<RawResult> response) -
Uses of RawResult in io.camunda.optimize.service.db.os.report.interpreter.groupby.process.identity
Method parameters in io.camunda.optimize.service.db.os.report.interpreter.groupby.process.identity with type arguments of type RawResultModifier and TypeMethodDescriptionvoidAbstractProcessGroupByIdentityInterpreterOS.addQueryResult(CompositeCommandResult compositeCommandResult, org.opensearch.client.opensearch.core.SearchResponse<RawResult> response, ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) -
Uses of RawResult in io.camunda.optimize.service.db.os.report.interpreter.groupby.process.none
Method parameters in io.camunda.optimize.service.db.os.report.interpreter.groupby.process.none with type arguments of type RawResultModifier and TypeMethodDescriptionvoidProcessGroupByNoneInterpreterOS.addQueryResult(CompositeCommandResult compositeCommandResult, org.opensearch.client.opensearch.core.SearchResponse<RawResult> response, ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) voidProcessIncidentGroupByNoneInterpreterOS.addQueryResult(CompositeCommandResult compositeCommandResult, org.opensearch.client.opensearch.core.SearchResponse<RawResult> response, ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) -
Uses of RawResult in io.camunda.optimize.service.db.os.report.interpreter.groupby.process.usertask
Method parameters in io.camunda.optimize.service.db.os.report.interpreter.groupby.process.usertask with type arguments of type RawResultModifier and TypeMethodDescriptionprotected voidProcessGroupByUserTaskDurationInterpreterOS.addQueryResult(CompositeCommandResult compositeCommandResult, org.opensearch.client.opensearch.core.SearchResponse<RawResult> response, ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) voidProcessGroupByUserTaskInterpreterOS.addQueryResult(CompositeCommandResult compositeCommandResult, org.opensearch.client.opensearch.core.SearchResponse<RawResult> response, ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) protected Optional<org.opensearch.client.opensearch._types.aggregations.FilterAggregate> AbstractGroupByUserTaskInterpreterOS.getFilteredUserTaskAggregation(org.opensearch.client.opensearch.core.SearchResponse<RawResult> response) protected Optional<org.opensearch.client.opensearch._types.aggregations.FilterAggregate> AbstractGroupByUserTaskInterpreterOS.getUserTasksAggregation(org.opensearch.client.opensearch.core.SearchResponse<RawResult> response) -
Uses of RawResult in io.camunda.optimize.service.db.os.report.interpreter.view
Method parameters in io.camunda.optimize.service.db.os.report.interpreter.view with type arguments of type RawResultModifier and TypeMethodDescriptionViewInterpreterOS.retrieveResult(org.opensearch.client.opensearch.core.SearchResponse<RawResult> response, Map<String, org.opensearch.client.opensearch._types.aggregations.Aggregate> aggregations, ExecutionContext<DATA, PLAN> context) -
Uses of RawResult in io.camunda.optimize.service.db.os.report.interpreter.view.decision
Method parameters in io.camunda.optimize.service.db.os.report.interpreter.view.decision with type arguments of type RawResultModifier and TypeMethodDescriptionDecisionViewInstanceFrequencyInterpreterOS.retrieveResult(org.opensearch.client.opensearch.core.SearchResponse<RawResult> response, Map<String, org.opensearch.client.opensearch._types.aggregations.Aggregate> aggs, ExecutionContext<DecisionReportDataDto, DecisionExecutionPlan> context) DecisionViewInterpreterFacadeOS.retrieveResult(org.opensearch.client.opensearch.core.SearchResponse<RawResult> response, Map<String, org.opensearch.client.opensearch._types.aggregations.Aggregate> aggregations, ExecutionContext<DecisionReportDataDto, DecisionExecutionPlan> context) DecisionViewRawDataInterpreterOS.retrieveResult(org.opensearch.client.opensearch.core.SearchResponse<RawResult> response, Map<String, org.opensearch.client.opensearch._types.aggregations.Aggregate> aggs, ExecutionContext<DecisionReportDataDto, DecisionExecutionPlan> context) -
Uses of RawResult in io.camunda.optimize.service.db.os.report.interpreter.view.process
Method parameters in io.camunda.optimize.service.db.os.report.interpreter.view.process with type arguments of type RawResultModifier and TypeMethodDescriptionProcessViewInstancePercentageInterpreterOS.retrieveResult(org.opensearch.client.opensearch.core.SearchResponse<RawResult> response, Map<String, org.opensearch.client.opensearch._types.aggregations.Aggregate> aggregations, ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) ProcessViewInterpreterFacadeOS.retrieveResult(org.opensearch.client.opensearch.core.SearchResponse<RawResult> response, Map<String, org.opensearch.client.opensearch._types.aggregations.Aggregate> aggregations, ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) ProcessViewRawDataInterpreterOS.retrieveResult(org.opensearch.client.opensearch.core.SearchResponse<RawResult> response, Map<String, org.opensearch.client.opensearch._types.aggregations.Aggregate> aggs, ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) ProcessViewVariableInterpreterOS.retrieveResult(org.opensearch.client.opensearch.core.SearchResponse<RawResult> response, Map<String, org.opensearch.client.opensearch._types.aggregations.Aggregate> aggs, ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) -
Uses of RawResult in io.camunda.optimize.service.db.os.report.interpreter.view.process.duration
Method parameters in io.camunda.optimize.service.db.os.report.interpreter.view.process.duration with type arguments of type RawResultModifier and TypeMethodDescriptionAbstractProcessViewDurationInterpreterOS.retrieveResult(org.opensearch.client.opensearch.core.SearchResponse<RawResult> response, Map<String, org.opensearch.client.opensearch._types.aggregations.Aggregate> aggs, ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) ProcessViewInstanceDurationOnProcessPartInterpreterOS.retrieveResult(org.opensearch.client.opensearch.core.SearchResponse<RawResult> response, Map<String, org.opensearch.client.opensearch._types.aggregations.Aggregate> aggs, ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) ProcessViewUserTaskDurationInterpreterOS.retrieveResult(org.opensearch.client.opensearch.core.SearchResponse<RawResult> response, Map<String, org.opensearch.client.opensearch._types.aggregations.Aggregate> aggs, ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) -
Uses of RawResult in io.camunda.optimize.service.db.os.report.interpreter.view.process.frequency
Method parameters in io.camunda.optimize.service.db.os.report.interpreter.view.process.frequency with type arguments of type RawResultModifier and TypeMethodDescriptionAbstractProcessViewFrequencyInterpreterOS.retrieveResult(org.opensearch.client.opensearch.core.SearchResponse<RawResult> response, Map<String, org.opensearch.client.opensearch._types.aggregations.Aggregate> aggregations, ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) -
Uses of RawResult in io.camunda.optimize.service.db.os.report.service
Method parameters in io.camunda.optimize.service.db.os.report.service with type arguments of type RawResultModifier and TypeMethodDescriptionDurationAggregationServiceOS.mapGroupByDurationResults(org.opensearch.client.opensearch.core.SearchResponse<RawResult> response, Map<String, org.opensearch.client.opensearch._types.aggregations.Aggregate> parentSubAggregations, ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context)