Package ca.uhn.fhir.rest.client.method
Class SearchParameter
java.lang.Object
ca.uhn.fhir.rest.client.method.BaseQueryParameter
ca.uhn.fhir.rest.client.method.SearchParameter
- All Implemented Interfaces:
IParameter
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionList
<ca.uhn.fhir.rest.api.QualifiedParamList> getName()
ca.uhn.fhir.rest.api.RestSearchParameterTypeEnum
Class
<?> getType()
boolean
void
setChainlists
(String[] theChainWhitelist) void
setCompositeTypes
(Class<? extends ca.uhn.fhir.model.api.IQueryParameterType>[] theCompositeTypes) void
setDeclaredTypes
(Class<? extends org.hl7.fhir.instance.model.api.IBaseResource>[] theTypes) void
void
setRequired
(boolean required) void
setType
(ca.uhn.fhir.context.FhirContext theContext, Class<?> type, Class<? extends Collection<?>> theInnerCollectionType, Class<? extends Collection<?>> theOuterCollectionType) toString()
Methods inherited from class ca.uhn.fhir.rest.client.method.BaseQueryParameter
initializeTypes, translateClientArgumentIntoQueryArgument
-
Constructor Details
-
SearchParameter
public SearchParameter() -
SearchParameter
-
-
Method Details
-
encode
public List<ca.uhn.fhir.rest.api.QualifiedParamList> encode(ca.uhn.fhir.context.FhirContext theContext, Object theObject) throws ca.uhn.fhir.rest.server.exceptions.InternalErrorException - Specified by:
encode
in classBaseQueryParameter
- Throws:
ca.uhn.fhir.rest.server.exceptions.InternalErrorException
-
getName
- Specified by:
getName
in classBaseQueryParameter
-
getParamType
- Specified by:
getParamType
in classBaseQueryParameter
-
getType
-
isRequired
- Specified by:
isRequired
in classBaseQueryParameter
-
setChainlists
-
setCompositeTypes
public void setCompositeTypes(Class<? extends ca.uhn.fhir.model.api.IQueryParameterType>[] theCompositeTypes) -
setDeclaredTypes
public void setDeclaredTypes(Class<? extends org.hl7.fhir.instance.model.api.IBaseResource>[] theTypes) -
setName
-
setRequired
-
setType
public void setType(ca.uhn.fhir.context.FhirContext theContext, Class<?> type, Class<? extends Collection<?>> theInnerCollectionType, Class<? extends Collection<?>> theOuterCollectionType) -
toString
-