
Uses of Class
ca.uhn.fhir.jpa.searchparam.extractor.PathAndRef
Packages that use PathAndRef
-
Uses of PathAndRef in ca.uhn.fhir.jpa.searchparam.extractor
Methods in ca.uhn.fhir.jpa.searchparam.extractor that return PathAndRefModifier 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()
Methods in ca.uhn.fhir.jpa.searchparam.extractor that return types with arguments of type PathAndRefModifier 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) Methods in ca.uhn.fhir.jpa.searchparam.extractor with parameters of type PathAndRefModifier 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.Constructors in ca.uhn.fhir.jpa.searchparam.extractor with parameters of type PathAndRefModifierConstructorDescriptionCrossPartitionReferenceDetails
(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