| Package | Description |
|---|---|
| ca.uhn.fhir.rest.server | |
| ca.uhn.fhir.rest.server.method |
| Modifier and Type | Method and Description |
|---|---|
Object |
IRestfulServerUtil.getResourceParameter(RequestDetails requestDetails,
ResourceParameter.Mode myMode,
BaseMethodBinding<?> theMethodBinding,
Class<? extends org.hl7.fhir.instance.model.api.IBaseResource> myResourceType) |
| Modifier and Type | Method and Description |
|---|---|
ResourceParameter.Mode |
ResourceParameter.getMode() |
static ResourceParameter.Mode |
ResourceParameter.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceParameter.Mode[] |
ResourceParameter.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ResourceParameter(Class<? extends org.hl7.fhir.instance.model.api.IBaseResource> theParameterType,
Object theProvider,
ResourceParameter.Mode theMode,
boolean theMethodIsOperation) |
Copyright © 2014–2019 University Health Network. All rights reserved.