Package | Description |
---|---|
org.opennms.netmgt.graph.api.search | |
org.opennms.netmgt.graph.provider.application | |
org.opennms.netmgt.graph.search |
Modifier and Type | Method and Description |
---|---|
List<SearchSuggestion> |
SearchProvider.getSuggestions(SearchContext searchContext,
String namespace,
String input)
Provide suggestions for the given namespace, given the input.
|
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.
|
Modifier and Type | Method and Description |
---|---|
int |
SearchSuggestion.compareTo(SearchSuggestion that) |
Constructor and Description |
---|
SearchCriteria(SearchSuggestion suggestion,
String namespace) |
Modifier and Type | Method and Description |
---|---|
List<SearchSuggestion> |
ApplicationSearchProvider.getSuggestions(SearchContext searchContext,
String namespace,
String input) |
Modifier and Type | Method and Description |
---|---|
List<SearchSuggestion> |
LabelSearchProvider.getSuggestions(SearchContext searchContext,
String namespace,
String input) |
List<SearchSuggestion> |
NodeSearchProvider.getSuggestions(SearchContext searchContext,
String namespace,
String input) |
List<SearchSuggestion> |
DefaultGraphSearchService.getSuggestions(String namespace,
String input) |
Copyright © 2021. All rights reserved.