public class ResourceParameter extends Object implements IParameter
| Modifier and Type | Class and Description |
|---|---|
static class |
ResourceParameter.Mode |
| Constructor and Description |
|---|
ResourceParameter(Class<?> theParameterType)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends org.hl7.fhir.instance.model.api.IBaseResource> |
getResourceType() |
void |
initializeTypes(Method theMethod,
Class<? extends Collection<?>> theOuterCollectionType,
Class<? extends Collection<?>> theInnerCollectionType,
Class<?> theParameterType) |
void |
translateClientArgumentIntoQueryArgument(ca.uhn.fhir.context.FhirContext theContext,
Object theSourceClientArgument,
Map<String,List<String>> theTargetQueryArguments,
org.hl7.fhir.instance.model.api.IBaseResource theTargetResource) |
public ResourceParameter(Class<?> theParameterType)
public void initializeTypes(Method theMethod, Class<? extends Collection<?>> theOuterCollectionType, Class<? extends Collection<?>> theInnerCollectionType, Class<?> theParameterType)
initializeTypes in interface IParameterpublic 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
translateClientArgumentIntoQueryArgument in interface IParameterca.uhn.fhir.rest.server.exceptions.InternalErrorExceptionpublic Class<? extends org.hl7.fhir.instance.model.api.IBaseResource> getResourceType()
Copyright © 2014–2019 University Health Network. All rights reserved.