
Uses of Class
ca.uhn.fhir.jpa.dao.TransactionProcessor.MatchUrlToResolve
Packages that use TransactionProcessor.MatchUrlToResolve
-
Uses of TransactionProcessor.MatchUrlToResolve in ca.uhn.fhir.jpa.dao
Method parameters in ca.uhn.fhir.jpa.dao with type arguments of type TransactionProcessor.MatchUrlToResolveModifier and TypeMethodDescriptionvoid
TransactionProcessor.preFetchSearchParameterMaps
(ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails, ca.uhn.fhir.rest.api.server.storage.TransactionDetails theTransactionDetails, RequestPartitionId theRequestPartitionId, List<TransactionProcessor.MatchUrlToResolve> theInputParameters, Set<JpaPid> theOutputPidsToLoadBodiesFor, Set<JpaPid> theOutputPidsToLoadVersionsFor) This method attempts to resolve a collection of conditional URLs that were found in a FHIR transaction bundle being processed.void
TransactionProcessor.preFetchSearchParameterMapsToken
(String theIndexColumnName, Set<Long> theHashesForIndexColumn, ca.uhn.fhir.rest.api.server.storage.TransactionDetails theTransactionDetails, RequestPartitionId theRequestPartitionId, List<TransactionProcessor.MatchUrlToResolve> theInputParameters, Set<JpaPid> theOutputPidsToLoadFully, Set<JpaPid> theOutputPidsToLoadVersionsFor) Here we do a select against theResourceIndexedSearchParamToken
table for any rows that have the specific sys+val or val hashes we know we need to pre-fetch.