java.lang.Object
ca.uhn.fhir.model.api.ResourceMetadataKeyEnum<T>
ca.uhn.fhir.model.api.ResourceMetadataKeyEnum.ResourceMetadataKeySupportingAnyResource<
Boolean,
Boolean>
ca.uhn.fhir.jpa.api.dao.MetadataKeyCurrentlyReindexing
-
Nested Class Summary
ca.uhn.fhir.model.api.ResourceMetadataKeyEnum.ExtensionResourceMetadataKey, ca.uhn.fhir.model.api.ResourceMetadataKeyEnum.ResourceMetadataKeySupportingAnyResource<T extends Object,T2 extends Object>
-
Field Summary
DELETED_AT, ENTRY_SEARCH_MODE, ENTRY_TRANSACTION_METHOD, PROFILES, PUBLISHED, SECURITY_LABELS, TAG_LIST, UPDATED, VERSION, VERSION_ID
-
Method Summary
get(ca.uhn.fhir.model.api.IResource theResource)
get(org.hl7.fhir.instance.model.api.IAnyResource theResource)
void
put(ca.uhn.fhir.model.api.IResource theResource,
Boolean theObject)
void
put(org.hl7.fhir.instance.model.api.IAnyResource theResource,
Boolean theObject)
void
put(org.hl7.fhir.instance.model.api.IBaseResource theResource,
Boolean theValue)
equals, hashCode, name
-
Method Details
-
get
public Boolean get(org.hl7.fhir.instance.model.api.IAnyResource theResource)
- Specified by:
get
in class ca.uhn.fhir.model.api.ResourceMetadataKeyEnum.ResourceMetadataKeySupportingAnyResource<Boolean,Boolean>
-
get
public Boolean get(ca.uhn.fhir.model.api.IResource theResource)
- Specified by:
get
in class ca.uhn.fhir.model.api.ResourceMetadataKeyEnum<Boolean>
-
put
public void put(org.hl7.fhir.instance.model.api.IAnyResource theResource,
Boolean theObject)
- Specified by:
put
in class ca.uhn.fhir.model.api.ResourceMetadataKeyEnum.ResourceMetadataKeySupportingAnyResource<Boolean,Boolean>
-
put
public void put(org.hl7.fhir.instance.model.api.IBaseResource theResource,
Boolean theValue)
-
put
public void put(ca.uhn.fhir.model.api.IResource theResource,
Boolean theObject)
- Specified by:
put
in class ca.uhn.fhir.model.api.ResourceMetadataKeyEnum<Boolean>