Uses of Interface
io.camunda.service.search.sort.SortOption
Packages that use SortOption
Package
Description
-
Uses of SortOption in io.camunda.service.search.core
Methods in io.camunda.service.search.core with type parameters of type SortOptionModifier and TypeMethodDescription<T extends FilterBase,S extends SortOption, R>
SearchQueryResult<R> SearchClientBasedQueryExecutor.search(TypedSearchQuery<T, S> query, Class<R> documentClass) -
Uses of SortOption in io.camunda.service.search.query
Classes in io.camunda.service.search.query with type parameters of type SortOptionModifier and TypeInterfaceDescriptioninterfaceTypedSearchQuery<F extends FilterBase,S extends SortOption> interfaceTypedSearchQueryBuilder<T,B extends ObjectBuilder<T>, F extends FilterBase, S extends SortOption> -
Uses of SortOption in io.camunda.service.search.sort
Classes in io.camunda.service.search.sort that implement SortOptionModifier and TypeClassDescriptionfinal recordfinal recordfinal recordfinal recordfinal recordfinal recordfinal recordfinal recordfinal recordfinal record -
Uses of SortOption in io.camunda.service.transformers
Methods in io.camunda.service.transformers with type parameters of type SortOptionModifier and TypeMethodDescription<F extends FilterBase,S extends SortOption>
TypedSearchQueryTransformer<F, S> ServiceTransformers.getTypedSearchQueryTransformer(Class<?> cls) -
Uses of SortOption in io.camunda.service.transformers.query
Classes in io.camunda.service.transformers.query with type parameters of type SortOptionModifier and TypeInterfaceDescriptioninterfaceSearchRequestTransformer<F extends FilterBase,S extends SortOption> final classTypedSearchQueryTransformer<F extends FilterBase,S extends SortOption>