Constructor and Description |
---|
LegacyApplicationTopologyProvider(GraphService graphService) |
Modifier and Type | Method and Description |
---|---|
GraphService |
SearchContext.getGraphService() |
Modifier and Type | Method and Description |
---|---|
boolean |
SearchProvider.canSuggest(GraphService graphService,
String namespace)
Defines if the search can provide suggestions to the given namespace
|
SearchContext.SearchContextBuilder |
SearchContext.SearchContextBuilder.graphService(GraphService graphService) |
List<GenericVertex> |
SearchProvider.resolve(GraphService graphService,
SearchCriteria searchCriteria)
Resolves the given SearchCriteria to a list of vertices.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ApplicationSearchProvider.canSuggest(GraphService graphService,
String namespace) |
List<GenericVertex> |
ApplicationSearchProvider.resolve(GraphService graphService,
SearchCriteria searchCriteria) |
Constructor and 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) |
Constructor and Description |
---|
GraphRestServiceImpl(GraphService graphService,
EnrichmentService enrichmentService,
org.osgi.framework.BundleContext bundleContext) |
Modifier and Type | Method and 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) |
Constructor and Description |
---|
DefaultGraphSearchService(GraphService graphService) |
Modifier and Type | Class and Description |
---|---|
class |
CachingGraphService |
class |
DefaultGraphService |
Constructor and Description |
---|
CachingGraphService(GraphService delegate) |
Constructor and Description |
---|
NamespaceCompleter(GraphService graphService) |
Copyright © 2021. All rights reserved.