Uses of Class
ca.uhn.fhir.model.api.ResourceMetadataKeyEnum
Packages that use ResourceMetadataKeyEnum
-
Uses of ResourceMetadataKeyEnum in ca.uhn.fhir.model.api
Subclasses of ResourceMetadataKeyEnum in ca.uhn.fhir.model.apiModifier and TypeClassDescriptionstatic classstatic classFields in ca.uhn.fhir.model.api declared as ResourceMetadataKeyEnumModifier and TypeFieldDescriptionstatic ResourceMetadataKeyEnum<List<IdDt>>ResourceMetadataKeyEnum.PROFILESThe value for this key represents aListof profile IDs that this resource claims to conform to.static ResourceMetadataKeyEnum<InstantDt>ResourceMetadataKeyEnum.PUBLISHEDThe value for this key is the bundle entry Published time.static ResourceMetadataKeyEnum<List<BaseCodingDt>>ResourceMetadataKeyEnum.SECURITY_LABELSstatic ResourceMetadataKeyEnum<TagList>ResourceMetadataKeyEnum.TAG_LISTThe value for this key is the list of tags associated with this resourcestatic ResourceMetadataKeyEnum<InstantDt>ResourceMetadataKeyEnum.UPDATEDThe value for this key is the bundle entry Updated time.static ResourceMetadataKeyEnum<String>ResourceMetadataKeyEnum.VERSIONDeprecated.static ResourceMetadataKeyEnum<IdDt>ResourceMetadataKeyEnum.VERSION_IDDeprecated.TheIResource.getId()resource ID will now be populated with the version ID via theIdDt.getVersionIdPart()method -
Uses of ResourceMetadataKeyEnum in ca.uhn.fhir.parser
Methods in ca.uhn.fhir.parser that return types with arguments of type ResourceMetadataKeyEnumModifier and TypeMethodDescriptionprotected List<Map.Entry<ResourceMetadataKeyEnum<?>,Object>>BaseParser.getExtensionMetadataKeys(IResource resource)Methods in ca.uhn.fhir.parser with parameters of type ResourceMetadataKeyEnumModifier and TypeMethodDescriptionprotected static <T> List<T>BaseParser.extractMetadataListNotNull(IResource resource, ResourceMetadataKeyEnum<List<T>> key)
IResource.getId()resource ID will now be populated with the version ID via theIdDt.getVersionIdPart()method