Package ca.uhn.fhir.jpa.model.cross
Interface IBasePersistedResource
- All Known Implementing Classes:
BaseHasResource,ResourceHistoryTable,ResourceTable
public interface IBasePersistedResource
-
Method Summary
Modifier and TypeMethodDescriptionIf the resource is deleted, returns the date/time that the resource was deleted at.org.hl7.fhir.instance.model.api.IIdTypegetIdDt()ca.uhn.fhir.rest.api.server.storage.ResourcePersistentId
-
Method Details
-
getIdDt
org.hl7.fhir.instance.model.api.IIdType getIdDt() -
getDeleted
If the resource is deleted, returns the date/time that the resource was deleted at. Otherwise, returnsnull -
getPersistentId
ca.uhn.fhir.rest.api.server.storage.ResourcePersistentId getPersistentId()
-