Uses of Class
org.nuxeo.ecm.core.api.Lock
Package
Description
Event Service implementation.
Implementation of a Nuxeo repository over an SQL database.
-
Uses of Lock in org.nuxeo.drive.adapter
-
Uses of Lock in org.nuxeo.drive.adapter.impl
Modifier and TypeMethodDescriptionprotected void
AbstractFileSystemItem.setLockInfo
(Lock lockInfo) -
Uses of Lock in org.nuxeo.ecm.core.api
Modifier and TypeMethodDescriptionAbstractSession.getLockInfo
(DocumentRef docRef) CoreSession.getLockInfo
(DocumentRef docRef) Gets the lock info on the given document.DocumentModel.getLockInfo()
Gets the lock info on the document.AbstractSession.removeLock
(DocumentRef docRef) CoreSession.removeLock
(DocumentRef docRef) Removes the lock on the given document.DocumentModel.removeLock()
Removes the lock on the document.AbstractSession.setLock
(DocumentRef docRef) CoreSession.setLock
(DocumentRef docRef) Sets a lock on the given document.DocumentModel.setLock()
Sets a lock on the document. -
Uses of Lock in org.nuxeo.ecm.core.api.impl
Modifier and TypeFieldDescriptionprotected Lock
DocumentModelImpl.lock
protected static final Lock
DocumentModelImpl.LOCK_UNKNOWN
Modifier and TypeMethodDescriptionDocumentModelImpl.getLockInfo()
SimpleDocumentModel.getLockInfo()
DocumentModelImpl.removeLock()
SimpleDocumentModel.removeLock()
DocumentModelImpl.setLock()
SimpleDocumentModel.setLock()
ModifierConstructorDescriptionDocumentModelImpl
(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
Modifier and TypeMethodDescriptionGets the lock on a document.LockManager.removeLock
(String id, String owner) Removes the lock from a document.Sets a lock on a document. -
Uses of Lock in org.nuxeo.ecm.core.event.impl
Modifier and TypeMethodDescriptionShallowDocumentModel.getLockInfo()
ShallowDocumentModel.removeLock()
ShallowDocumentModel.setLock()
-
Uses of Lock in org.nuxeo.ecm.core.model
Modifier and TypeMethodDescriptionDocument.getLock()
Gets the lock if one set on this document.Document.removeLock
(String owner) Removes a lock from this document.Sets a lock on this document. -
Uses of Lock in org.nuxeo.ecm.core.storage
Modifier and TypeMethodDescriptionprotected abstract Lock
BaseDocument.getDocumentLock()
Gets the lock from this recently created and unsaved document.BaseDocument.getLock()
protected abstract Lock
BaseDocument.removeDocumentLock
(String owner) Removes a lock from this recently created and unsaved document.BaseDocument.removeLock
(String owner) protected abstract Lock
BaseDocument.setDocumentLock
(Lock lock) Sets a lock on this recently created and unsaved document. -
Uses of Lock in org.nuxeo.ecm.core.storage.dbs
Modifier and TypeMethodDescriptionprotected Lock
DBSDocument.getDocumentLock()
protected Lock
DBSDocument.removeDocumentLock
(String owner) DBSCachingConnection.removeLock
(String id, String owner) DBSCachingRepository.removeLock
(String id, String owner) DBSRepositoryBase.removeLock
(String id, String owner) DBSTransactionState.removeLock
(String id, String owner) protected Lock
DBSDocument.setDocumentLock
(Lock lock) -
Uses of Lock in org.nuxeo.ecm.core.storage.mem
Modifier and TypeMethodDescriptionMemConnection.removeLock
(String id, String owner) MemRepository.removeLock
(String id, String owner) -
Uses of Lock in org.nuxeo.ecm.core.storage.mongodb
-
Uses of Lock in org.nuxeo.ecm.core.storage.sql
Modifier and TypeMethodDescriptionprotected Lock
VCSLockManager.deleteLock
(Serializable id, String owner) protected Lock
VCSLockManager.deleteLock
(Connection connection, Serializable id, String owner) protected Lock
VCSLockManager.readLock
(Serializable id) protected Lock
VCSLockManager.readLock0
(Connection connection, Serializable id) VCSLockManager.removeLock
(String id, String owner) protected Lock
VCSLockManager.writeLock
(Serializable id, Lock lock) protected Lock
VCSLockManager.writeLock
(Connection connection, Serializable id, Lock lock) Modifier and TypeMethodDescriptionprotected 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
Modifier and TypeMethodDescriptionprotected Lock
SQLDocumentLive.getDocumentLock()
SQLDocumentProxy.getLock()
protected Lock
SQLDocumentLive.removeDocumentLock
(String owner) SQLDocumentProxy.removeLock
(String owner) protected Lock
SQLDocumentLive.setDocumentLock
(Lock lock)