Package ca.uhn.fhir.rest.server.util
Class ResourceSearchParams
java.lang.Object
ca.uhn.fhir.rest.server.util.ResourceSearchParams
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addSearchParamIfAbsent
(String theParamName, ca.uhn.fhir.context.RuntimeSearchParam theRuntimeSearchParam) boolean
containsParamName
(String theParamName) static ResourceSearchParams
ca.uhn.fhir.context.RuntimeSearchParam
makeCopy()
ca.uhn.fhir.context.RuntimeSearchParam
readOnly()
void
void
int
size()
Returns a filtered view of thisResourceSearchParams
instance if any parameters are not valid for the given theContext.Collection
<ca.uhn.fhir.context.RuntimeSearchParam> values()
-
Constructor Details
-
ResourceSearchParams
-
-
Method Details
-
values
-
toFilteredForContext
public ResourceSearchParams toFilteredForContext(ISearchParamRegistry.SearchParamLookupContextEnum theContext) Returns a filtered view of thisResourceSearchParams
instance if any parameters are not valid for the given theContext. -
empty
-
readOnly
-
remove
-
size
-
get
-
put
-
addSearchParamIfAbsent
public void addSearchParamIfAbsent(String theParamName, ca.uhn.fhir.context.RuntimeSearchParam theRuntimeSearchParam) -
getSearchParamNames
-
containsParamName
-
removeInactive
-
getReferenceSearchParamNames
-
makeCopy
-