Package org.sakaiproject.api.common.type
Interface UuidTypeResolvable
-
public interface UuidTypeResolvable- Author:
- Lance Speelmon
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectgetObject(String uuid, Type type)Provides an abstract way to retrieve objects from a Manager given only the object's UUID and Type.
-
-
-
Method Detail
-
getObject
Object getObject(String uuid, Type type) throws UnsupportedTypeException
Provides an abstract way to retrieve objects from a Manager given only the object's UUID and Type.- Parameters:
uuid- The universally unique identifier of the Object.type- The Type of the Object.- Returns:
- Throws:
UnsupportedTypeException- If the Manager does not support the passed Type.
-
-