| Package | Description |
|---|---|
| ca.uhn.fhir.rest.server | |
| ca.uhn.fhir.rest.server.method |
| Modifier and Type | Class and Description |
|---|---|
class |
BundleProviderWithNamedPages
Bundle provider that uses named pages instead of counts
|
class |
SimpleBundleProvider |
| Modifier and Type | Method and Description |
|---|---|
static IBundleProvider |
BundleProviders.newEmptyList()
Create a new unmodifiable empty resource list with the current time as the publish date.
|
static IBundleProvider |
BundleProviders.newList(org.hl7.fhir.instance.model.api.IBaseResource theResource) |
static IBundleProvider |
BundleProviders.newList(List<org.hl7.fhir.instance.model.api.IBaseResource> theResources) |
IBundleProvider |
FifoMemoryPagingProvider.retrieveResultList(String theId) |
IBundleProvider |
IPagingProvider.retrieveResultList(String theSearchId)
Retrieve a result list by ID
|
default IBundleProvider |
IPagingProvider.retrieveResultList(String theSearchId,
String thePageId)
Retrieve a result list by ID
|
| Modifier and Type | Method and Description |
|---|---|
String |
FifoMemoryPagingProvider.storeResultList(IBundleProvider theList) |
String |
IPagingProvider.storeResultList(IBundleProvider theList)
Stores a result list and returns an ID with which that list can be returned
|
| Modifier and Type | Method and Description |
|---|---|
IBundleProvider |
ConformanceMethodBinding.invokeServer(IRestfulServer<?> theServer,
RequestDetails theRequest,
Object[] theMethodParams) |
IBundleProvider |
SearchMethodBinding.invokeServer(IRestfulServer<?> theServer,
RequestDetails theRequest,
Object[] theMethodParams) |
IBundleProvider |
ReadMethodBinding.invokeServer(IRestfulServer<?> theServer,
RequestDetails theRequest,
Object[] theMethodParams) |
IBundleProvider |
HistoryMethodBinding.invokeServer(IRestfulServer<?> theServer,
RequestDetails theRequest,
Object[] theMethodParams) |
protected IBundleProvider |
BaseMethodBinding.toResourceList(Object response) |
Copyright © 2014–2019 University Health Network. All rights reserved.