Uses of Class
ca.uhn.fhir.context.RuntimeSearchParam
-
Packages that use RuntimeSearchParam Package Description ca.uhn.fhir.context ca.uhn.fhir.rest.param -
-
Uses of RuntimeSearchParam in ca.uhn.fhir.context
Methods in ca.uhn.fhir.context that return RuntimeSearchParam Modifier and Type Method Description RuntimeSearchParamRuntimeSearchParam. addExtension(String theKey, IBaseExtension theValue)Sets user data - This can be used to store any application-specific dataRuntimeSearchParamRuntimeResourceDefinition. getSearchParam(String theName)Methods in ca.uhn.fhir.context that return types with arguments of type RuntimeSearchParam Modifier and Type Method Description List<RuntimeSearchParam>RuntimeSearchParam. getCompositeOf()List<RuntimeSearchParam>RuntimeResourceDefinition. getSearchParams()List<RuntimeSearchParam>RuntimeResourceDefinition. getSearchParamsForCompartmentName(String theCompartmentName)Will not return nullMethods in ca.uhn.fhir.context with parameters of type RuntimeSearchParam Modifier and Type Method Description voidRuntimeResourceDefinition. addSearchParam(RuntimeSearchParam theParam)Constructor parameters in ca.uhn.fhir.context with type arguments of type RuntimeSearchParam Constructor Description RuntimeSearchParam(IIdType theId, String theUri, String theName, String theDescription, String thePath, RestSearchParameterTypeEnum theParamType, List<RuntimeSearchParam> theCompositeOf, Set<String> theProvidesMembershipInCompartments, Set<String> theTargets, RuntimeSearchParam.RuntimeSearchParamStatusEnum theStatus)ConstructorRuntimeSearchParam(IIdType theId, String theUri, String theName, String theDescription, String thePath, RestSearchParameterTypeEnum theParamType, List<RuntimeSearchParam> theCompositeOf, Set<String> theProvidesMembershipInCompartments, Set<String> theTargets, RuntimeSearchParam.RuntimeSearchParamStatusEnum theStatus, Collection<String> theBase)Constructor -
Uses of RuntimeSearchParam in ca.uhn.fhir.rest.param
Methods in ca.uhn.fhir.rest.param with parameters of type RuntimeSearchParam Modifier and Type Method Description static IQueryParameterAnd<?>ParameterUtil. parseQueryParams(FhirContext theContext, RuntimeSearchParam theParamDef, String theUnqualifiedParamName, List<QualifiedParamList> theParameters)This is a utility method intended provided to help the JPA module.
-