| Package | Description |
|---|---|
| ca.uhn.fhir.rest.method | |
| ca.uhn.fhir.rest.server |
| Modifier and Type | Method and Description |
|---|---|
IBundleProvider |
ReadMethodBinding.invokeServer(IRestfulServer<?> theServer,
RequestDetails theRequest,
Object[] theMethodParams) |
IBundleProvider |
HistoryMethodBinding.invokeServer(IRestfulServer<?> theServer,
RequestDetails theRequest,
Object[] theMethodParams) |
IBundleProvider |
SearchMethodBinding.invokeServer(IRestfulServer theServer,
RequestDetails theRequest,
Object[] theMethodParams) |
IBundleProvider |
DynamicSearchMethodBinding.invokeServer(IRestfulServer theServer,
RequestDetails theRequest,
Object[] theMethodParams) |
IBundleProvider |
ConformanceMethodBinding.invokeServer(IRestfulServer theServer,
RequestDetails theRequest,
Object[] theMethodParams) |
protected IBundleProvider |
BaseMethodBinding.toResourceList(Object response) |
| Modifier and Type | Class and Description |
|---|---|
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(IBaseResource theResource) |
static IBundleProvider |
BundleProviders.newList(List<IBaseResource> theResources) |
IBundleProvider |
IPagingProvider.retrieveResultList(String theId)
Retrieve a result list by ID
|
IBundleProvider |
FifoMemoryPagingProvider.retrieveResultList(String theId) |
| Modifier and Type | Method and Description |
|---|---|
void |
IVersionSpecificBundleFactory.initializeBundleFromBundleProvider(IRestfulServer theServer,
IBundleProvider theResult,
EncodingEnum theResponseEncoding,
String theServerBase,
String theCompleteUrl,
boolean thePrettyPrint,
int theOffset,
Integer theCount,
String theSearchId,
BundleTypeEnum theBundleType,
Set<Include> theIncludes) |
String |
IPagingProvider.storeResultList(IBundleProvider theList)
Stores a result list and returns an ID with which that list can be returned
|
String |
FifoMemoryPagingProvider.storeResultList(IBundleProvider theList) |
Copyright © 2014–2016 University Health Network. All rights reserved.