Package ca.uhn.fhir.jpa.model.cross
Interface IResourceLookup<T extends ca.uhn.fhir.rest.api.server.storage.IResourcePersistentId<?>>
- All Known Subinterfaces:
IBasePersistedResource<T>
- All Known Implementing Classes:
BaseHasResource
,ResourceHistoryTable
,ResourceTable
public interface IResourceLookup<T extends ca.uhn.fhir.rest.api.server.storage.IResourcePersistentId<?>>
-
Method Summary
Modifier and TypeMethodDescriptionIf the resource is deleted, returns the date/time that the resource was deleted at.
-
Method Details
-
getResourceType
-
getDeleted
If the resource is deleted, returns the date/time that the resource was deleted at. Otherwise, returnsnull
-
getPersistentId
-