
Uses of Class
ca.uhn.fhir.jpa.searchparam.util.JpaParamUtil.ComponentAndCorrespondingParam
Packages that use JpaParamUtil.ComponentAndCorrespondingParam
-
Uses of JpaParamUtil.ComponentAndCorrespondingParam in ca.uhn.fhir.jpa.searchparam.util
Methods in ca.uhn.fhir.jpa.searchparam.util that return types with arguments of type JpaParamUtil.ComponentAndCorrespondingParamModifier and TypeMethodDescriptionJpaParamUtil.resolveCompositeComponents(ca.uhn.fhir.rest.server.util.ISearchParamRegistry theSearchParamRegistry, ca.uhn.fhir.context.RuntimeSearchParam theCompositeParameter) Given a composite or combo SearchParameter, this method will resolve the components in the order they appear in the composite parameter definition.Methods in ca.uhn.fhir.jpa.searchparam.util with parameters of type JpaParamUtil.ComponentAndCorrespondingParamModifier and TypeMethodDescriptionstatic ca.uhn.fhir.rest.api.RestSearchParameterTypeEnumJpaParamUtil.getParameterTypeForComposite(ca.uhn.fhir.rest.server.util.ISearchParamRegistry theSearchParamRegistry, JpaParamUtil.ComponentAndCorrespondingParam theComponentAndParam) Given a component for a composite or combo SearchParameter (as returned byJpaParamUtil.resolveCompositeComponents(ISearchParamRegistry, RuntimeSearchParam)) determines the type associated with the target parameter.