
Uses of Class
ca.uhn.fhir.rest.server.util.ResourceSearchParams
Packages that use ResourceSearchParams
-
Uses of ResourceSearchParams in ca.uhn.fhir.rest.server
Methods in ca.uhn.fhir.rest.server that return ResourceSearchParamsModifier and TypeMethodDescriptionRestfulServerConfiguration.getActiveSearchParams(String theResourceName, ISearchParamRegistry.SearchParamLookupContextEnum theContext) -
Uses of ResourceSearchParams in ca.uhn.fhir.rest.server.util
Methods in ca.uhn.fhir.rest.server.util that return ResourceSearchParamsModifier and TypeMethodDescriptionstatic ResourceSearchParamsFhirContextSearchParamRegistry.getActiveSearchParams(String theResourceName, ISearchParamRegistry.SearchParamLookupContextEnum theContext) default ResourceSearchParamsISearchParamRegistry.getActiveSearchParams(String theResourceName) Deprecated, for removal: This API element is subject to removal in a future version.ISearchParamRegistry.getActiveSearchParams(String theResourceName, ISearchParamRegistry.SearchParamLookupContextEnum theContext) default ResourceSearchParamsISearchParamRegistry.getRuntimeSearchParams(String theResourceType, ISearchParamRegistry.SearchParamLookupContextEnum theContext) Get all the search params for a resource.ResourceSearchParams.makeCopy()ResourceSearchParams.readOnly()ResourceSearchParams.toFilteredForContext(ISearchParamRegistry.SearchParamLookupContextEnum theContext) Returns a filtered view of thisResourceSearchParamsinstance if any parameters are not valid for the given theContext.
ISearchParamRegistry.getActiveSearchParam(String, String, SearchParamLookupContextEnum)