Class FhirClientResourceRetriever
- java.lang.Object
-
- ca.uhn.fhir.jpa.subscription.module.standalone.FhirClientResourceRetriever
-
- All Implemented Interfaces:
IResourceRetriever
@Service public class FhirClientResourceRetriever extends Object implements IResourceRetriever
-
-
Constructor Summary
Constructors Constructor Description FhirClientResourceRetriever()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.hl7.fhir.instance.model.api.IBaseResourcegetResource(org.hl7.fhir.instance.model.api.IIdType payloadId)
-
-
-
Constructor Detail
-
FhirClientResourceRetriever
public FhirClientResourceRetriever()
-
-
Method Detail
-
getResource
public org.hl7.fhir.instance.model.api.IBaseResource getResource(org.hl7.fhir.instance.model.api.IIdType payloadId) throws ca.uhn.fhir.rest.server.exceptions.ResourceGoneException
- Specified by:
getResourcein interfaceIResourceRetriever- Throws:
ca.uhn.fhir.rest.server.exceptions.ResourceGoneException
-
-