
Uses of Class
ca.uhn.fhir.jpa.search.builder.tasks.SearchTaskParameters
Packages that use SearchTaskParameters
-
Uses of SearchTaskParameters in ca.uhn.fhir.jpa.config
Methods in ca.uhn.fhir.jpa.config with parameters of type SearchTaskParametersModifier and TypeMethodDescriptionSearchConfig.createSearchContinuationTask
(SearchTaskParameters theParams) SearchConfig.createSearchTask
(SearchTaskParameters theParams) -
Uses of SearchTaskParameters in ca.uhn.fhir.jpa.search.builder.tasks
Constructors in ca.uhn.fhir.jpa.search.builder.tasks with parameters of type SearchTaskParametersModifierConstructorDescriptionSearchContinuationTask
(SearchTaskParameters theCreationParams, HapiTransactionService theTxService, ca.uhn.fhir.context.FhirContext theContext, ca.uhn.fhir.interceptor.api.IInterceptorBroadcaster theInterceptorBroadcaster, SearchBuilderFactory theSearchBuilderFactory, ISearchResultCacheSvc theSearchResultCacheSvc, JpaStorageSettings theStorageSettings, ISearchCacheSvc theSearchCacheSvc, ca.uhn.fhir.rest.server.IPagingProvider thePagingProvider, ExceptionService theExceptionSvc) SearchTask
(SearchTaskParameters theCreationParams, HapiTransactionService theManagedTxManager, ca.uhn.fhir.context.FhirContext theContext, ca.uhn.fhir.interceptor.api.IInterceptorBroadcaster theInterceptorBroadcaster, SearchBuilderFactory theSearchBuilderFactory, ISearchResultCacheSvc theSearchResultCacheSvc, JpaStorageSettings theStorageSettings, ISearchCacheSvc theSearchCacheSvc, ca.uhn.fhir.rest.server.IPagingProvider thePagingProvider) Constructor