Uses of Interface
ca.uhn.fhir.model.api.IResource
Package
Description
-
Uses of IResource in ca.uhn.fhir.model.base.composite
-
Uses of IResource in ca.uhn.fhir.model.base.resource
Modifier and TypeInterfaceDescriptioninterface
interface
interface
-
Uses of IResource in ca.uhn.fhir.parser
Modifier and TypeMethodDescriptionprotected 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, ca.uhn.fhir.parser.BaseParser.EncodeContext theEncodeContext) protected boolean
BaseParser.shouldEncodePath
(IResource theResource, String thePath, ca.uhn.fhir.parser.BaseParser.EncodeContext theEncodeContext) Used for DSTU2 onlyprotected boolean
BaseParser.shouldEncodeResourceMeta
(IResource theResource, ca.uhn.fhir.parser.BaseParser.EncodeContext theEncodeContext) Used for DSTU2 only -
Uses of IResource in ca.uhn.fhir.rest.server.exceptions
ModifierConstructorDescriptionResourceNotFoundException
(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 removedResourceNotFoundException
(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)