| 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).
|
MethodOutcome |
MethodOutcome.setId(IIdType theId) |
MethodOutcome |
MethodOutcome.setOperationOutcome(IBaseOperationOutcome theBaseOperationOutcome)
Sets the
IBaseOperationOutcome resource to return to the client. |
MethodOutcome |
MethodOutcome.setResource(IBaseResource theResource)
In a server response: This field may be populated in server code with the final resource for operations
where a resource body is being created/updated.
|
| Modifier and Type | Method and Description |
|---|---|
MethodOutcome |
GenericClient.create(IBaseResource theResource)
Deprecated.
|
MethodOutcome |
IGenericClient.create(IBaseResource theResource)
Deprecated.
Use
fluent method instead. This method will be removed. |
MethodOutcome |
GenericClient.delete(Class<? extends IBaseResource> theType,
IdDt theId)
Deprecated.
|
MethodOutcome |
IGenericClient.delete(Class<? extends IBaseResource> theType,
IdDt theId)
Deprecated.
Use
IGenericClient.delete() instead |
MethodOutcome |
GenericClient.delete(Class<? extends IBaseResource> theType,
String theId)
Deprecated.
|
MethodOutcome |
IGenericClient.delete(Class<? extends IBaseResource> theType,
String theId)
Deprecated.
Use
IGenericClient.delete() instead |
MethodOutcome |
GenericClient.update(IdDt theIdDt,
IBaseResource theResource) |
MethodOutcome |
IGenericClient.update(IdDt theId,
IBaseResource theResource)
Implementation of the "instance update" method.
|
MethodOutcome |
GenericClient.update(String theId,
IBaseResource theResource) |
MethodOutcome |
IGenericClient.update(String theId,
IBaseResource theResource)
Implementation of the "instance update" method.
|
MethodOutcome |
GenericClient.validate(IBaseResource theResource) |
MethodOutcome |
IGenericClient.validate(IBaseResource theResource)
Implementation of the "type validate" method.
|
| Modifier and Type | Method and Description |
|---|---|
static MethodOutcome |
MethodUtil.process2xxResponse(FhirContext theContext,
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)
This is only used for DSTU1 getTags operations, so it can be removed at some point when we
drop DSTU1
|
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–2017 University Health Network. All rights reserved.