public static class EmptyInventory.EnvironmentsRead extends Object implements Environments.Read
| Constructor and Description |
|---|
EnvironmentsRead() |
| Modifier and Type | Method and Description |
|---|---|
Environments.Single |
get(String id)
Tries to find a single entity in the current position in the inventory traversal.
|
Environments.Multiple |
getAll(Filter... filters)
Returns access interface to all entities conforming to provided filters in the current position in the inventory
traversal.
|
public Environments.Multiple getAll(Filter... filters)
ResolvingToMultiplegetAll in interface ResolvingToMultiple<Environments.Multiple>filters - the (possibly empty) list of filters to apply.public Environments.Single get(String id) throws EntityNotFoundException
ResolvingToSingleget in interface ResolvingToSingle<Environments.Single>id - the id of the entity to find in the current traversal positionEntityNotFoundExceptionCopyright © 2015 Red Hat, Inc.. All rights reserved.