public interface UuidTypeResolvable
| Modifier and Type | Method and Description |
|---|---|
Object |
getObject(String uuid,
Type type)
Provides an abstract way to retrieve objects from a Manager given only the object's UUID and Type.
|
Object getObject(String uuid, Type type) throws UnsupportedTypeException
uuid - The universally unique identifier of the Object.type - The Type of the Object.UnsupportedTypeException - If the Manager does not support the passed Type.Copyright © 2004–2019 Sakai Project. All rights reserved.