Package ca.uhn.fhir.jpa.search.builder
Class StorageInterceptorHooksFacade
java.lang.Object
ca.uhn.fhir.jpa.search.builder.StorageInterceptorHooksFacade
facade over raw hook intererface
-
Constructor Summary
ConstructorDescriptionStorageInterceptorHooksFacade
(ca.uhn.fhir.interceptor.api.IInterceptorBroadcaster theInterceptorBroadcaster) -
Method Summary
Modifier and TypeMethodDescriptionvoid
callStoragePresearchRegistered
(ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails, SearchParameterMap theParams, Search search, RequestPartitionId theRequestPartitionId) Interceptor call: STORAGE_PRESEARCH_REGISTERED
-
Constructor Details
-
StorageInterceptorHooksFacade
public StorageInterceptorHooksFacade(ca.uhn.fhir.interceptor.api.IInterceptorBroadcaster theInterceptorBroadcaster)
-
-
Method Details
-
callStoragePresearchRegistered
public void callStoragePresearchRegistered(ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails, SearchParameterMap theParams, Search search, RequestPartitionId theRequestPartitionId) Interceptor call: STORAGE_PRESEARCH_REGISTERED- Parameters:
theRequestDetails
-theParams
-search
-theRequestPartitionId
-
-