Package org.apache.camel.component.fhir
Class FhirLoadPageEndpointConfiguration
- java.lang.Object
-
- org.apache.camel.component.fhir.FhirConfiguration
-
- org.apache.camel.component.fhir.FhirLoadPageEndpointConfiguration
-
@ApiParams(apiName="load-page",description="API that Loads the previous/next bundle of resources from a paged set, using the link specified in the link type=next tag within the atom bundle",apiMethods={@ApiMethod(methodName="byUrl",description="Load a page of results using the given URL and bundle type and return a DSTU1 Atom bundle",signatures="org.hl7.fhir.instance.model.api.IBaseBundle byUrl(String url, Class<org.hl7.fhir.instance.model.api.IBaseBundle> returnType, java.util.Map<org.apache.camel.component.fhir.api.ExtraParameters, Object> extraParameters)"),@ApiMethod(methodName="next",description="Load the next page of results using the link with relation next in the bundle",signatures="org.hl7.fhir.instance.model.api.IBaseBundle next(org.hl7.fhir.instance.model.api.IBaseBundle bundle, java.util.Map<org.apache.camel.component.fhir.api.ExtraParameters, Object> extraParameters)"),@ApiMethod(methodName="previous",description="Load the previous page of results using the link with relation prev in the bundle",signatures="org.hl7.fhir.instance.model.api.IBaseBundle previous(org.hl7.fhir.instance.model.api.IBaseBundle bundle, java.util.Map<org.apache.camel.component.fhir.api.ExtraParameters, Object> extraParameters)")},aliases={}) @UriParams @Configurer(extended=true) public final class FhirLoadPageEndpointConfiguration extends FhirConfiguration
Camel endpoint configuration forFhirLoadPage
.
-
-
Constructor Summary
Constructors Constructor Description FhirLoadPageEndpointConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.hl7.fhir.instance.model.api.IBaseBundle
getBundle()
Map<org.apache.camel.component.fhir.api.ExtraParameters,Object>
getExtraParameters()
Class<org.hl7.fhir.instance.model.api.IBaseBundle>
getReturnType()
String
getUrl()
void
setBundle(org.hl7.fhir.instance.model.api.IBaseBundle bundle)
void
setExtraParameters(Map<org.apache.camel.component.fhir.api.ExtraParameters,Object> extraParameters)
void
setReturnType(Class<org.hl7.fhir.instance.model.api.IBaseBundle> returnType)
void
setUrl(String url)
-
Methods inherited from class org.apache.camel.component.fhir.FhirConfiguration
equals, getAccessToken, getApiName, getClient, getClientFactory, getConnectionTimeout, getEncoding, getFhirContext, getFhirVersion, getMethodName, getPassword, getProxyHost, getProxyPassword, getProxyPort, getProxyUser, getServerUrl, getSessionCookie, getSocketTimeout, getSummary, getUsername, getValidationMode, hashCode, isCompress, isDeferModelScanning, isForceConformanceCheck, isLog, isPrettyPrint, setAccessToken, setApiName, setClient, setClientFactory, setCompress, setConnectionTimeout, setDeferModelScanning, setEncoding, setFhirContext, setFhirVersion, setForceConformanceCheck, setLog, setMethodName, setPassword, setPrettyPrint, setProxyHost, setProxyPassword, setProxyPort, setProxyUser, setServerUrl, setSessionCookie, setSocketTimeout, setSummary, setUsername, setValidationMode
-
-
-
-
Method Detail
-
getBundle
public org.hl7.fhir.instance.model.api.IBaseBundle getBundle()
-
setBundle
public void setBundle(org.hl7.fhir.instance.model.api.IBaseBundle bundle)
-
getExtraParameters
public Map<org.apache.camel.component.fhir.api.ExtraParameters,Object> getExtraParameters()
-
setExtraParameters
public void setExtraParameters(Map<org.apache.camel.component.fhir.api.ExtraParameters,Object> extraParameters)
-
getReturnType
public Class<org.hl7.fhir.instance.model.api.IBaseBundle> getReturnType()
-
setReturnType
public void setReturnType(Class<org.hl7.fhir.instance.model.api.IBaseBundle> returnType)
-
getUrl
public String getUrl()
-
setUrl
public void setUrl(String url)
-
-