Uses of Record Class
org.hansken.plugin.extraction.api.SearchSortOption
Packages that use SearchSortOption
Package
Description
This is the API of the Extraction Plugins SDK.
-
Uses of SearchSortOption in org.hansken.plugin.extraction.api
Methods in org.hansken.plugin.extraction.api that return SearchSortOptionModifier and TypeMethodDescriptionSearchSortOption.Builder.build()Builds a newSearchSortOptioninstance with the configured values.Methods in org.hansken.plugin.extraction.api that return types with arguments of type SearchSortOptionModifier and TypeMethodDescriptionSearchOptions.sort()Returns the value of thesortrecord component.Method parameters in org.hansken.plugin.extraction.api with type arguments of type SearchSortOptionModifier and TypeMethodDescriptionTraceSearcher.search(String query, int count, SearchScope scope, int start, List<SearchSortOption> sort) Searches in Hansken for Traces matching provided query.SearchOptions.Builder.sort(List<SearchSortOption> sort) Sets the sort options for the search results.Constructor parameters in org.hansken.plugin.extraction.api with type arguments of type SearchSortOptionModifierConstructorDescriptionSearchOptions(SearchScope scope, int start, List<SearchSortOption> sort) Creates an instance of aSearchOptionsrecord class.