| Package | Description |
|---|---|
| ca.uhn.fhir.rest.api | |
| ca.uhn.fhir.rest.method | |
| ca.uhn.fhir.rest.server | |
| ca.uhn.fhir.rest.server.exceptions | |
| ca.uhn.fhir.rest.server.servlet |
| Modifier and Type | Method and Description |
|---|---|
static RequestTypeEnum |
RequestTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestTypeEnum[] |
RequestTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
RequestTypeEnum |
RequestDetails.getRequestType() |
| Modifier and Type | Method and Description |
|---|---|
protected Set<RequestTypeEnum> |
ValidateMethodBindingDstu1.provideAllowableRequestTypes() |
protected Set<RequestTypeEnum> |
UpdateMethodBinding.provideAllowableRequestTypes() |
protected Set<RequestTypeEnum> |
DeleteMethodBinding.provideAllowableRequestTypes() |
protected Set<RequestTypeEnum> |
CreateMethodBinding.provideAllowableRequestTypes() |
| Modifier and Type | Method and Description |
|---|---|
void |
RequestDetails.setRequestType(RequestTypeEnum theRequestType) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RestfulServer.handleRequest(RequestTypeEnum theRequestType,
javax.servlet.http.HttpServletRequest theRequest,
javax.servlet.http.HttpServletResponse theResponse) |
| Modifier and Type | Method and Description |
|---|---|
Set<RequestTypeEnum> |
MethodNotAllowedException.getAllowedMethods()
Specifies the list of allowed HTTP methods (GET, POST, etc).
|
| Modifier and Type | Method and Description |
|---|---|
void |
MethodNotAllowedException.setAllowedMethods(RequestTypeEnum... theAllowedMethods)
Specifies the list of allowed HTTP methods (GET, POST, etc).
|
| Modifier and Type | Method and Description |
|---|---|
void |
MethodNotAllowedException.setAllowedMethods(Set<RequestTypeEnum> theAllowedMethods)
Specifies the list of allowed HTTP methods (GET, POST, etc).
|
| Constructor and Description |
|---|
MethodNotAllowedException(String theMessage,
IBaseOperationOutcome theOperationOutcome,
RequestTypeEnum... theAllowedMethods)
Constructor
|
MethodNotAllowedException(String theMessage,
RequestTypeEnum... theAllowedMethods)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
static RequestDetails |
ServletRequestDetails.withResourceAndParams(String theResourceName,
RequestTypeEnum theRequestType,
Set<String> theParamNames) |
Copyright © 2014–2016 University Health Network. All rights reserved.