Package ca.uhn.fhir.jpa.model.cross
Interface IBasePersistedResource<T extends ca.uhn.fhir.rest.api.server.storage.IResourcePersistentId<?>>
- All Superinterfaces:
IResourceLookup<T>
- All Known Implementing Classes:
BaseHasResource
,ResourceHistoryTable
,ResourceTable
public interface IBasePersistedResource<T extends ca.uhn.fhir.rest.api.server.storage.IResourcePersistentId<?>>
extends IResourceLookup<T>
-
Method Summary
Modifier and TypeMethodDescriptionorg.hl7.fhir.instance.model.api.IIdType
getIdDt()
long
boolean
void
Methods inherited from interface ca.uhn.fhir.jpa.model.cross.IResourceLookup
getDeleted, getPersistentId, getResourceType
-
Method Details
-
getIdDt
org.hl7.fhir.instance.model.api.IIdType getIdDt() -
getVersion
long getVersion() -
isDeleted
boolean isDeleted() -
setNotDeleted
void setNotDeleted()
-