public interface NodeProvider
OnmsNode
s which the Asset Topology is build from.Modifier and Type | Method and Description |
---|---|
List<OnmsNode> |
getNodes(List<LayerDefinition> definitions)
Returns all nodes for which the given mapping applies.
|
List<OnmsNode> getNodes(List<LayerDefinition> definitions)
ItemProvider.getItem(OnmsNode)
would return null.
If the returned list contains those nodes anyways, they will be filtered out later.
This is considered a BAD PRACTISE and should only be used if absolutely necessary (e.g. tests)definitions
- Copyright © 2021. All rights reserved.