| Package | Description |
|---|---|
| ca.uhn.fhir.model.api | |
| ca.uhn.fhir.model.base.composite | |
| ca.uhn.fhir.model.base.resource | |
| ca.uhn.fhir.parser | |
| ca.uhn.fhir.rest.server.exceptions |
| Modifier and Type | Method and Description |
|---|---|
abstract T |
ResourceMetadataKeyEnum.get(IResource theResource) |
ExtensionDt |
ResourceMetadataKeyEnum.ExtensionResourceMetadataKey.get(IResource theResource) |
void |
ResourceMetadataKeyEnum.ExtensionResourceMetadataKey.put(IResource theResource,
ExtensionDt theObject) |
abstract void |
ResourceMetadataKeyEnum.put(IResource theResource,
T theObject) |
| Modifier and Type | Method and Description |
|---|---|
abstract List<? extends IResource> |
BaseContainedDt.getContainedResources() |
| Constructor and Description |
|---|
BaseResourceReferenceDt(IResource theResource)
Constructor
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BaseConformance |
interface |
BaseOperationOutcome |
interface |
BaseSecurityEvent |
| Modifier and Type | Method and Description |
|---|---|
protected static <T> List<T> |
BaseParser.extractMetadataListNotNull(IResource resource,
ResourceMetadataKeyEnum<List<T>> key) |
protected List<Map.Entry<ResourceMetadataKeyEnum<?>,Object>> |
BaseParser.getExtensionMetadataKeys(IResource resource) |
protected TagList |
BaseParser.getMetaTagsForEncoding(IResource theIResource,
BaseParser.EncodeContext theEncodeContext) |
protected boolean |
BaseParser.shouldEncodePath(IResource theResource,
String thePath)
Used for DSTU2 only
|
protected boolean |
BaseParser.shouldEncodeResourceMeta(IResource theResource)
Used for DSTU2 only
|
| Constructor and Description |
|---|
ResourceNotFoundException(Class<? extends IResource> theClass,
BaseIdentifierDt theId)
Deprecated.
This doesn't make sense, since an identifier is not a resource ID and shouldn't generate a 404 if it isn't found - Should be removed
|
ResourceNotFoundException(Class<? extends IResource> theClass,
IdDt theId) |
ResourceNotFoundException(Class<? extends IResource> theClass,
IdDt theId,
IBaseOperationOutcome theOperationOutcome) |
ResourceNotFoundException(Class<? extends IResource> theClass,
IIdType theId) |
ResourceNotFoundException(Class<? extends IResource> theClass,
IIdType theId,
IBaseOperationOutcome theOperationOutcome) |
Copyright © 2014–2019 University Health Network. All rights reserved.