| Package | Description |
|---|---|
| org.hawkular.inventory.api.model |
| Modifier and Type | Method and Description |
|---|---|
InventoryStructure.FullNode |
InventoryStructure.AbstractBuilder.getNode() |
default InventoryStructure.FullNode |
InventoryStructure.getNode(RelativePath path)
By providing an empty relative path, one can retrieve the attachment of the root entity.
|
InventoryStructure.FullNode |
InventoryStructure.Offline.getNode(RelativePath path) |
| Modifier and Type | Method and Description |
|---|---|
default Stream<InventoryStructure.FullNode> |
InventoryStructure.getAllChildNodes(RelativePath parent)
Returns all direct children of the specified parent.
|
default Stream<InventoryStructure.FullNode> |
InventoryStructure.getAllChildrenWithAttachments(RelativePath parent)
Deprecated.
|
default <E extends Entity,B extends Entity.Blueprint> |
InventoryStructure.getChildNodes(RelativePath parent,
Class<E> childType) |
Copyright © 2014–2017 Red Hat, Inc.. All rights reserved.