Uses of Class
org.nuxeo.ecm.core.api.Lock
Packages that use Lock
Package
Description
Event Service implementation.
Implementation of a Nuxeo repository over an SQL database.
-
Uses of Lock in org.nuxeo.drive.adapter
Methods in org.nuxeo.drive.adapter that return Lock -
Uses of Lock in org.nuxeo.drive.adapter.impl
Fields in org.nuxeo.drive.adapter.impl declared as LockMethods in org.nuxeo.drive.adapter.impl that return LockMethods in org.nuxeo.drive.adapter.impl with parameters of type LockModifier and TypeMethodDescriptionprotected voidAbstractFileSystemItem.setLockInfo(Lock lockInfo) -
Uses of Lock in org.nuxeo.ecm.core.api
Methods in org.nuxeo.ecm.core.api that return LockModifier 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.Constructors in org.nuxeo.ecm.core.api with parameters of type Lock -
Uses of Lock in org.nuxeo.ecm.core.api.impl
Fields in org.nuxeo.ecm.core.api.impl declared as LockModifier and TypeFieldDescriptionprotected LockDocumentModelImpl.lockprotected static final LockDocumentModelImpl.LOCK_UNKNOWNMethods in org.nuxeo.ecm.core.api.impl that return LockModifier and TypeMethodDescriptionDocumentModelImpl.getLockInfo()SimpleDocumentModel.getLockInfo()DocumentModelImpl.removeLock()SimpleDocumentModel.removeLock()DocumentModelImpl.setLock()SimpleDocumentModel.setLock()Constructors in org.nuxeo.ecm.core.api.impl with parameters of type LockModifierConstructorDescriptionDocumentModelImpl(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 LockModifier 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.Methods in org.nuxeo.ecm.core.api.lock with parameters of type Lock -
Uses of Lock in org.nuxeo.ecm.core.event.impl
Methods in org.nuxeo.ecm.core.event.impl that return LockModifier and TypeMethodDescriptionShallowDocumentModel.getLockInfo()ShallowDocumentModel.removeLock()ShallowDocumentModel.setLock() -
Uses of Lock in org.nuxeo.ecm.core.model
Methods in org.nuxeo.ecm.core.model that return LockModifier 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.Methods in org.nuxeo.ecm.core.model with parameters of type Lock -
Uses of Lock in org.nuxeo.ecm.core.storage
Methods in org.nuxeo.ecm.core.storage that return LockModifier and TypeMethodDescriptionprotected abstract LockBaseDocument.getDocumentLock()Gets the lock from this recently created and unsaved document.BaseDocument.getLock()protected abstract LockBaseDocument.removeDocumentLock(String owner) Removes a lock from this recently created and unsaved document.BaseDocument.removeLock(String owner) protected abstract LockBaseDocument.setDocumentLock(Lock lock) Sets a lock on this recently created and unsaved document.Methods in org.nuxeo.ecm.core.storage with parameters of type Lock -
Uses of Lock in org.nuxeo.ecm.core.storage.dbs
Methods in org.nuxeo.ecm.core.storage.dbs that return LockModifier and TypeMethodDescriptionprotected LockDBSDocument.getDocumentLock()protected LockDBSDocument.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 LockDBSDocument.setDocumentLock(Lock lock) Methods in org.nuxeo.ecm.core.storage.dbs with parameters of type Lock -
Uses of Lock in org.nuxeo.ecm.core.storage.mem
Methods in org.nuxeo.ecm.core.storage.mem that return LockModifier and TypeMethodDescriptionMemConnection.removeLock(String id, String owner) MemRepository.removeLock(String id, String owner) Methods in org.nuxeo.ecm.core.storage.mem with parameters of type Lock -
Uses of Lock in org.nuxeo.ecm.core.storage.mongodb
Methods in org.nuxeo.ecm.core.storage.mongodb that return LockMethods in org.nuxeo.ecm.core.storage.mongodb with parameters of type Lock -
Uses of Lock in org.nuxeo.ecm.core.storage.sql
Methods in org.nuxeo.ecm.core.storage.sql that return LockModifier and TypeMethodDescriptionprotected LockVCSLockManager.deleteLock(Serializable id, String owner) protected LockVCSLockManager.deleteLock(Connection connection, Serializable id, String owner) protected LockVCSLockManager.readLock(Serializable id) protected LockVCSLockManager.readLock0(Connection connection, Serializable id) VCSLockManager.removeLock(String id, String owner) 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 LockModifier and TypeMethodDescriptionprotected 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 LockModifier and TypeMethodDescriptionprotected LockSQLDocumentLive.getDocumentLock()SQLDocumentProxy.getLock()protected LockSQLDocumentLive.removeDocumentLock(String owner) SQLDocumentProxy.removeLock(String owner) protected LockSQLDocumentLive.setDocumentLock(Lock lock) Methods in org.nuxeo.ecm.core.storage.sql.coremodel with parameters of type Lock