
Package ca.uhn.fhir.jpa.search
Class SynchronousSearchSvcImpl
java.lang.Object
ca.uhn.fhir.jpa.search.SynchronousSearchSvcImpl
- All Implemented Interfaces:
ISearchSvc,ISynchronousSearchSvc
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionca.uhn.fhir.rest.api.server.IBundleProviderexecuteQuery(SearchParameterMap theParams, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails, String theSearchUuid, ISearchBuilder theSb, Integer theLoadSynchronousUpTo, RequestPartitionId theRequestPartitionId) ca.uhn.fhir.rest.api.server.IBundleProviderexecuteQuery(String theResourceType, SearchParameterMap theSearchParameterMap, RequestPartitionId theRequestPartitionId) voidsetContext(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:
executeQueryin interfaceISynchronousSearchSvc
-
executeQuery
public ca.uhn.fhir.rest.api.server.IBundleProvider executeQuery(String theResourceType, SearchParameterMap theSearchParameterMap, RequestPartitionId theRequestPartitionId) - Specified by:
executeQueryin interfaceISearchSvc
-
setContext
-