Nuxeo Enterprise Platform 5.4

Uses of Class
org.nuxeo.ecm.core.api.Lock

Packages that use Lock
org.nuxeo.ecm.core.api The core API of the Nuxeo platform, including: CoreSession, DocumentModel, Blob
org.nuxeo.ecm.core.api.impl   
org.nuxeo.ecm.core.event.impl Event Service implementation. 
org.nuxeo.ecm.core.model   
org.nuxeo.ecm.core.storage.sql Implementation of a Nuxeo repository over an SQL database. 
org.nuxeo.ecm.core.storage.sql.coremodel   
org.nuxeo.ecm.core.storage.sql.jdbc   
org.nuxeo.ecm.core.storage.sql.ra   
 

Uses of Lock in org.nuxeo.ecm.core.api
 

Methods in org.nuxeo.ecm.core.api that return Lock
 Lock DocumentModel.getLockInfo()
          Gets the lock info on the document.
 Lock CoreSession.getLockInfo(DocumentRef docRef)
          Gets the lock info on the given document.
 Lock AbstractSession.getLockInfo(DocumentRef docRef)
           
 Lock DocumentModel.removeLock()
          Removes the lock on the document.
 Lock CoreSession.removeLock(DocumentRef docRef)
          Removes the lock on the given document.
 Lock AbstractSession.removeLock(DocumentRef docRef)
           
 Lock DocumentModel.setLock()
          Sets a lock on the document.
 Lock CoreSession.setLock(DocumentRef docRef)
          Sets a lock on the given document.
 Lock AbstractSession.setLock(DocumentRef docRef)
           
 

Constructors in org.nuxeo.ecm.core.api with parameters of type Lock
Lock(Lock lock, boolean failed)
           
 

Uses of Lock in org.nuxeo.ecm.core.api.impl
 

Methods in org.nuxeo.ecm.core.api.impl that return Lock
 Lock SimpleDocumentModel.getLockInfo()
           
 Lock DocumentModelImpl.getLockInfo()
           
 Lock SimpleDocumentModel.removeLock()
           
 Lock DocumentModelImpl.removeLock()
           
 Lock SimpleDocumentModel.setLock()
           
 Lock DocumentModelImpl.setLock()
           
 

Constructors in org.nuxeo.ecm.core.api.impl with parameters of type Lock
DocumentModelImpl(String sid, String type, String id, Path path, Lock lock, DocumentRef docRef, DocumentRef parentRef, String[] schemas, Set<String> facets, String sourceId, String repositoryName)
          Constructor.
 

Uses of Lock in org.nuxeo.ecm.core.event.impl
 

Methods in org.nuxeo.ecm.core.event.impl that return Lock
 Lock ShallowDocumentModel.getLockInfo()
           
 Lock ShallowDocumentModel.removeLock()
           
 Lock ShallowDocumentModel.setLock()
           
 

Uses of Lock in org.nuxeo.ecm.core.model
 

Fields in org.nuxeo.ecm.core.model declared as Lock
 Lock MockDocument.lock
           
 

Methods in org.nuxeo.ecm.core.model that return Lock
 Lock MockDocument.getLock()
           
 Lock Lockable.getLock()
          Gets the lock key if a lock exists on the current object.
 Lock MockDocument.removeLock(String owner)
           
 Lock Lockable.removeLock(String owner)
          Removes a lock on the current document.
 Lock MockDocument.setLock(Lock lock)
           
 Lock Lockable.setLock(Lock lock)
          Sets a lock on the current document.
 

Methods in org.nuxeo.ecm.core.model with parameters of type Lock
 Lock MockDocument.setLock(Lock lock)
           
 Lock Lockable.setLock(Lock lock)
          Sets a lock on the current document.
 

Uses of Lock in org.nuxeo.ecm.core.storage.sql
 

Methods in org.nuxeo.ecm.core.storage.sql that return Lock
 Lock SessionImpl.getLock(Serializable id)
           
 Lock Session.getLock(Serializable id)
          Gets the lock state of a document.
 Lock Mapper.getLock(Serializable id)
          Gets the lock state of a document.
 Lock LockManager.getLock(Serializable id)
          Gets the lock on a document.
 Lock CachingMapper.getLock(Serializable id)
           
 Lock LockManager.removeLock(Serializable id, String owner)
          Unlocks a document.
 Lock SessionImpl.removeLock(Serializable id, String owner, boolean force)
           
 Lock Session.removeLock(Serializable id, String owner, boolean force)
          Removes a lock from a document.
 Lock Mapper.removeLock(Serializable id, String owner, boolean force)
          Removes a lock from a document.
 Lock CachingMapper.removeLock(Serializable id, String owner, boolean force)
           
 Lock SessionImpl.setLock(Serializable id, Lock lock)
           
 Lock Session.setLock(Serializable id, Lock lock)
          Sets a lock on a document.
 Lock Mapper.setLock(Serializable id, Lock lock)
          Sets a lock on a document.
 Lock LockManager.setLock(Serializable id, Lock lock)
          Locks a document.
 Lock CachingMapper.setLock(Serializable id, Lock lock)
           
 

Methods in org.nuxeo.ecm.core.storage.sql with parameters of type Lock
static boolean LockManager.canLockBeRemoved(Lock lock, String owner)
          Checks if a given lock can be removed by the given owner.
 Lock SessionImpl.setLock(Serializable id, Lock lock)
           
 Lock Session.setLock(Serializable id, Lock lock)
          Sets a lock on a document.
 Lock Mapper.setLock(Serializable id, Lock lock)
          Sets a lock on a document.
 Lock LockManager.setLock(Serializable id, Lock lock)
          Locks a document.
 Lock CachingMapper.setLock(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
 Lock SQLDocumentProxy.getLock()
           
 Lock SQLDocumentLive.getLock()
           
 Lock SQLDocumentProxy.removeLock(String owner)
           
 Lock SQLDocumentLive.removeLock(String owner)
           
 Lock SQLDocumentProxy.setLock(Lock lock)
           
 Lock SQLDocumentLive.setLock(Lock lock)
           
 

Methods in org.nuxeo.ecm.core.storage.sql.coremodel with parameters of type Lock
 Lock SQLDocumentProxy.setLock(Lock lock)
           
 Lock SQLDocumentLive.setLock(Lock lock)
           
 

Uses of Lock in org.nuxeo.ecm.core.storage.sql.jdbc
 

Methods in org.nuxeo.ecm.core.storage.sql.jdbc that return Lock
 Lock JDBCMapper.getLock(Serializable id)
           
 Lock JDBCMapper.removeLock(Serializable id, String owner, boolean force)
           
 Lock JDBCMapper.setLock(Serializable id, Lock lock)
           
 

Methods in org.nuxeo.ecm.core.storage.sql.jdbc with parameters of type Lock
 Lock JDBCMapper.setLock(Serializable id, Lock lock)
           
 

Uses of Lock in org.nuxeo.ecm.core.storage.sql.ra
 

Methods in org.nuxeo.ecm.core.storage.sql.ra that return Lock
 Lock ConnectionImpl.getLock(Serializable id)
           
 Lock ConnectionImpl.removeLock(Serializable id, String owner, boolean force)
           
 Lock ConnectionImpl.setLock(Serializable id, Lock lock)
           
 

Methods in org.nuxeo.ecm.core.storage.sql.ra with parameters of type Lock
 Lock ConnectionImpl.setLock(Serializable id, Lock lock)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.