public static class EmptyInventory.EnvironmentsMultiple extends Object implements Environments.Multiple
| Constructor and Description |
|---|
EnvironmentsMultiple() |
| Modifier and Type | Method and Description |
|---|---|
Metrics.Read |
allMetrics()
Returns access to all metrics in this environment regardless of whether they are under some feed or
directly under the environment.
|
Resources.Read |
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.ReadContained |
feedlessMetrics() |
Resources.ReadContained |
feedlessResources() |
Feeds.ReadContained |
feeds() |
Relationships.Read |
relationships() |
Relationships.Read |
relationships(Relationships.Direction direction) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitanyExists, entitiespublic Feeds.ReadContained feeds()
public Resources.ReadContained feedlessResources()
public Metrics.ReadContained feedlessMetrics()
public Resources.Read allResources()
public Metrics.Read 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()
relationships in interface Relatable<Relationships.Read>public Relationships.Read relationships(Relationships.Direction direction)
relationships in interface Relatable<Relationships.Read>direction - the direction of the relation (aka edge) This is needed because relationships are not
bidirectional.public Page<Environment> entities(Pager pager)
entities in interface ResolvableToMany<Environment>pager - the pager object describing the subset of the entities to returnCopyright © 2015 Red Hat, Inc.. All rights reserved.