Package ca.uhn.fhir.validation
Interface IResourceLoader
public interface IResourceLoader
-
Method Summary
Modifier and TypeMethodDescription<T extends IBaseResource>
TLoad the latest version of a given resource
-
Method Details
-
load
Load the latest version of a given resource- Parameters:
theType
- The type of the resource to loadtheId
- The ID of the resource to load- Throws:
ResourceNotFoundException
- If the resource is not known
-