Uses of Class
org.opennms.netmgt.graph.api.search.SearchSuggestion
-
Packages that use SearchSuggestion Package Description org.opennms.netmgt.graph.api.search org.opennms.netmgt.graph.provider.application org.opennms.netmgt.graph.search -
-
Uses of SearchSuggestion in org.opennms.netmgt.graph.api.search
Methods in org.opennms.netmgt.graph.api.search that return types with arguments of type SearchSuggestion Modifier and Type Method Description List<SearchSuggestion>
GraphSearchService. getSuggestions(String namespace, String input)
Returns a list of suggestions for the given namespace and input, where input may only be a snippet of the whole data, e.g.List<SearchSuggestion>
SearchProvider. getSuggestions(SearchContext searchContext, String namespace, String input)
Provide suggestions for the given namespace, given the input.Methods in org.opennms.netmgt.graph.api.search with parameters of type SearchSuggestion Modifier and Type Method Description int
SearchSuggestion. compareTo(SearchSuggestion that)
Constructors in org.opennms.netmgt.graph.api.search with parameters of type SearchSuggestion Constructor Description SearchCriteria(SearchSuggestion suggestion, String namespace)
-
Uses of SearchSuggestion in org.opennms.netmgt.graph.provider.application
Methods in org.opennms.netmgt.graph.provider.application that return types with arguments of type SearchSuggestion Modifier and Type Method Description List<SearchSuggestion>
ApplicationSearchProvider. getSuggestions(SearchContext searchContext, String namespace, String input)
-
Uses of SearchSuggestion in org.opennms.netmgt.graph.search
Methods in org.opennms.netmgt.graph.search that return types with arguments of type SearchSuggestion Modifier and Type Method Description List<SearchSuggestion>
DefaultGraphSearchService. getSuggestions(String namespace, String input)
List<SearchSuggestion>
LabelSearchProvider. getSuggestions(SearchContext searchContext, String namespace, String input)
List<SearchSuggestion>
NodeSearchProvider. getSuggestions(SearchContext searchContext, String namespace, String input)
-