Uses of Interface
ca.uhn.fhir.model.api.IQueryParameterAnd
-
Packages that use IQueryParameterAnd Package Description ca.uhn.fhir.rest.param ca.uhn.fhir.rest.param.binder -
-
Uses of IQueryParameterAnd in ca.uhn.fhir.rest.param
Classes in ca.uhn.fhir.rest.param that implement IQueryParameterAnd Modifier and Type Class Description classBaseAndListParam<T extends IQueryParameterOr<?>>classCompositeAndListParam<A extends IQueryParameterType,B extends IQueryParameterType>classDateAndListParamclassDateRangeParamclassHasAndListParamclassNumberAndListParamclassQuantityAndListParamclassReferenceAndListParamclassSpecialAndListParamclassStringAndListParamclassTokenAndListParamclassUriAndListParamMethods in ca.uhn.fhir.rest.param that return IQueryParameterAnd 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.static IQueryParameterAnd<?>ParameterUtil. parseQueryParams(FhirContext theContext, RestSearchParameterTypeEnum paramType, String theUnqualifiedParamName, List<QualifiedParamList> theParameters)This is a utility method intended provided to help the JPA module. -
Uses of IQueryParameterAnd in ca.uhn.fhir.rest.param.binder
Methods in ca.uhn.fhir.rest.param.binder that return IQueryParameterAnd Modifier and Type Method Description IQueryParameterAnd<?>QueryParameterAndBinder. parse(FhirContext theContext, String theParamName, List<QualifiedParamList> theString)Methods in ca.uhn.fhir.rest.param.binder with parameters of type IQueryParameterAnd Modifier and Type Method Description List<IQueryParameterOr<?>>QueryParameterAndBinder. encode(FhirContext theContext, IQueryParameterAnd<?> theString)Constructor parameters in ca.uhn.fhir.rest.param.binder with type arguments of type IQueryParameterAnd Constructor Description QueryParameterAndBinder(Class<? extends IQueryParameterAnd<?>> theType, List<Class<? extends IQueryParameterType>> theCompositeTypes)
-