public static class EmptyInventory.EnvironmentsMultiple extends Object implements Environments.Multiple
| Constructor and Description |
|---|
EnvironmentsMultiple() |
| Modifier and Type | Method and Description |
|---|---|
ResolvingToMultiple<Metrics.Multiple> |
allMetrics()
Returns access to all metrics in this environment regardless of whether they are under some feed or
directly under the environment.
|
ResolvingToMultiple<Resources.Multiple> |
allResources()
Returns access to all resources in this environment regardless of whether they are under some feed or
directly under the environment.
|
Page<Environment> |
entities(Pager pager) |
Metrics.Read |
feedlessMetrics() |
Resources.Read |
feedlessResources() |
Feeds.Read |
feeds() |
Relationships.Read |
relationships() |
Relationships.Read |
relationships(Relationships.Direction direction) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitanyExists, entitiespublic Feeds.Read feeds()
public Resources.Read feedlessResources()
public Metrics.Read feedlessMetrics()
public ResolvingToMultiple<Resources.Multiple> allResources()
Note that it is not possible to get a single resource from this access interface because the id is not guaranteed to be unique amongst resources under different feeds.
public ResolvingToMultiple<Metrics.Multiple> allMetrics()
Note that it is not possible to get a single metric from this access interface because the id is not guaranteed to be unique amongst metrics under different feeds.
public Relationships.Read relationships()
public Relationships.Read relationships(Relationships.Direction direction)
direction - the direction of the relation (aka edge) This is needed because relationships are not
bidirectional.public Page<Environment> entities(Pager pager)
pager - the pager object describing the subset of the entities to returnCopyright © 2015 Red Hat, Inc.. All rights reserved.