Uses of Interface
org.opennms.netmgt.graph.api.service.GraphService
-
-
Uses of GraphService in org.opennms.features.topology.plugins.topo.application
Constructors in org.opennms.features.topology.plugins.topo.application with parameters of type GraphService Constructor Description LegacyApplicationTopologyProvider(GraphService graphService)
-
Uses of GraphService in org.opennms.netmgt.graph.api.search
Methods in org.opennms.netmgt.graph.api.search that return GraphService Modifier and Type Method Description GraphService
SearchContext. getGraphService()
Methods in org.opennms.netmgt.graph.api.search with parameters of type GraphService Modifier and Type Method Description boolean
SearchProvider. canSuggest(GraphService graphService, String namespace)
Defines if the search can provide suggestions to the given namespaceSearchContext.SearchContextBuilder
SearchContext.SearchContextBuilder. graphService(GraphService graphService)
List<GenericVertex>
SearchProvider. resolve(GraphService graphService, SearchCriteria searchCriteria)
Resolves the given SearchCriteria to a list of vertices. -
Uses of GraphService in org.opennms.netmgt.graph.provider.application
Methods in org.opennms.netmgt.graph.provider.application with parameters of type GraphService Modifier and Type Method Description boolean
ApplicationSearchProvider. canSuggest(GraphService graphService, String namespace)
List<GenericVertex>
ApplicationSearchProvider. resolve(GraphService graphService, SearchCriteria searchCriteria)
-
Uses of GraphService in org.opennms.netmgt.graph.provider.topology
Constructors in org.opennms.netmgt.graph.provider.topology with parameters of type GraphService Constructor Description GraphContainerProviderManager(org.osgi.framework.BundleContext bundlecontext, GraphService graphService, EnrichmentService enrichmentService, NodeDao nodeDao, AlarmDao alarmDao)
LegacyMetaTopologyProvider(LegacyTopologyConfiguration configuration, NodeDao nodeDao, GraphService graphService, EnrichmentService enrichmentService, String containerId)
LegacyTopologyProvider(LegacyTopologyConfiguration configuration, NodeDao nodeDao, GraphService graphService, EnrichmentService enrichmentService, String containerId, String graphNamespace)
-
Uses of GraphService in org.opennms.netmgt.graph.rest.impl
Constructors in org.opennms.netmgt.graph.rest.impl with parameters of type GraphService Constructor Description GraphRestServiceImpl(GraphService graphService, EnrichmentService enrichmentService, org.osgi.framework.BundleContext bundleContext)
-
Uses of GraphService in org.opennms.netmgt.graph.search
Methods in org.opennms.netmgt.graph.search with parameters of type GraphService Modifier and Type Method Description boolean
LabelSearchProvider. canSuggest(GraphService graphService, String namespace)
boolean
NodeSearchProvider. canSuggest(GraphService graphService, String namespace)
List<GenericVertex>
LabelSearchProvider. resolve(GraphService graphService, SearchCriteria searchCriteria)
List<GenericVertex>
NodeSearchProvider. resolve(GraphService graphService, SearchCriteria searchCriteria)
Constructors in org.opennms.netmgt.graph.search with parameters of type GraphService Constructor Description DefaultGraphSearchService(GraphService graphService)
-
Uses of GraphService in org.opennms.netmgt.graph.service
Classes in org.opennms.netmgt.graph.service that implement GraphService Modifier and Type Class Description class
CachingGraphService
class
DefaultGraphService
Constructors in org.opennms.netmgt.graph.service with parameters of type GraphService Constructor Description CachingGraphService(GraphService delegate)
-
Uses of GraphService in org.opennms.netmgt.graph.shell.completer
Constructors in org.opennms.netmgt.graph.shell.completer with parameters of type GraphService Constructor Description NamespaceCompleter(GraphService graphService)
-