public static class EmptyInventory.ResourcesMultiple extends Object implements Resources.Multiple
| Constructor and Description |
|---|
ResourcesMultiple() |
| Modifier and Type | Method and Description |
|---|---|
Resources.ReadAssociate |
allChildren()
Access to all children.
|
Resources.ReadWrite |
containedChildren() |
Page<Resource> |
entities(Pager pager) |
Metrics.Read |
metrics() |
Resources.Read |
parents() |
Relationships.Read |
relationships() |
Relationships.Read |
relationships(Relationships.Direction direction) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitanyExists, entitiespublic Metrics.Read metrics()
public Resources.ReadAssociate allChildren()
Relationships.WellKnown.isParentOf there also exists the
Relationships.WellKnown.contains relationship) cannot be disassociated
using this interface.containedChildren(), also
includes the resources bound merely by
Relationships.WellKnown.isParentOf).public Resources.ReadWrite containedChildren()
public Resources.Read parents()
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<Resource> entities(Pager pager)
entities in interface ResolvableToMany<Resource>pager - the pager object describing the subset of the entities to returnCopyright © 2015 Red Hat, Inc.. All rights reserved.