Uses of Record Class
io.camunda.search.clients.source.SearchSourceConfig
Packages that use SearchSourceConfig
Package
Description
-
Uses of SearchSourceConfig in io.camunda.search.clients.core
Methods in io.camunda.search.clients.core that return SearchSourceConfigModifier and TypeMethodDescriptionSearchQueryRequest.source()Returns the value of thesourcerecord component.Methods in io.camunda.search.clients.core with parameters of type SearchSourceConfigMethod parameters in io.camunda.search.clients.core with type arguments of type SearchSourceConfigModifier and TypeMethodDescriptionSearchQueryRequest.Builder.source(Function<SearchSourceConfig.Builder, ObjectBuilder<SearchSourceConfig>> fn) Constructors in io.camunda.search.clients.core with parameters of type SearchSourceConfigModifierConstructorDescriptionSearchQueryRequest(List<String> index, SearchQuery query, List<SearchAggregator> aggregations, List<SearchSortOptions> sort, Object[] searchAfter, Integer from, Integer size, SearchSourceConfig source) Creates an instance of aSearchQueryRequestrecord class. -
Uses of SearchSourceConfig in io.camunda.search.clients.source
Methods in io.camunda.search.clients.source that return SearchSourceConfigModifier and TypeMethodDescriptionSearchSourceConfig.Builder.build()static SearchSourceConfigSearchSourceConfig.of(Function<SearchSourceConfig.Builder, ObjectBuilder<SearchSourceConfig>> fn) static SearchSourceConfigSourceConfigBuilders.sourceConfig(Function<SearchSourceConfig.Builder, ObjectBuilder<SearchSourceConfig>> fn) Method parameters in io.camunda.search.clients.source with type arguments of type SearchSourceConfigModifier and TypeMethodDescriptionstatic SearchSourceConfigSearchSourceConfig.of(Function<SearchSourceConfig.Builder, ObjectBuilder<SearchSourceConfig>> fn) static SearchSourceConfigSourceConfigBuilders.sourceConfig(Function<SearchSourceConfig.Builder, ObjectBuilder<SearchSourceConfig>> fn) -
Uses of SearchSourceConfig in io.camunda.search.clients.transformers.result
Methods in io.camunda.search.clients.transformers.result that return SearchSourceConfigModifier and TypeMethodDescriptionDecisionInstanceResultConfigTransformer.apply(DecisionInstanceQueryResultConfig value) DecisionRequirementsResultConfigTransformer.apply(DecisionRequirementsQueryResultConfig value) ProcessInstanceResultConfigTransformer.apply(ProcessInstanceQueryResultConfig value)