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 Lock
FileSystemItem. 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 Lock
AbstractFileSystemItem. lockInfo
Methods in org.nuxeo.drive.adapter.impl that return Lock Modifier and Type Method Description Lock
AbstractFileSystemItem. getLockInfo()
Methods in org.nuxeo.drive.adapter.impl with parameters of type Lock Modifier and Type Method Description protected void
AbstractFileSystemItem. 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 Lock
AbstractSession. getLockInfo(DocumentRef docRef)
Lock
CoreSession. getLockInfo(DocumentRef docRef)
Gets the lock info on the given document.Lock
DocumentModel. getLockInfo()
Gets the lock info on the document.Lock
AbstractSession. removeLock(DocumentRef docRef)
Lock
CoreSession. removeLock(DocumentRef docRef)
Removes the lock on the given document.Lock
DocumentModel. removeLock()
Removes the lock on the document.Lock
AbstractSession. setLock(DocumentRef docRef)
Lock
CoreSession. setLock(DocumentRef docRef)
Sets a lock on the given document.Lock
DocumentModel. 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 Lock
DocumentModelImpl. lock
protected static Lock
DocumentModelImpl. LOCK_UNKNOWN
Methods in org.nuxeo.ecm.core.api.impl that return Lock Modifier and Type Method Description Lock
DocumentModelImpl. getLockInfo()
Lock
SimpleDocumentModel. getLockInfo()
Lock
DocumentModelImpl. removeLock()
Lock
SimpleDocumentModel. removeLock()
Lock
DocumentModelImpl. setLock()
Lock
SimpleDocumentModel. 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 Lock
LockManager. getLock(String id)
Gets the lock on a document.Lock
LockManager. removeLock(String id, String owner)
Removes the lock from a document.Lock
LockManager. 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 Lock
LockManager. 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 Lock
ShallowDocumentModel. getLockInfo()
Lock
ShallowDocumentModel. removeLock()
Lock
ShallowDocumentModel. 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 Lock
Document. getLock()
Gets the lock if one set on this document.Lock
Document. removeLock(String owner)
Removes a lock from this document.Lock
Document. 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 Lock
Document. 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 Lock
RedisLockManager. getLock(String id)
protected Lock
RedisLockManager. lockFromString(String lockString)
Lock
RedisLockManager. removeLock(String id, String owner)
Lock
RedisLockManager. setLock(String id, Lock lock)
Methods in org.nuxeo.ecm.core.redis.contribs with parameters of type Lock Modifier and Type Method Description Lock
RedisLockManager. setLock(String id, Lock lock)
protected String
RedisLockManager. 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 Lock
BaseDocument. getDocumentLock()
Gets the lock from this recently created and unsaved document.Lock
BaseDocument. getLock()
protected abstract Lock
BaseDocument. removeDocumentLock(String owner)
Removes a lock from this recently created and unsaved document.Lock
BaseDocument. removeLock(String owner)
protected abstract Lock
BaseDocument. setDocumentLock(Lock lock)
Sets a lock on this recently created and unsaved document.Lock
BaseDocument. setLock(Lock lock)
Methods in org.nuxeo.ecm.core.storage with parameters of type Lock Modifier and Type Method Description protected abstract Lock
BaseDocument. setDocumentLock(Lock lock)
Sets a lock on this recently created and unsaved document.Lock
BaseDocument. 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 Lock
DBSDocument. getDocumentLock()
Lock
DBSCachingConnection. getLock(String id)
Lock
DBSCachingRepository. getLock(String id)
Lock
DBSRepositoryBase. getLock(String id)
Lock
DBSTransactionState. getLock(String id)
protected Lock
DBSDocument. removeDocumentLock(String owner)
Lock
DBSCachingConnection. removeLock(String id, String owner)
Lock
DBSCachingRepository. removeLock(String id, String owner)
Lock
DBSRepositoryBase. removeLock(String id, String owner)
Lock
DBSTransactionState. removeLock(String id, String owner)
protected Lock
DBSDocument. setDocumentLock(Lock lock)
Lock
DBSCachingConnection. setLock(String id, Lock lock)
Lock
DBSCachingRepository. setLock(String id, Lock lock)
Lock
DBSRepositoryBase. setLock(String id, Lock lock)
Lock
DBSTransactionState. setLock(String id, Lock lock)
Methods in org.nuxeo.ecm.core.storage.dbs with parameters of type Lock Modifier and Type Method Description protected Lock
DBSDocument. setDocumentLock(Lock lock)
Lock
DBSCachingConnection. setLock(String id, Lock lock)
Lock
DBSCachingRepository. setLock(String id, Lock lock)
Lock
DBSRepositoryBase. setLock(String id, Lock lock)
Lock
DBSTransactionState. 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 Lock
MemConnection. getLock(String id)
Lock
MemRepository. getLock(String id)
Lock
MemConnection. removeLock(String id, String owner)
Lock
MemRepository. removeLock(String id, String owner)
Lock
MemConnection. setLock(String id, Lock lock)
Lock
MemRepository. setLock(String id, Lock lock)
Methods in org.nuxeo.ecm.core.storage.mem with parameters of type Lock Modifier and Type Method Description Lock
MemConnection. setLock(String id, Lock lock)
Lock
MemRepository. 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 Lock
MongoDBConnection. getLock(String id)
Lock
MongoDBConnection. removeLock(String id, String owner)
Lock
MongoDBConnection. setLock(String id, Lock lock)
Methods in org.nuxeo.ecm.core.storage.mongodb with parameters of type Lock Modifier and Type Method Description Lock
MongoDBConnection. 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 Lock
VCSLockManager. deleteLock(Serializable id, String owner)
protected Lock
VCSLockManager. deleteLock(Connection connection, Serializable id, String owner)
Lock
VCSLockManager. getLock(String id)
protected Lock
VCSLockManager. readLock(Serializable id)
protected Lock
VCSLockManager. readLock0(Connection connection, Serializable id)
Lock
VCSLockManager. removeLock(String id, String owner)
Lock
VCSLockManager. setLock(String id, Lock lock)
protected Lock
VCSLockManager. writeLock(Serializable id, Lock lock)
protected Lock
VCSLockManager. 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 Lock
VCSLockManager. setLock(String id, Lock lock)
protected Lock
VCSLockManager. writeLock(Serializable id, Lock lock)
protected Lock
VCSLockManager. writeLock(Connection connection, Serializable id, Lock lock)
protected void
VCSLockManager. 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 Lock
SQLDocumentLive. getDocumentLock()
Lock
SQLDocumentProxy. getLock()
protected Lock
SQLDocumentLive. removeDocumentLock(String owner)
Lock
SQLDocumentProxy. removeLock(String owner)
protected Lock
SQLDocumentLive. setDocumentLock(Lock lock)
Lock
SQLDocumentProxy. setLock(Lock lock)
Methods in org.nuxeo.ecm.core.storage.sql.coremodel with parameters of type Lock Modifier and Type Method Description protected Lock
SQLDocumentLive. setDocumentLock(Lock lock)
Lock
SQLDocumentProxy. setLock(Lock lock)
-