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