Class SearchParamExtractionUtil
java.lang.Object
ca.uhn.fhir.jpa.searchparam.extractor.SearchParamExtractionUtil
-
Constructor Summary
ConstructorDescriptionSearchParamExtractionUtil
(ca.uhn.fhir.context.FhirContext theFhirContext, StorageSettings theStorageSettings, ISearchParamExtractor theSearchParamExtractor, ca.uhn.fhir.interceptor.api.IInterceptorBroadcaster theInterceptorBroadcaster) -
Method Summary
Modifier and TypeMethodDescriptionvoid
extractSearchIndexParameters
(ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails, ResourceIndexedSearchParams theParams, org.hl7.fhir.instance.model.api.IBaseResource theResource, ISearchParamExtractor.ISearchParamFilter theSearchParamFilter)
-
Constructor Details
-
SearchParamExtractionUtil
public SearchParamExtractionUtil(ca.uhn.fhir.context.FhirContext theFhirContext, StorageSettings theStorageSettings, ISearchParamExtractor theSearchParamExtractor, ca.uhn.fhir.interceptor.api.IInterceptorBroadcaster theInterceptorBroadcaster)
-
-
Method Details
-
extractSearchIndexParameters
public void extractSearchIndexParameters(ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails, ResourceIndexedSearchParams theParams, org.hl7.fhir.instance.model.api.IBaseResource theResource, @Nonnull ISearchParamExtractor.ISearchParamFilter theSearchParamFilter)
-