public class OperationParameter extends Object implements IParameter
| Constructor and Description |
|---|
OperationParameter(ca.uhn.fhir.context.FhirContext theCtx,
String theOperationName,
ca.uhn.fhir.rest.annotation.OperationParam theOperationParam) |
| Modifier and Type | Method and Description |
|---|---|
protected ca.uhn.fhir.context.FhirContext |
getContext() |
String |
getName() |
String |
getParamType() |
String |
getSearchParamType() |
void |
initializeTypes(Method theMethod,
Class<? extends Collection<?>> theOuterCollectionType,
Class<? extends Collection<?>> theInnerCollectionType,
Class<?> theParameterType) |
OperationParameter |
setConverter(ca.uhn.fhir.rest.client.method.OperationParameter.IOperationParamConverter theConverter) |
static void |
throwInvalidMode(String paramValues) |
void |
translateClientArgumentIntoQueryArgument(ca.uhn.fhir.context.FhirContext theContext,
Object theSourceClientArgument,
Map<String,List<String>> theTargetQueryArguments,
org.hl7.fhir.instance.model.api.IBaseResource theTargetResource) |
public OperationParameter(ca.uhn.fhir.context.FhirContext theCtx, String theOperationName, ca.uhn.fhir.rest.annotation.OperationParam theOperationParam)
protected ca.uhn.fhir.context.FhirContext getContext()
public String getParamType()
public String getSearchParamType()
public void initializeTypes(Method theMethod, Class<? extends Collection<?>> theOuterCollectionType, Class<? extends Collection<?>> theInnerCollectionType, Class<?> theParameterType)
initializeTypes in interface IParameterpublic OperationParameter setConverter(ca.uhn.fhir.rest.client.method.OperationParameter.IOperationParamConverter theConverter)
public 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 static void throwInvalidMode(String paramValues)
Copyright © 2014–2019 University Health Network. All rights reserved.