Package io.goobi.viewer.model.security.recordlock


package io.goobi.viewer.model.security.recordlock
Implements an in-memory record locking mechanism that prevents concurrent conflicting access to individual records, tracking active locks and their owning sessions.
  • Class
    Description
    Possible result for a record lock action, specifically RecordLockManager.lockRecord(String, String, Integer).
    Instance of a limited view record being loaded by a user.
    Manages concurrent view limits and access condition caches for individual records.