Uses of Class
ca.uhn.fhir.jpa.searchparam.extractor.PathAndRef
-
Uses of PathAndRef in ca.uhn.fhir.jpa.searchparam.extractor
Modifier and TypeMethodDescriptionBaseSearchParamExtractor.extractReferenceLinkFromResource
(org.hl7.fhir.instance.model.api.IBase theValue, String thePath) ISearchParamExtractor.extractReferenceLinkFromResource
(org.hl7.fhir.instance.model.api.IBase theValue, String thePath) CrossPartitionReferenceDetails.getPathAndRef()
Modifier and TypeMethodDescriptionBaseSearchParamExtractor.extractResourceLinks
(org.hl7.fhir.instance.model.api.IBaseResource theResource, boolean theWantLocalReferences) ISearchParamExtractor.extractResourceLinks
(org.hl7.fhir.instance.model.api.IBaseResource theResource, boolean theWantLocalReferences) Modifier and TypeMethodDescriptionIResourceLinkResolver.findTargetResource
(ca.uhn.fhir.interceptor.model.RequestPartitionId theRequestPartitionId, String theSourceResourceName, PathAndRef thePathAndRef, ca.uhn.fhir.rest.api.server.RequestDetails theRequest, ca.uhn.fhir.rest.api.server.storage.TransactionDetails theTransactionDetails) This method resolves the target of a reference found within a resource that is being created/updated.org.hl7.fhir.instance.model.api.IBaseResource
IResourceLinkResolver.loadTargetResource
(ca.uhn.fhir.interceptor.model.RequestPartitionId theRequestPartitionId, String theSourceResourceName, PathAndRef thePathAndRef, ca.uhn.fhir.rest.api.server.RequestDetails theRequest, ca.uhn.fhir.rest.api.server.storage.TransactionDetails theTransactionDetails) This method resolves the target of a reference found within a resource that is being created/updated.ModifierConstructorDescriptionCrossPartitionReferenceDetails
(ca.uhn.fhir.interceptor.model.RequestPartitionId theSourceResourcePartitionId, String theSourceResourceName, PathAndRef thePathAndRef, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails, ca.uhn.fhir.rest.api.server.storage.TransactionDetails theTransactionDetails) Constructor