
Uses of Class
ca.uhn.fhir.jpa.searchparam.SearchParameterMap
Packages that use SearchParameterMap
Package
Description
- 
Uses of SearchParameterMap in ca.uhn.fhir.interceptor.modelMethods in ca.uhn.fhir.interceptor.model that return SearchParameterMapMethods in ca.uhn.fhir.interceptor.model with parameters of type SearchParameterMapModifier and TypeMethodDescriptionReadPartitionIdRequestDetails.forDelete(String theResourceType, SearchParameterMap theParams) ReadPartitionIdRequestDetails.forPatch(String theResourceType, SearchParameterMap theParams) ReadPartitionIdRequestDetails.forSearchType(String theResourceType, SearchParameterMap theParams, org.hl7.fhir.instance.model.api.IBaseResource theConditionalOperationTargetOrNull) 
- 
Uses of SearchParameterMap in ca.uhn.fhir.jpa.cacheMethods in ca.uhn.fhir.jpa.cache that return SearchParameterMapModifier and TypeMethodDescriptionIResourceChangeListenerCache.getSearchParameterMap()ResourceChangeListenerCache.getSearchParameterMap()Methods in ca.uhn.fhir.jpa.cache with parameters of type SearchParameterMapModifier and TypeMethodDescriptionIResourceVersionSvc.getVersionMap(ca.uhn.fhir.interceptor.model.RequestPartitionId theRequestPartitionId, String theResourceName, SearchParameterMap theSearchParamMap) default ResourceVersionMapIResourceVersionSvc.getVersionMap(String theResourceName, SearchParameterMap theSearchParamMap) ResourceChangeListenerCacheFactory.newResourceChangeListenerCache(String theResourceName, SearchParameterMap theMap, IResourceChangeListener theResourceChangeListener, long theRemoteRefreshIntervalMs) IResourceChangeListenerRegistry.registerResourceResourceChangeListener(String theResourceName, SearchParameterMap theSearchParameterMap, IResourceChangeListener theResourceChangeListener, long theRemoteRefreshIntervalMs) Register a listener in order to be notified whenever a resource matching the provided SearchParameterMap changes in any way.ResourceChangeListenerRegistryImpl.registerResourceResourceChangeListener(String theResourceName, SearchParameterMap theSearchParameterMap, IResourceChangeListener theResourceChangeListener, long theRemoteRefreshIntervalMs) Register a listener in order to be notified whenever a resource matching the provided SearchParameterMap changes in any way.Constructors in ca.uhn.fhir.jpa.cache with parameters of type SearchParameterMapModifierConstructorDescriptionResourceChangeListenerCache(String theResourceName, IResourceChangeListener theResourceChangeListener, SearchParameterMap theSearchParameterMap, long theRemoteRefreshIntervalMs) 
- 
Uses of SearchParameterMap in ca.uhn.fhir.jpa.partitionMethods in ca.uhn.fhir.jpa.partition with parameters of type SearchParameterMapModifier and TypeMethodDescriptiondefault ca.uhn.fhir.interceptor.model.RequestPartitionIdIRequestPartitionHelperSvc.determineReadPartitionForRequestForSearchType(ca.uhn.fhir.rest.api.server.RequestDetails theRequest, String theResourceType, SearchParameterMap theParams) Determine partition to use when performing a database search based on a resource type and other search parameters.default ca.uhn.fhir.interceptor.model.RequestPartitionIdIRequestPartitionHelperSvc.determineReadPartitionForRequestForSearchType(ca.uhn.fhir.rest.api.server.RequestDetails theRequest, String theResourceType, SearchParameterMap theParams, org.hl7.fhir.instance.model.api.IBaseResource theConditionalOperationTargetOrNull) Determine partition to use when performing a database search based on a resource type, search parameters and a conditional target resource (if available).
- 
Uses of SearchParameterMap in ca.uhn.fhir.jpa.searchparamMethods in ca.uhn.fhir.jpa.searchparam that return SearchParameterMapModifier and TypeMethodDescriptionSearchParameterMap.addInclude(ca.uhn.fhir.model.api.Include theInclude) SearchParameterMap.addOrList(String theName, List<? extends ca.uhn.fhir.model.api.IQueryParameterType> theOrList) Adds a list of parameters to the map, treating them as OR predicatesSearchParameterMap.addRevInclude(ca.uhn.fhir.model.api.Include theInclude) SearchParameterMap.clone()Creates and returns a copy of this mapResourceSearch.getSearchParameterMap()static SearchParameterMapSearchParameterMap.newSynchronous()static SearchParameterMapSearchParameterMap.newSynchronous(String theName, ca.uhn.fhir.model.api.IQueryParameterType theParam) MatchUrlService.ResourceTypeAndSearchParameterMap.searchParameterMap()Returns the value of thesearchParameterMaprecord component.SearchParameterMap.setDeleteExpunge(boolean theDeleteExpunge) SearchParameterMap.setLastN(boolean theLastN) If set, tells the server to use an Elasticsearch query to generate a list of Resource IDs for the LastN operationSearchParameterMap.setLastNMax(Integer theLastNMax) If set, tells the server the maximum number of observations to return for each observation code in the result set of a lastn operationSearchParameterMap.setLoadSynchronous(boolean theLoadSynchronous) If set, tells the server to load these results synchronously, and not to load more than X resultsSearchParameterMap.setLoadSynchronousUpTo(Integer theLoadSynchronousUpTo) If set, tells the server to load these results synchronously, and not to load more than X results.SearchParameterMap.setSort(ca.uhn.fhir.rest.api.SortSpec theSort) MatchUrlService.translateMatchUrl(String theMatchUrl, ca.uhn.fhir.context.RuntimeResourceDefinition theResourceDefinition, MatchUrlService.Flag... theFlags) Parses a match URL of the form "[resourceType]?Methods in ca.uhn.fhir.jpa.searchparam with parameters of type SearchParameterMapModifier and TypeMethodDescriptionvoidMatchUrlService.Flag.process(String theParamName, List<ca.uhn.fhir.rest.api.QualifiedParamList> theValues, SearchParameterMap theMapToPopulate) Constructors in ca.uhn.fhir.jpa.searchparam with parameters of type SearchParameterMapModifierConstructorDescriptionResourceSearch(ca.uhn.fhir.context.RuntimeResourceDefinition theRuntimeResourceDefinition, SearchParameterMap theSearchParameterMap, ca.uhn.fhir.interceptor.model.RequestPartitionId theRequestPartitionId) ResourceTypeAndSearchParameterMap(ca.uhn.fhir.context.RuntimeResourceDefinition resourceDefinition, SearchParameterMap searchParameterMap) Creates an instance of aResourceTypeAndSearchParameterMaprecord class.
- 
Uses of SearchParameterMap in ca.uhn.fhir.jpa.searchparam.matcherMethods in ca.uhn.fhir.jpa.searchparam.matcher with parameters of type SearchParameterMapModifier and TypeMethodDescriptionInMemoryResourceMatcher.canBeEvaluatedInMemory(SearchParameterMap theSearchParameterMap, ca.uhn.fhir.context.RuntimeResourceDefinition theResourceDefinition) InMemoryResourceMatcher.match(SearchParameterMap theSearchParameterMap, org.hl7.fhir.instance.model.api.IBaseResource theResource, ca.uhn.fhir.context.RuntimeResourceDefinition theResourceDefinition, ResourceIndexedSearchParams theSearchParams) SearchParamMatcher.match(SearchParameterMap theSearchParameterMap, org.hl7.fhir.instance.model.api.IBaseResource theResource) 
- 
Uses of SearchParameterMap in ca.uhn.fhir.jpa.searchparam.nicknameMethods in ca.uhn.fhir.jpa.searchparam.nickname with parameters of type SearchParameterMapModifier and TypeMethodDescriptionvoidNicknameInterceptor.expandNicknames(SearchParameterMap theSearchParameterMap) 
- 
Uses of SearchParameterMap in ca.uhn.fhir.jpa.searchparam.providerMethods in ca.uhn.fhir.jpa.searchparam.provider with parameters of type SearchParameterMapModifier and TypeMethodDescriptionList<org.hl7.fhir.instance.model.api.IBaseResource> SearchableHashMapResourceProvider.searchByParams(SearchParameterMap theSearchParams, ca.uhn.fhir.rest.api.server.RequestDetails theRequest) 
- 
Uses of SearchParameterMap in ca.uhn.fhir.jpa.searchparam.registryMethods in ca.uhn.fhir.jpa.searchparam.registry with parameters of type SearchParameterMapModifier and TypeMethodDescriptionca.uhn.fhir.rest.api.server.IBundleProviderISearchParamProvider.search(SearchParameterMap theParams) 
- 
Uses of SearchParameterMap in ca.uhn.fhir.jpa.searchparam.utilMethods in ca.uhn.fhir.jpa.searchparam.util that return types with arguments of type SearchParameterMapModifier and TypeMethodDescriptionSearchParameterHelper.buildSearchParameterMapFromCanonical(org.hl7.fhir.instance.model.api.IBaseResource theRuntimeSearchParam) Methods in ca.uhn.fhir.jpa.searchparam.util with parameters of type SearchParameterMapModifier and TypeMethodDescriptionstatic voidDstu3DistanceHelper.setNearDistance(Class<? extends org.hl7.fhir.instance.model.api.IBaseResource> theResourceType, SearchParameterMap theParams)