Package ca.uhn.fhir.jpa.cache
Class ResourcePersistentIdMap
java.lang.Object
ca.uhn.fhir.jpa.cache.ResourcePersistentIdMap
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
containsKey
(org.hl7.fhir.instance.model.api.IIdType theId) static ResourcePersistentIdMap
fromResourcePersistentIds
(List<ca.uhn.fhir.rest.api.server.storage.IResourcePersistentId> theResourcePersistentIds) ca.uhn.fhir.rest.api.server.storage.IResourcePersistentId
getResourcePersistentId
(org.hl7.fhir.instance.model.api.IIdType theId) boolean
isEmpty()
void
put
(org.hl7.fhir.instance.model.api.IIdType theId, ca.uhn.fhir.rest.api.server.storage.IResourcePersistentId thePid) void
putAll
(ResourcePersistentIdMap theIdAndPID) int
size()
-
Constructor Details
-
ResourcePersistentIdMap
public ResourcePersistentIdMap()
-
-
Method Details
-
fromResourcePersistentIds
public static ResourcePersistentIdMap fromResourcePersistentIds(List<ca.uhn.fhir.rest.api.server.storage.IResourcePersistentId> theResourcePersistentIds) -
containsKey
-
getResourcePersistentId
public ca.uhn.fhir.rest.api.server.storage.IResourcePersistentId getResourcePersistentId(org.hl7.fhir.instance.model.api.IIdType theId) -
isEmpty
-
size
-
put
public void put(org.hl7.fhir.instance.model.api.IIdType theId, ca.uhn.fhir.rest.api.server.storage.IResourcePersistentId thePid) -
putAll
-