| Package | Description |
|---|---|
| ca.uhn.fhir.rest.param | |
| ca.uhn.fhir.rest.server |
| 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 IResource> theParameterType,
Object theProvider,
ResourceParameter.Mode theMode) |
| Modifier and Type | Method and Description |
|---|---|
Object |
IRestfulServerUtil.getResourceParameter(RequestDetails requestDetails,
ResourceParameter.Mode myMode,
BaseMethodBinding<?> theMethodBinding,
Class<? extends IBaseResource> myResourceType) |
Copyright © 2014–2016 University Health Network. All rights reserved.