Uses of Class
org.opennms.netmgt.graph.api.search.SearchContext
-
Packages that use SearchContext Package Description org.opennms.netmgt.graph.api.search org.opennms.netmgt.graph.provider.application org.opennms.netmgt.graph.search -
-
Uses of SearchContext in org.opennms.netmgt.graph.api.search
Methods in org.opennms.netmgt.graph.api.search that return SearchContext Modifier and Type Method Description SearchContext
SearchContext.SearchContextBuilder. build()
Methods in org.opennms.netmgt.graph.api.search with parameters of type SearchContext Modifier and Type Method Description List<SearchSuggestion>
SearchProvider. getSuggestions(SearchContext searchContext, String namespace, String input)
Provide suggestions for the given namespace, given the input. -
Uses of SearchContext in org.opennms.netmgt.graph.provider.application
Methods in org.opennms.netmgt.graph.provider.application with parameters of type SearchContext Modifier and Type Method Description List<SearchSuggestion>
ApplicationSearchProvider. getSuggestions(SearchContext searchContext, String namespace, String input)
-
Uses of SearchContext in org.opennms.netmgt.graph.search
Methods in org.opennms.netmgt.graph.search with parameters of type SearchContext Modifier and Type Method Description List<SearchSuggestion>
LabelSearchProvider. getSuggestions(SearchContext searchContext, String namespace, String input)
List<SearchSuggestion>
NodeSearchProvider. getSuggestions(SearchContext searchContext, String namespace, String input)
-