Uses of Class
org.nuxeo.ecm.core.api.Lock
-
Packages that use Lock Package Description org.nuxeo.drive.adapter org.nuxeo.drive.adapter.impl org.nuxeo.ecm.core.api org.nuxeo.ecm.core.api.impl org.nuxeo.ecm.core.api.lock org.nuxeo.ecm.core.event.impl Event Service implementation.org.nuxeo.ecm.core.model org.nuxeo.ecm.core.redis.contribs org.nuxeo.ecm.core.storage org.nuxeo.ecm.core.storage.dbs org.nuxeo.ecm.core.storage.mem org.nuxeo.ecm.core.storage.mongodb org.nuxeo.ecm.core.storage.sql Implementation of a Nuxeo repository over an SQL database.org.nuxeo.ecm.core.storage.sql.coremodel -
-
Uses of Lock in org.nuxeo.drive.adapter
Methods in org.nuxeo.drive.adapter that return Lock Modifier and Type Method Description LockFileSystemItem. getLockInfo() -
Uses of Lock in org.nuxeo.drive.adapter.impl
Fields in org.nuxeo.drive.adapter.impl declared as Lock Modifier and Type Field Description protected LockAbstractFileSystemItem. lockInfoMethods in org.nuxeo.drive.adapter.impl that return Lock Modifier and Type Method Description LockAbstractFileSystemItem. getLockInfo()Methods in org.nuxeo.drive.adapter.impl with parameters of type Lock Modifier and Type Method Description protected voidAbstractFileSystemItem. setLockInfo(Lock lockInfo) -
Uses of Lock in org.nuxeo.ecm.core.api
Methods in org.nuxeo.ecm.core.api that return Lock Modifier and Type Method Description LockAbstractSession. getLockInfo(DocumentRef docRef)LockCoreSession. getLockInfo(DocumentRef docRef)Gets the lock info on the given document.LockDocumentModel. getLockInfo()Gets the lock info on the document.LockAbstractSession. removeLock(DocumentRef docRef)LockCoreSession. removeLock(DocumentRef docRef)Removes the lock on the given document.LockDocumentModel. removeLock()Removes the lock on the document.LockAbstractSession. setLock(DocumentRef docRef)LockCoreSession. setLock(DocumentRef docRef)Sets a lock on the given document.LockDocumentModel. setLock()Sets a lock on the document.Constructors in org.nuxeo.ecm.core.api with parameters of type Lock Constructor Description Lock(Lock lock, boolean failed) -
Uses of Lock in org.nuxeo.ecm.core.api.impl
Fields in org.nuxeo.ecm.core.api.impl declared as Lock Modifier and Type Field Description protected LockDocumentModelImpl. lockprotected static LockDocumentModelImpl. LOCK_UNKNOWNMethods in org.nuxeo.ecm.core.api.impl that return Lock Modifier and Type Method Description LockDocumentModelImpl. getLockInfo()LockSimpleDocumentModel. getLockInfo()LockDocumentModelImpl. removeLock()LockSimpleDocumentModel. removeLock()LockDocumentModelImpl. setLock()LockSimpleDocumentModel. setLock()Constructors in org.nuxeo.ecm.core.api.impl with parameters of type Lock Constructor Description DocumentModelImpl(String sid, String type, String id, Path path, Lock lock, DocumentRef docRef, DocumentRef parentRef, String[] schemas, Set<String> facets, String sourceId, String repositoryName)Deprecated.since 11.1, sid and lock are unused -
Uses of Lock in org.nuxeo.ecm.core.api.lock
Methods in org.nuxeo.ecm.core.api.lock that return Lock Modifier and Type Method Description LockLockManager. getLock(String id)Gets the lock on a document.LockLockManager. removeLock(String id, String owner)Removes the lock from a document.LockLockManager. setLock(String id, Lock lock)Sets a lock on a document.Methods in org.nuxeo.ecm.core.api.lock with parameters of type Lock Modifier and Type Method Description LockLockManager. setLock(String id, Lock lock)Sets a lock on a document. -
Uses of Lock in org.nuxeo.ecm.core.event.impl
Methods in org.nuxeo.ecm.core.event.impl that return Lock Modifier and Type Method Description LockShallowDocumentModel. getLockInfo()LockShallowDocumentModel. removeLock()LockShallowDocumentModel. setLock() -
Uses of Lock in org.nuxeo.ecm.core.model
Methods in org.nuxeo.ecm.core.model that return Lock Modifier and Type Method Description LockDocument. getLock()Gets the lock if one set on this document.LockDocument. removeLock(String owner)Removes a lock from this document.LockDocument. setLock(Lock lock)Sets a lock on this document.Methods in org.nuxeo.ecm.core.model with parameters of type Lock Modifier and Type Method Description LockDocument. setLock(Lock lock)Sets a lock on this document. -
Uses of Lock in org.nuxeo.ecm.core.redis.contribs
Methods in org.nuxeo.ecm.core.redis.contribs that return Lock Modifier and Type Method Description LockRedisLockManager. getLock(String id)protected LockRedisLockManager. lockFromString(String lockString)LockRedisLockManager. removeLock(String id, String owner)LockRedisLockManager. setLock(String id, Lock lock)Methods in org.nuxeo.ecm.core.redis.contribs with parameters of type Lock Modifier and Type Method Description LockRedisLockManager. setLock(String id, Lock lock)protected StringRedisLockManager. stringFromLock(Lock lock) -
Uses of Lock in org.nuxeo.ecm.core.storage
Methods in org.nuxeo.ecm.core.storage that return Lock Modifier and Type Method Description protected abstract LockBaseDocument. getDocumentLock()Gets the lock from this recently created and unsaved document.LockBaseDocument. getLock()protected abstract LockBaseDocument. removeDocumentLock(String owner)Removes a lock from this recently created and unsaved document.LockBaseDocument. removeLock(String owner)protected abstract LockBaseDocument. setDocumentLock(Lock lock)Sets a lock on this recently created and unsaved document.LockBaseDocument. setLock(Lock lock)Methods in org.nuxeo.ecm.core.storage with parameters of type Lock Modifier and Type Method Description protected abstract LockBaseDocument. setDocumentLock(Lock lock)Sets a lock on this recently created and unsaved document.LockBaseDocument. setLock(Lock lock) -
Uses of Lock in org.nuxeo.ecm.core.storage.dbs
Methods in org.nuxeo.ecm.core.storage.dbs that return Lock Modifier and Type Method Description protected LockDBSDocument. getDocumentLock()LockDBSCachingConnection. getLock(String id)LockDBSCachingRepository. getLock(String id)LockDBSRepositoryBase. getLock(String id)LockDBSTransactionState. getLock(String id)protected LockDBSDocument. removeDocumentLock(String owner)LockDBSCachingConnection. removeLock(String id, String owner)LockDBSCachingRepository. removeLock(String id, String owner)LockDBSRepositoryBase. removeLock(String id, String owner)LockDBSTransactionState. removeLock(String id, String owner)protected LockDBSDocument. setDocumentLock(Lock lock)LockDBSCachingConnection. setLock(String id, Lock lock)LockDBSCachingRepository. setLock(String id, Lock lock)LockDBSRepositoryBase. setLock(String id, Lock lock)LockDBSTransactionState. setLock(String id, Lock lock)Methods in org.nuxeo.ecm.core.storage.dbs with parameters of type Lock Modifier and Type Method Description protected LockDBSDocument. setDocumentLock(Lock lock)LockDBSCachingConnection. setLock(String id, Lock lock)LockDBSCachingRepository. setLock(String id, Lock lock)LockDBSRepositoryBase. setLock(String id, Lock lock)LockDBSTransactionState. setLock(String id, Lock lock) -
Uses of Lock in org.nuxeo.ecm.core.storage.mem
Methods in org.nuxeo.ecm.core.storage.mem that return Lock Modifier and Type Method Description LockMemConnection. getLock(String id)LockMemRepository. getLock(String id)LockMemConnection. removeLock(String id, String owner)LockMemRepository. removeLock(String id, String owner)LockMemConnection. setLock(String id, Lock lock)LockMemRepository. setLock(String id, Lock lock)Methods in org.nuxeo.ecm.core.storage.mem with parameters of type Lock Modifier and Type Method Description LockMemConnection. setLock(String id, Lock lock)LockMemRepository. setLock(String id, Lock lock) -
Uses of Lock in org.nuxeo.ecm.core.storage.mongodb
Methods in org.nuxeo.ecm.core.storage.mongodb that return Lock Modifier and Type Method Description LockMongoDBConnection. getLock(String id)LockMongoDBConnection. removeLock(String id, String owner)LockMongoDBConnection. setLock(String id, Lock lock)Methods in org.nuxeo.ecm.core.storage.mongodb with parameters of type Lock Modifier and Type Method Description LockMongoDBConnection. setLock(String id, Lock lock) -
Uses of Lock in org.nuxeo.ecm.core.storage.sql
Methods in org.nuxeo.ecm.core.storage.sql that return Lock Modifier and Type Method Description protected LockVCSLockManager. deleteLock(Serializable id, String owner)protected LockVCSLockManager. deleteLock(Connection connection, Serializable id, String owner)LockVCSLockManager. getLock(String id)protected LockVCSLockManager. readLock(Serializable id)protected LockVCSLockManager. readLock0(Connection connection, Serializable id)LockVCSLockManager. removeLock(String id, String owner)LockVCSLockManager. setLock(String id, Lock lock)protected LockVCSLockManager. writeLock(Serializable id, Lock lock)protected LockVCSLockManager. writeLock(Connection connection, Serializable id, Lock lock)Methods in org.nuxeo.ecm.core.storage.sql with parameters of type Lock Modifier and Type Method Description LockVCSLockManager. setLock(String id, Lock lock)protected LockVCSLockManager. writeLock(Serializable id, Lock lock)protected LockVCSLockManager. writeLock(Connection connection, Serializable id, Lock lock)protected voidVCSLockManager. writeLock0(Connection connection, Serializable id, Lock lock) -
Uses of Lock in org.nuxeo.ecm.core.storage.sql.coremodel
Methods in org.nuxeo.ecm.core.storage.sql.coremodel that return Lock Modifier and Type Method Description protected LockSQLDocumentLive. getDocumentLock()LockSQLDocumentProxy. getLock()protected LockSQLDocumentLive. removeDocumentLock(String owner)LockSQLDocumentProxy. removeLock(String owner)protected LockSQLDocumentLive. setDocumentLock(Lock lock)LockSQLDocumentProxy. setLock(Lock lock)Methods in org.nuxeo.ecm.core.storage.sql.coremodel with parameters of type Lock Modifier and Type Method Description protected LockSQLDocumentLive. setDocumentLock(Lock lock)LockSQLDocumentProxy. setLock(Lock lock)
-