Package ca.uhn.fhir.rest.client.method
Class SortParameter
- java.lang.Object
-
- ca.uhn.fhir.rest.client.method.SortParameter
-
- All Implemented Interfaces:
IParameter
public class SortParameter extends Object implements IParameter
-
-
Constructor Summary
Constructors Constructor Description SortParameter(ca.uhn.fhir.context.FhirContext theContext)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StringcreateSortStringDstu3(ca.uhn.fhir.rest.api.SortSpec ss)voidinitializeTypes(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)
-
-
-
Constructor Detail
-
SortParameter
public SortParameter(ca.uhn.fhir.context.FhirContext theContext)
-
-
Method Detail
-
initializeTypes
public void initializeTypes(Method theMethod, Class<? extends Collection<?>> theOuterCollectionType, Class<? extends Collection<?>> theInnerCollectionType, Class<?> theParameterType)
- Specified by:
initializeTypesin interfaceIParameter
-
translateClientArgumentIntoQueryArgument
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
- Specified by:
translateClientArgumentIntoQueryArgumentin interfaceIParameter- Throws:
ca.uhn.fhir.rest.server.exceptions.InternalErrorException
-
createSortStringDstu3
public static String createSortStringDstu3(ca.uhn.fhir.rest.api.SortSpec ss)
-
-