Package ca.uhn.fhir.jpa.esr
Interface IExternallyStoredResourceService
public interface IExternallyStoredResourceService
-
Method Summary
Modifier and TypeMethodDescriptionorg.hl7.fhir.instance.model.api.IBaseResource
fetchResource
(String theAddress) Fetches the given resource using the given address stringgetId()
Returns the ID of this provider.
-
Method Details
-
getId
Returns the ID of this provider. No two providers may return the same ID, and this provider should always return the same ID. -
fetchResource
Fetches the given resource using the given address string- Parameters:
theAddress
- The address string is a format that is entirely up to the individual provider. HAPI FHIR doesn't try to understand it.- Returns:
- HAPI FHIR may modify the returned object, so it is important to always return a new object for every call here (careful with caching!)
-