Uses of Class
io.camunda.search.clients.transformers.ServiceTransformers
Packages that use ServiceTransformers
Package
Description
-
Uses of ServiceTransformers in io.camunda.search.clients
Constructors in io.camunda.search.clients with parameters of type ServiceTransformersModifierConstructorDescriptionSearchClientBasedQueryExecutor(DocumentBasedSearchClient searchClient, ServiceTransformers transformers) -
Uses of ServiceTransformers in io.camunda.search.clients.transformers
Methods in io.camunda.search.clients.transformers that return ServiceTransformersModifier and TypeMethodDescriptionstatic ServiceTransformersServiceTransformers.newInstance(IndexDescriptors indexDescriptors) Methods in io.camunda.search.clients.transformers with parameters of type ServiceTransformersModifier and TypeMethodDescriptionstatic voidServiceTransformers.initializeTransformers(ServiceTransformers mappers, IndexDescriptors indexDescriptors) -
Uses of ServiceTransformers in io.camunda.search.clients.transformers.aggregation
Method parameters in io.camunda.search.clients.transformers.aggregation with type arguments of type ServiceTransformersModifier and TypeMethodDescriptionProcessDefinitionFlowNodeStatisticsAggregationTransformer.apply(Tuple<ProcessDefinitionFlowNodeStatisticsAggregation, ServiceTransformers> value) ProcessDefinitionLatestVersionAggregationTransformer.apply(Tuple<ProcessDefinitionLatestVersionAggregation, ServiceTransformers> value) ProcessInstanceFlowNodeStatisticsAggregationTransformer.apply(Tuple<ProcessInstanceFlowNodeStatisticsAggregation, ServiceTransformers> value) UsageMetricsAggregationTransformer.apply(Tuple<UsageMetricsAggregation, ServiceTransformers> value) UsageMetricsTUAggregationTransformer.apply(Tuple<UsageMetricsTUAggregation, ServiceTransformers> value) -
Uses of ServiceTransformers in io.camunda.search.clients.transformers.filter
Constructors in io.camunda.search.clients.transformers.filter with parameters of type ServiceTransformersModifierConstructorDescriptionProcessDefinitionStatisticsFilterTransformer(ServiceTransformers transformers, IndexDescriptor indexDescriptor) ProcessInstanceFilterTransformer(ServiceTransformers transformers, IndexDescriptor indexDescriptor) UserTaskFilterTransformer(ServiceTransformers transformers, IndexDescriptor indexDescriptor) -
Uses of ServiceTransformers in io.camunda.search.clients.transformers.query
Constructors in io.camunda.search.clients.transformers.query with parameters of type ServiceTransformers