Uses of Class
ca.uhn.fhir.model.api.ResourceMetadataKeyEnum
-
Packages that use ResourceMetadataKeyEnum Package Description ca.uhn.fhir.model.api ca.uhn.fhir.parser -
-
Uses of ResourceMetadataKeyEnum in ca.uhn.fhir.model.api
Subclasses of ResourceMetadataKeyEnum in ca.uhn.fhir.model.api Modifier and Type Class Description static classResourceMetadataKeyEnum.ExtensionResourceMetadataKeystatic classResourceMetadataKeyEnum.ResourceMetadataKeySupportingAnyResource<T,T2>Fields in ca.uhn.fhir.model.api declared as ResourceMetadataKeyEnum Modifier and Type Field Description static 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.TheIResource.getId()resource ID will now be populated with the version ID via theIdDt.getVersionIdPart()methodstatic 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 ResourceMetadataKeyEnum Modifier and Type Method Description protected List<Map.Entry<ResourceMetadataKeyEnum<?>,Object>>BaseParser. getExtensionMetadataKeys(IResource resource)Methods in ca.uhn.fhir.parser with parameters of type ResourceMetadataKeyEnum Modifier and Type Method Description protected static <T> List<T>BaseParser. extractMetadataListNotNull(IResource resource, ResourceMetadataKeyEnum<List<T>> key)
-