Package ca.uhn.fhir.jpa.config
Class SearchConfig
java.lang.Object
ca.uhn.fhir.jpa.config.SearchConfig
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
protected ca.uhn.fhir.interceptor.api.IInterceptorBroadcaster
protected IResourceTagDao
static final String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateSearchContinuationTask
(SearchTaskParameters theParams) createSearchTask
(SearchTaskParameters theParams) newSearchBuilder
(IDao theDao, String theResourceName, Class<? extends org.hl7.fhir.instance.model.api.IBaseResource> theResourceType) void
-
Field Details
-
SEARCH_TASK
- See Also:
-
CONTINUE_TASK
- See Also:
-
myInterceptorBroadcaster
-
myResourceTagDao
-
-
Constructor Details
-
SearchConfig
public SearchConfig()
-
-
Method Details
-
searchCoordinatorSvc
-
exceptionService
-
newSearchBuilder
@Bean(name="SearchBuilder") @Scope("prototype") public ISearchBuilder newSearchBuilder(IDao theDao, String theResourceName, Class<? extends org.hl7.fhir.instance.model.api.IBaseResource> theResourceType) -
createSearchTask
@Bean(name="searchTask") @Scope("prototype") public SearchTask createSearchTask(SearchTaskParameters theParams) -
createSearchContinuationTask
@Bean(name="continueTask") @Scope("prototype") public SearchContinuationTask createSearchContinuationTask(SearchTaskParameters theParams) -
validateConfiguration
-