Uses of Interface
ca.uhn.fhir.model.api.IQueryParameterOr
Package
Description
-
Uses of IQueryParameterOr in ca.uhn.fhir.model.api
Modifier and TypeInterfaceDescriptioninterface
IQueryParameterAnd<T extends IQueryParameterOr<?>>
-
Uses of IQueryParameterOr in ca.uhn.fhir.rest.api
ModifierConstructorDescriptionQualifiedParamList
(IQueryParameterOr<?> theNextOr, FhirContext theContext) -
Uses of IQueryParameterOr in ca.uhn.fhir.rest.param
Modifier and TypeClassDescriptionclass
BaseOrListParam<MT extends BaseOrListParam<?,
?>, PT extends IQueryParameterType> class
CompositeOrListParam<A extends IQueryParameterType,
B extends IQueryParameterType> class
class
class
class
class
class
class
class
class
This 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)class
Modifier and TypeMethodDescriptionstatic IQueryParameterOr
<?> ParameterUtil.singleton
(IQueryParameterType theParam, String theParamName) -
Uses of IQueryParameterOr in ca.uhn.fhir.rest.param.binder
Modifier and TypeMethodDescriptionQueryParameterOrBinder.parse
(FhirContext theContext, String theParamName, List<QualifiedParamList> theString) Modifier 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) Modifier and TypeMethodDescriptionQueryParameterOrBinder.encode
(FhirContext theContext, IQueryParameterOr<?> theValue) ModifierConstructorDescriptionQueryParameterOrBinder
(Class<? extends IQueryParameterOr<?>> theType, List<Class<? extends IQueryParameterType>> theCompositeTypes)