| Package | Description |
|---|---|
| org.hawkular.inventory.api | |
| org.hawkular.inventory.api.model | |
| org.hawkular.inventory.base |
| Modifier and Type | Method and Description |
|---|---|
DataEntity |
Data.Single.entity()
Loads the data entity on the current position in the inventory traversal along with its data.
|
DataEntity |
EmptyInventory.DatasSingle.entity() |
| Modifier and Type | Method and Description |
|---|---|
Page<DataEntity> |
Data.Multiple.entities(Pager pager)
Note that this is potentially expensive operation because it loads all the data associated with each of the
returned data entities.
|
Page<DataEntity> |
EmptyInventory.DatasMultiple.entities(Pager pager) |
| Modifier and Type | Method and Description |
|---|---|
R |
ElementVisitor.visitData(DataEntity data,
P parameter) |
R |
ElementVisitor.Simple.visitData(DataEntity data,
P parameter) |
| Modifier and Type | Method and Description |
|---|---|
protected EntityAndPendingNotifications<DataEntity> |
BaseData.ReadWrite.wireUpNewEntity(BE entity,
DataEntity.Blueprint<R> blueprint,
CanonicalPath parentPath,
BE parent) |
| Modifier and Type | Method and Description |
|---|---|
static <BE> void |
BaseData.Validator.validate(TraversalContext<BE,DataEntity> context,
StructuredData data,
BE dataEntity) |
| Constructor and Description |
|---|
Multiple(TraversalContext<BE,DataEntity> context) |
Read(TraversalContext<BE,DataEntity> context) |
ReadWrite(TraversalContext<BE,DataEntity> context) |
Single(TraversalContext<BE,DataEntity> context) |
Copyright © 2015 Red Hat, Inc.. All rights reserved.