public class OperationParameter extends Object implements IParameter
| Constructor and Description |
|---|
OperationParameter(FhirContext theCtx,
String theOperationName,
OperationParam theOperationParam) |
| Modifier and Type | Method and Description |
|---|---|
protected 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(FhirContext theContext,
Object theSourceClientArgument,
Map<String,List<String>> theTargetQueryArguments,
IBaseResource theTargetResource) |
public OperationParameter(FhirContext theCtx, String theOperationName, OperationParam theOperationParam)
protected 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(FhirContext theContext, Object theSourceClientArgument, Map<String,List<String>> theTargetQueryArguments, IBaseResource theTargetResource) throws InternalErrorException
translateClientArgumentIntoQueryArgument in interface IParameterInternalErrorExceptionpublic static void throwInvalidMode(String paramValues)
Copyright © 2014–2018 University Health Network. All rights reserved.