Class ResourcePersistentIdMap

java.lang.Object
ca.uhn.fhir.jpa.cache.ResourcePersistentIdMap

public class ResourcePersistentIdMap extends Object
  • Constructor Details

  • Method Details

    • fromResourcePersistentIds

      public static ResourcePersistentIdMap fromResourcePersistentIds(List<ca.uhn.fhir.rest.api.server.storage.IResourcePersistentId> theResourcePersistentIds)
    • containsKey

      public boolean containsKey(org.hl7.fhir.instance.model.api.IIdType theId)
    • getResourcePersistentId

      public ca.uhn.fhir.rest.api.server.storage.IResourcePersistentId getResourcePersistentId(org.hl7.fhir.instance.model.api.IIdType theId)
    • isEmpty

      public boolean isEmpty()
    • size

      public int size()
    • put

      public void put(org.hl7.fhir.instance.model.api.IIdType theId, ca.uhn.fhir.rest.api.server.storage.IResourcePersistentId thePid)
    • putAll

      public void putAll(ResourcePersistentIdMap theIdAndPID)