Uses of Class
ca.uhn.fhir.rest.server.exceptions.InvalidRequestException
-
Packages that use InvalidRequestException Package Description ca.uhn.fhir.model.api ca.uhn.fhir.rest.param ca.uhn.fhir.rest.param.binder -
-
Uses of InvalidRequestException in ca.uhn.fhir.model.api
Methods in ca.uhn.fhir.model.api that throw InvalidRequestException Modifier and Type Method Description voidIQueryParameterAnd. setValuesAsQueryTokens(FhirContext theContext, String theParamName, List<QualifiedParamList> theParameters)See FHIR specification 2.2.2 Search SearchParameter Types for information on the token format -
Uses of InvalidRequestException in ca.uhn.fhir.rest.param
Methods in ca.uhn.fhir.rest.param that throw InvalidRequestException Modifier and Type Method Description voidBaseAndListParam. setValuesAsQueryTokens(FhirContext theContext, String theParamName, List<QualifiedParamList> theParameters)voidDateRangeParam. setValuesAsQueryTokens(FhirContext theContext, String theParamName, List<QualifiedParamList> theParameters) -
Uses of InvalidRequestException in ca.uhn.fhir.rest.param.binder
Methods in ca.uhn.fhir.rest.param.binder that throw InvalidRequestException Modifier and Type Method Description TIParamBinder. parse(FhirContext theContext, String theName, List<QualifiedParamList> theList)IQueryParameterAnd<?>QueryParameterAndBinder. parse(FhirContext theContext, String theParamName, List<QualifiedParamList> theString)IQueryParameterOr<?>QueryParameterOrBinder. parse(FhirContext theContext, String theParamName, List<QualifiedParamList> theString)IQueryParameterTypeQueryParameterTypeBinder. parse(FhirContext theContext, String theParamName, List<QualifiedParamList> theParams)
-