
Package ca.uhn.fhir.rest.client.method
Interface IParameter
- All Known Implementing Classes:
BaseQueryParameter,CountParameter,ElementsParameter,OffsetParameter,OperationParameter,RawParamsParmeter,ResourceParameter,SearchParameter,SortParameter,SummaryEnumParameter,TransactionParameter
public interface IParameter
-
Method Summary
Modifier and TypeMethodDescriptionvoidinitializeTypes(Method theMethod, Class<? extends Collection<?>> theOuterCollectionType, Class<? extends Collection<?>> theInnerCollectionType, Class<?> theParameterType) voidtranslateClientArgumentIntoQueryArgument(ca.uhn.fhir.context.FhirContext theContext, Object theSourceClientArgument, Map<String, List<String>> theTargetQueryArguments, org.hl7.fhir.instance.model.api.IBaseResource theTargetResource)
-
Method Details
-
initializeTypes
void initializeTypes(Method theMethod, Class<? extends Collection<?>> theOuterCollectionType, Class<? extends Collection<?>> theInnerCollectionType, Class<?> theParameterType) -
translateClientArgumentIntoQueryArgument
void translateClientArgumentIntoQueryArgument(ca.uhn.fhir.context.FhirContext theContext, Object theSourceClientArgument, Map<String, List<String>> theTargetQueryArguments, org.hl7.fhir.instance.model.api.IBaseResource theTargetResource) throws ca.uhn.fhir.rest.server.exceptions.InternalErrorException- Throws:
ca.uhn.fhir.rest.server.exceptions.InternalErrorException
-