
Class JpaSearchParamCache
java.lang.Object
ca.uhn.fhir.jpa.searchparam.registry.JpaSearchParamCache
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionOptional<ca.uhn.fhir.context.RuntimeSearchParam>
getActiveComboSearchParamById
(String theResourceName, org.hl7.fhir.instance.model.api.IIdType theId) List<ca.uhn.fhir.context.RuntimeSearchParam>
getActiveComboSearchParams
(String theResourceName) List<ca.uhn.fhir.context.RuntimeSearchParam>
getActiveComboSearchParams
(String theResourceName, ca.uhn.fhir.context.ComboSearchParamType theParamType) List<ca.uhn.fhir.context.RuntimeSearchParam>
getActiveComboSearchParams
(String theResourceName, Set<String> theParamNames)
-
Constructor Details
-
JpaSearchParamCache
public JpaSearchParamCache()
-
-
Method Details
-
getActiveComboSearchParams
public List<ca.uhn.fhir.context.RuntimeSearchParam> getActiveComboSearchParams(String theResourceName) -
getActiveComboSearchParams
public List<ca.uhn.fhir.context.RuntimeSearchParam> getActiveComboSearchParams(String theResourceName, ca.uhn.fhir.context.ComboSearchParamType theParamType) -
getActiveComboSearchParamById
public Optional<ca.uhn.fhir.context.RuntimeSearchParam> getActiveComboSearchParamById(String theResourceName, org.hl7.fhir.instance.model.api.IIdType theId) -
getActiveComboSearchParams
public List<ca.uhn.fhir.context.RuntimeSearchParam> getActiveComboSearchParams(String theResourceName, Set<String> theParamNames)
-