public interface IResourceLoader
| Modifier and Type | Method and Description |
|---|---|
<T extends IBaseResource> |
load(Class<T> theType,
IIdType theId)
Load the latest version of a given resource
|
<T extends IBaseResource> T load(Class<T> theType, IIdType theId) throws ResourceNotFoundException
theType - The type of the resource to loadtheId - The ID of the resource to loadResourceNotFoundException - If the resource is not knownCopyright © 2014–2019 University Health Network. All rights reserved.