Package ca.uhn.fhir.jpa.search
Class SynchronousSearchSvcImpl
java.lang.Object
ca.uhn.fhir.jpa.search.SynchronousSearchSvcImpl
- All Implemented Interfaces:
ISearchSvc
,ISynchronousSearchSvc
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionca.uhn.fhir.rest.api.server.IBundleProvider
executeQuery
(SearchParameterMap theParams, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails, String theSearchUuid, ISearchBuilder theSb, Integer theLoadSynchronousUpTo, RequestPartitionId theRequestPartitionId) ca.uhn.fhir.rest.api.server.IBundleProvider
executeQuery
(String theResourceType, SearchParameterMap theSearchParameterMap, RequestPartitionId theRequestPartitionId) void
setContext
(ca.uhn.fhir.context.FhirContext theContext)
-
Field Details
-
mySearchBuilderFactory
-
-
Constructor Details
-
SynchronousSearchSvcImpl
public SynchronousSearchSvcImpl()
-
-
Method Details
-
executeQuery
public ca.uhn.fhir.rest.api.server.IBundleProvider executeQuery(SearchParameterMap theParams, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails, String theSearchUuid, ISearchBuilder theSb, Integer theLoadSynchronousUpTo, RequestPartitionId theRequestPartitionId) - Specified by:
executeQuery
in interfaceISynchronousSearchSvc
-
executeQuery
public ca.uhn.fhir.rest.api.server.IBundleProvider executeQuery(String theResourceType, SearchParameterMap theSearchParameterMap, RequestPartitionId theRequestPartitionId) - Specified by:
executeQuery
in interfaceISearchSvc
-
setContext
-