Class NodeGeolocationSearchProvider
- java.lang.Object
-
- org.opennms.netmgt.search.providers.node.NodeGeolocationSearchProvider
-
- All Implemented Interfaces:
SearchProvider
public class NodeGeolocationSearchProvider extends Object implements SearchProvider
-
-
Constructor Summary
Constructors Constructor Description NodeGeolocationSearchProvider(NodeDao nodeDao, EntityScopeProvider entityScopeProvider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SearchContext
getContext()
The Context thisSearchProvider
is providing results to.SearchResult
query(SearchQuery query)
-
-
-
Constructor Detail
-
NodeGeolocationSearchProvider
public NodeGeolocationSearchProvider(NodeDao nodeDao, EntityScopeProvider entityScopeProvider)
-
-
Method Detail
-
getContext
public SearchContext getContext()
Description copied from interface:SearchProvider
The Context thisSearchProvider
is providing results to.- Specified by:
getContext
in interfaceSearchProvider
- Returns:
- the Context this
SearchProvider
is providing results to.
-
query
public SearchResult query(SearchQuery query)
- Specified by:
query
in interfaceSearchProvider
-
-