Class GenericInfoPanelItemProvider
- java.lang.Object
 - 
- org.opennms.features.topology.app.internal.info.GenericInfoPanelItemProvider
 
 
- 
- All Implemented Interfaces:
 InfoPanelItemProvider
public class GenericInfoPanelItemProvider extends Object implements InfoPanelItemProvider
 
- 
- 
Constructor Summary
Constructors Constructor Description GenericInfoPanelItemProvider(NodeDao nodeDao, MeasurementsService measurementsService) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>createEdgeContext(EdgeRef edge)Map<String,Object>createVertexContext(VertexRef vertex)Collection<InfoPanelItem>getContributions(GraphContainer container)Returns all contributions for the current state of the given container. 
 - 
 
- 
- 
Constructor Detail
- 
GenericInfoPanelItemProvider
public GenericInfoPanelItemProvider(NodeDao nodeDao, MeasurementsService measurementsService)
 
 - 
 
- 
Method Detail
- 
getContributions
public Collection<InfoPanelItem> getContributions(GraphContainer container)
Description copied from interface:InfoPanelItemProviderReturns all contributions for the current state of the given container.- Specified by:
 getContributionsin interfaceInfoPanelItemProvider- Parameters:
 container- the container used to decide which contributions to show- Returns:
 - a bunch of contributions, if any. Should NEVER return null
 
 
 - 
 
 -