
Package ca.uhn.fhir.jpa.cache
Class ResourcePersistentIdMap
java.lang.Object
ca.uhn.fhir.jpa.cache.ResourcePersistentIdMap
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsKey(org.hl7.fhir.instance.model.api.IIdType theId) static ResourcePersistentIdMapfromResourcePersistentIds(List<ca.uhn.fhir.rest.api.server.storage.IResourcePersistentId> theResourcePersistentIds) ca.uhn.fhir.rest.api.server.storage.IResourcePersistentIdgetResourcePersistentId(org.hl7.fhir.instance.model.api.IIdType theId) booleanisEmpty()voidput(org.hl7.fhir.instance.model.api.IIdType theId, ca.uhn.fhir.rest.api.server.storage.IResourcePersistentId thePid) voidputAll(ResourcePersistentIdMap theIdAndPID) intsize()
-
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
-