public interface Accessor<T extends AbstractIdentifiableObject>
| Modifier and Type | Method and Description |
|---|---|
T |
findByAttributes(Map<String,String> attributes)
Find an object by attributes.
|
T |
get(org.bson.types.ObjectId id)
Get an object by id
|
Iterator<T> |
getAll() |
T get(org.bson.types.ObjectId id)
id - the UID of the objectT findByAttributes(Map<String,String> attributes)
attributes - the map of mandatory attributes of the object to be foundCopyright © 2019. All rights reserved.