Uses of Enum Class
org.hansken.plugin.extraction.api.SearchScope
Packages that use SearchScope
Package
Description
This is the API of the Extraction Plugins SDK.
-
Uses of SearchScope in org.hansken.plugin.extraction.api
Methods in org.hansken.plugin.extraction.api that return SearchScopeModifier and TypeMethodDescriptionSearchOptions.scope()
Returns the value of thescope
record component.static SearchScope
Returns the enum constant of this class with the specified name.static SearchScope[]
SearchScope.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hansken.plugin.extraction.api with parameters of type SearchScopeModifier and TypeMethodDescriptionSearchOptions.Builder.scope
(SearchScope scope) Sets the search scope.TraceSearcher.search
(String query, int count, SearchScope scope, int start, List<SearchSortOption> sort) Searches in Hansken for Traces matching provided query.Constructors in org.hansken.plugin.extraction.api with parameters of type SearchScopeModifierConstructorDescriptionSearchOptions
(SearchScope scope, int start, List<SearchSortOption> sort) Creates an instance of aSearchOptions
record class.