
Package ca.uhn.fhir.rest.server.util
Class ResourceSearchParams
java.lang.Object
ca.uhn.fhir.rest.server.util.ResourceSearchParams
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddSearchParamIfAbsent(String theParamName, ca.uhn.fhir.context.RuntimeSearchParam theRuntimeSearchParam) booleancontainsParamName(String theParamName) static ResourceSearchParamsca.uhn.fhir.context.RuntimeSearchParammakeCopy()ca.uhn.fhir.context.RuntimeSearchParamreadOnly()voidvoidintsize()Returns a filtered view of thisResourceSearchParamsinstance 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 thisResourceSearchParamsinstance 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
-