Uses of Interface
org.nuxeo.ecm.core.api.lock.LockManager
Packages that use LockManager
Package
Description
Implementation of a Nuxeo repository over an SQL database.
-
Uses of LockManager in org.nuxeo.ecm.core.io.impl.extensions
Methods in org.nuxeo.ecm.core.io.impl.extensions that return LockManagerModifier and TypeMethodDescriptionprotected LockManagerDocumentLockImporter.getLockManager(CoreSession session) -
Uses of LockManager in org.nuxeo.ecm.core.model
Methods in org.nuxeo.ecm.core.model that return LockManagerModifier and TypeMethodDescriptionSession.getLockManager()Gets the lock manager for this session. -
Uses of LockManager in org.nuxeo.ecm.core.storage.dbs
Subinterfaces of LockManager in org.nuxeo.ecm.core.storage.dbsModifier and TypeInterfaceDescriptioninterfaceInterface for a connection to aDBSRepository.interfaceInterface for aRepositoryfor Document-Based Storage.Classes in org.nuxeo.ecm.core.storage.dbs that implement LockManagerModifier and TypeClassDescriptionclassThe DBS Cache layer used to cache some method call of real repositoryclassThe DBS Cache layer used to cache some method call of real repositoryclassInterface for a connection to aDBSRepository.classProvides sharing behavior for repository sessions and other basic functions.classTransactional state for a session.Fields in org.nuxeo.ecm.core.storage.dbs declared as LockManagerMethods in org.nuxeo.ecm.core.storage.dbs that return LockManagerModifier and TypeMethodDescriptionDBSCachingRepository.getLockManager()DBSRepository.getLockManager()Gets the lock manager for this repository.DBSRepositoryBase.getLockManager()DBSSession.getLockManager() -
Uses of LockManager in org.nuxeo.ecm.core.storage.lock
Fields in org.nuxeo.ecm.core.storage.lock with type parameters of type LockManagerModifier and TypeFieldDescriptionClass<? extends LockManager> LockManagerDescriptor.klassprotected Map<String, LockManager> LockManagerService.lockManagersMethods in org.nuxeo.ecm.core.storage.lock that return LockManagerModifier and TypeMethodDescriptionLockManagerService.getLockManager(String name) Returns the lock manager registered with the given name.Methods in org.nuxeo.ecm.core.storage.lock with parameters of type LockManagerModifier and TypeMethodDescriptionvoidLockManagerService.registerLockManager(String name, LockManager lockManager) -
Uses of LockManager in org.nuxeo.ecm.core.storage.mem
Classes in org.nuxeo.ecm.core.storage.mem that implement LockManagerModifier and TypeClassDescriptionclassIn-memory implementation of aDBSConnection.classIn-memory implementation of aDBSRepository. -
Uses of LockManager in org.nuxeo.ecm.core.storage.mongodb
Classes in org.nuxeo.ecm.core.storage.mongodb that implement LockManagerModifier and TypeClassDescriptionclassMongoDB implementation of aDBSConnection.classMongoDB implementation of aRepository. -
Uses of LockManager in org.nuxeo.ecm.core.storage.sql
Classes in org.nuxeo.ecm.core.storage.sql that implement LockManagerModifier and TypeClassDescriptionclassManager of locks stored in the repository SQL database.Methods in org.nuxeo.ecm.core.storage.sql that return LockManagerModifier and TypeMethodDescriptionRepositoryImpl.getLockManager()Session.getLockManager()Gets the lock manager for this session.SessionImpl.getLockManager() -
Uses of LockManager in org.nuxeo.ecm.core.storage.sql.coremodel
Methods in org.nuxeo.ecm.core.storage.sql.coremodel that return LockManager