| Package | Description |
|---|---|
| ca.uhn.fhir.rest.api | |
| ca.uhn.fhir.rest.method | |
| ca.uhn.fhir.rest.server.interceptor |
| Modifier and Type | Method and Description |
|---|---|
RestOperationTypeEnum |
RestOperationTypeEnum.forCode(String theCode)
Returns the enumerated value associated with this code
|
static RestOperationTypeEnum |
RestOperationTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RestOperationTypeEnum[] |
RestOperationTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static List<IParameter> |
MethodUtil.getResourceParameters(FhirContext theContext,
Method theMethod,
Object theProvider,
RestOperationTypeEnum theRestfulOperationTypeEnum) |
void |
RequestDetails.setRestOperationType(RestOperationTypeEnum theRestOperationType) |
| Modifier and Type | Method and Description |
|---|---|
void |
ResponseValidatingInterceptor.addExcludeOperationType(RestOperationTypeEnum theOperationType)
Do not validate the following operations.
|
void |
IServerInterceptor.incomingRequestPreHandled(RestOperationTypeEnum theOperation,
IServerInterceptor.ActionRequestDetails theProcessedRequest)
Invoked before an incoming request is processed
|
void |
InterceptorAdapter.incomingRequestPreHandled(RestOperationTypeEnum theOperation,
IServerInterceptor.ActionRequestDetails theProcessedRequest) |
Copyright © 2014–2016 University Health Network. All rights reserved.