@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
FhirLoadPage.| Constructor and Description |
|---|
FhirLoadPageEndpointConfiguration() |
| Modifier and Type | Method and 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) |
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, setValidationModepublic org.hl7.fhir.instance.model.api.IBaseBundle getBundle()
public void setBundle(org.hl7.fhir.instance.model.api.IBaseBundle bundle)
public Map<org.apache.camel.component.fhir.api.ExtraParameters,Object> getExtraParameters()
public void setExtraParameters(Map<org.apache.camel.component.fhir.api.ExtraParameters,Object> extraParameters)
public Class<org.hl7.fhir.instance.model.api.IBaseBundle> getReturnType()
public void setReturnType(Class<org.hl7.fhir.instance.model.api.IBaseBundle> returnType)
public String getUrl()
public void setUrl(String url)
Apache Camel