| Package | Description |
|---|---|
| ca.uhn.fhir.rest.api | |
| ca.uhn.fhir.rest.client | |
| ca.uhn.fhir.rest.method | |
| ca.uhn.fhir.rest.server | |
| ca.uhn.fhir.rest.server.servlet |
| Modifier and Type | Method and Description |
|---|---|
MethodOutcome |
MethodOutcome.setCreated(Boolean theCreated)
If not null, indicates whether the resource was created (as opposed to being updated).
|
| Modifier and Type | Method and Description |
|---|---|
MethodOutcome |
IGenericClient.create(IBaseResource theResource)
Deprecated.
Use
fluent method instead. This method will be removed. |
MethodOutcome |
GenericClient.create(IBaseResource theResource) |
MethodOutcome |
IGenericClient.delete(Class<? extends IBaseResource> theType,
IdDt theId)
Deprecated.
Use
IGenericClient.delete() instead |
MethodOutcome |
GenericClient.delete(Class<? extends IBaseResource> theType,
IdDt theId) |
MethodOutcome |
IGenericClient.delete(Class<? extends IBaseResource> theType,
String theId)
Deprecated.
Use
IGenericClient.delete() instead |
MethodOutcome |
GenericClient.delete(Class<? extends IBaseResource> theType,
String theId) |
MethodOutcome |
IGenericClient.update(IdDt theId,
IBaseResource theResource)
Implementation of the "instance update" method.
|
MethodOutcome |
GenericClient.update(IdDt theIdDt,
IBaseResource theResource) |
MethodOutcome |
IGenericClient.update(String theId,
IBaseResource theResource)
Implementation of the "instance update" method.
|
MethodOutcome |
GenericClient.update(String theId,
IBaseResource theResource) |
MethodOutcome |
IGenericClient.validate(IBaseResource theResource)
Implementation of the "type validate" method.
|
MethodOutcome |
GenericClient.validate(IBaseResource theResource) |
| Modifier and Type | Method and Description |
|---|---|
static MethodOutcome |
MethodUtil.process2xxResponse(FhirContext theContext,
String theResourceName,
int theResponseStatusCode,
String theResponseMimeType,
Reader theResponseReader,
Map<String,List<String>> theHeaders) |
| Modifier and Type | Method and Description |
|---|---|
Object |
IRestfulResponse.returnResponse(ParseAction<?> outcome,
int operationStatus,
boolean allowPrefer,
MethodOutcome response,
String resourceName) |
Object |
RestfulServer.returnResponse(ServletRequestDetails theRequest,
ParseAction<?> outcome,
int operationStatus,
boolean allowPrefer,
MethodOutcome response,
String resourceName) |
| Modifier and Type | Method and Description |
|---|---|
Object |
ServletRestfulResponse.returnResponse(ParseAction<?> outcome,
int operationStatus,
boolean allowPrefer,
MethodOutcome response,
String resourceName) |
Copyright © 2014–2016 University Health Network. All rights reserved.