Uses of Interface
ca.uhn.fhir.model.api.IQueryParameterOr
Packages that use IQueryParameterOr
Package
Description
-
Uses of IQueryParameterOr in ca.uhn.fhir.model.api
Classes in ca.uhn.fhir.model.api with type parameters of type IQueryParameterOrModifier and TypeInterfaceDescriptioninterfaceIQueryParameterAnd<T extends IQueryParameterOr<?>> -
Uses of IQueryParameterOr in ca.uhn.fhir.rest.api
Constructors in ca.uhn.fhir.rest.api with parameters of type IQueryParameterOrModifierConstructorDescriptionQualifiedParamList(IQueryParameterOr<?> theNextOr, FhirContext theContext) -
Uses of IQueryParameterOr in ca.uhn.fhir.rest.param
Classes in ca.uhn.fhir.rest.param with type parameters of type IQueryParameterOrClasses in ca.uhn.fhir.rest.param that implement IQueryParameterOrModifier and TypeClassDescriptionclassBaseOrListParam<MT extends BaseOrListParam<?,?>,PT extends IQueryParameterType>classCompositeOrListParam<A extends IQueryParameterType,B extends IQueryParameterType>classclassclassclassclassclassclassclassclassThis class represents a restful search operation parameter for an "OR list" of tokens (in other words, a list which can contain one-or-more tokens, where the server should return results matching any of the tokens)classMethods in ca.uhn.fhir.rest.param that return IQueryParameterOrModifier and TypeMethodDescriptionstatic IQueryParameterOr<?>ParameterUtil.singleton(IQueryParameterType theParam, String theParamName) -
Uses of IQueryParameterOr in ca.uhn.fhir.rest.param.binder
Methods in ca.uhn.fhir.rest.param.binder that return IQueryParameterOrModifier and TypeMethodDescriptionQueryParameterOrBinder.parse(FhirContext theContext, String theParamName, List<QualifiedParamList> theString)Methods in ca.uhn.fhir.rest.param.binder that return types with arguments of type IQueryParameterOrModifier and TypeMethodDescriptionIParamBinder.encode(FhirContext theContext, T theString)QueryParameterAndBinder.encode(FhirContext theContext, IQueryParameterAnd<?> theString)QueryParameterOrBinder.encode(FhirContext theContext, IQueryParameterOr<?> theValue)QueryParameterTypeBinder.encode(FhirContext theContext, IQueryParameterType theValue)Methods in ca.uhn.fhir.rest.param.binder with parameters of type IQueryParameterOrModifier and TypeMethodDescriptionQueryParameterOrBinder.encode(FhirContext theContext, IQueryParameterOr<?> theValue)Constructor parameters in ca.uhn.fhir.rest.param.binder with type arguments of type IQueryParameterOrModifierConstructorDescriptionQueryParameterOrBinder(Class<? extends IQueryParameterOr<?>> theType, List<Class<? extends IQueryParameterType>> theCompositeTypes)