Uses of Class
ca.uhn.fhir.jpa.search.builder.tasks.SearchTaskParameters
-
Uses of SearchTaskParameters in ca.uhn.fhir.jpa.config
Modifier and TypeMethodDescriptionSearchConfig.createSearchContinuationTask
(SearchTaskParameters theParams) SearchConfig.createSearchTask
(SearchTaskParameters theParams) -
Uses of SearchTaskParameters in ca.uhn.fhir.jpa.search.builder.tasks
ModifierConstructorDescriptionSearchContinuationTask
(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