
Package ca.uhn.fhir.jpa.searchparam.util
Class JpaParamUtil.ComponentAndCorrespondingParam
java.lang.Object
ca.uhn.fhir.jpa.searchparam.util.JpaParamUtil.ComponentAndCorrespondingParam
- Enclosing class:
JpaParamUtil
- Since:
- 8.6.0
-
Method Summary
Modifier and TypeMethodDescriptiongetChain()The chain portion of the component parameter if any, ornullif not.The combined parameter name, including any chained parameter names, e.g.ca.uhn.fhir.context.RuntimeSearchParam.ComponentThe component definition in the source composite SearchParameterca.uhn.fhir.context.RuntimeSearchParamThe target definition referred to by thecomponentin the source composite SearchParameterThe parameter name, without any chained parameter names
-
Method Details
-
getComponent
The component definition in the source composite SearchParameter -
getComponentParameter
The target definition referred to by thecomponentin the source composite SearchParameter -
getParamName
The parameter name, without any chained parameter names -
getChain
The chain portion of the component parameter if any, ornullif not. Excludes the leading period, so if the component parameter is "subject.name", this will return "name". -
getCombinedParamName
The combined parameter name, including any chained parameter names, e.g. "subject.name"
-