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(io.camunda.webapps.schema.descriptors.IndexDescriptors indexDescriptors) Methods in io.camunda.search.clients.transformers with parameters of type ServiceTransformersModifier and TypeMethodDescriptionstatic voidServiceTransformers.initializeTransformers(ServiceTransformers mappers, io.camunda.webapps.schema.descriptors.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(io.camunda.zeebe.util.collection.Tuple<io.camunda.search.aggregation.ProcessDefinitionFlowNodeStatisticsAggregation, ServiceTransformers> value) ProcessDefinitionLatestVersionAggregationTransformer.apply(io.camunda.zeebe.util.collection.Tuple<io.camunda.search.aggregation.ProcessDefinitionLatestVersionAggregation, ServiceTransformers> value) ProcessInstanceFlowNodeStatisticsAggregationTransformer.apply(io.camunda.zeebe.util.collection.Tuple<io.camunda.search.aggregation.ProcessInstanceFlowNodeStatisticsAggregation, ServiceTransformers> value) UsageMetricsAggregationTransformer.apply(io.camunda.zeebe.util.collection.Tuple<io.camunda.search.aggregation.UsageMetricsAggregation, ServiceTransformers> value) UsageMetricsTUAggregationTransformer.apply(io.camunda.zeebe.util.collection.Tuple<io.camunda.search.aggregation.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, io.camunda.webapps.schema.descriptors.IndexDescriptor indexDescriptor) ProcessInstanceFilterTransformer(ServiceTransformers transformers, io.camunda.webapps.schema.descriptors.IndexDescriptor indexDescriptor) UserTaskFilterTransformer(ServiceTransformers transformers, io.camunda.webapps.schema.descriptors.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