public class LegacyTopologyProvider extends Object implements GraphProvider
Constructor and Description |
---|
LegacyTopologyProvider(LegacyTopologyConfiguration configuration,
NodeDao nodeDao,
GraphService graphService,
EnrichmentService enrichmentService,
String containerId,
String graphNamespace) |
Modifier and Type | Method and Description |
---|---|
boolean |
contributesTo(ContentType type)
Allows the
GraphProvider to define if it
contributes to a certain ContentType . |
BackendGraph |
getCurrentGraph() |
Defaults |
getDefaults() |
String |
getNamespace() |
SelectionChangedListener.Selection |
getSelection(List<VertexRef> selectedVertices,
ContentType type)
Converts the provided
selectedVertices to a Selection. |
TopologyProviderInfo |
getTopologyProviderInfo() |
void |
refresh() |
public LegacyTopologyProvider(LegacyTopologyConfiguration configuration, NodeDao nodeDao, GraphService graphService, EnrichmentService enrichmentService, String containerId, String graphNamespace)
public BackendGraph getCurrentGraph()
getCurrentGraph
in interface GraphProvider
public void refresh()
refresh
in interface GraphProvider
public String getNamespace()
getNamespace
in interface GraphProvider
public Defaults getDefaults()
getDefaults
in interface GraphProvider
public TopologyProviderInfo getTopologyProviderInfo()
getTopologyProviderInfo
in interface GraphProvider
public SelectionChangedListener.Selection getSelection(List<VertexRef> selectedVertices, ContentType type)
SelectionAware
selectedVertices
to a Selection.
The provided type
represents the according browser table.
This method is only invoked if SelectionAware.contributesTo(ContentType)
returns to for the provided type
getSelection
in interface SelectionAware
selectedVertices
- The vertices currently selected in the Topology UI.type
- The type to filter for. Represents the according browser table.SelectionChangedListener.Selection
public boolean contributesTo(ContentType type)
SelectionAware
GraphProvider
to define if it
contributes to a certain ContentType
.
If false
it is not shown in the browsers tab at allcontributesTo
in interface SelectionAware
type
- The type to check if this
contribute tothis
contributes to the provided type
Copyright © 2021. All rights reserved.