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.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.marklogic | |
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 | |
org.nuxeo.ecm.core.storage.sql.jdbc | |
org.nuxeo.ecm.platform.ui.web.restAPI |
Modifier and Type | Method and Description |
---|---|
Lock |
FileSystemItem.getLockInfo() |
Modifier and Type | Field and Description |
---|---|
protected Lock |
AbstractFileSystemItem.lockInfo |
Modifier and Type | Method and Description |
---|---|
Lock |
AbstractFileSystemItem.getLockInfo() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractFileSystemItem.setLockInfo(Lock lockInfo) |
Modifier and Type | Method and Description |
---|---|
Lock |
DocumentModel.getLockInfo()
Gets the lock info on the document.
|
Lock |
AbstractSession.getLockInfo(DocumentRef docRef) |
Lock |
CoreSession.getLockInfo(DocumentRef docRef)
Gets the lock info on the given document.
|
Lock |
DocumentModel.removeLock()
Removes the lock on the document.
|
Lock |
AbstractSession.removeLock(DocumentRef docRef) |
Lock |
CoreSession.removeLock(DocumentRef docRef)
Removes the lock on the given document.
|
Lock |
DocumentModel.setLock()
Sets a lock on the document.
|
Lock |
AbstractSession.setLock(DocumentRef docRef) |
Lock |
CoreSession.setLock(DocumentRef docRef)
Sets a lock on the given document.
|
Constructor and Description |
---|
Lock(Lock lock,
boolean failed) |
Modifier and Type | Field and Description |
---|---|
protected Lock |
DocumentModelImpl.lock |
protected static Lock |
DocumentModelImpl.LOCK_UNKNOWN |
Modifier and Type | Method and Description |
---|---|
Lock |
SimpleDocumentModel.getLockInfo() |
Lock |
DocumentModelImpl.getLockInfo() |
Lock |
SimpleDocumentModel.removeLock() |
Lock |
DocumentModelImpl.removeLock() |
Lock |
SimpleDocumentModel.setLock() |
Lock |
DocumentModelImpl.setLock() |
Constructor and 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)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Lock |
ShallowDocumentModel.getLockInfo() |
Lock |
ShallowDocumentModel.removeLock() |
Lock |
ShallowDocumentModel.setLock() |
Modifier and Type | Method and Description |
---|---|
Lock |
Document.getLock()
Gets the lock if one set on this document.
|
Lock |
LockManager.getLock(String id)
Gets the lock on a document.
|
Lock |
Document.removeLock(String owner)
Removes a lock from this document.
|
Lock |
LockManager.removeLock(String id,
String owner)
Removes the lock from a document.
|
Lock |
Document.setLock(Lock lock)
Sets a lock on this document.
|
Lock |
LockManager.setLock(String id,
Lock lock)
Sets a lock on a document.
|
Modifier and Type | Method and Description |
---|---|
Lock |
Document.setLock(Lock lock)
Sets a lock on this document.
|
Lock |
LockManager.setLock(String id,
Lock lock)
Sets a lock on a document.
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
Lock |
RedisLockManager.setLock(String id,
Lock lock) |
protected String |
RedisLockManager.stringFromLock(Lock lock) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
protected abstract Lock |
BaseDocument.setDocumentLock(Lock lock)
Sets a lock on this recently created and unsaved document.
|
Lock |
BaseDocument.setLock(Lock lock) |
Modifier and Type | Method and Description |
---|---|
protected Lock |
DBSDocument.getDocumentLock() |
Lock |
DBSCachingRepository.getLock(String id) |
protected Lock |
DBSDocument.removeDocumentLock(String owner) |
Lock |
DBSCachingRepository.removeLock(String id,
String owner) |
protected Lock |
DBSDocument.setDocumentLock(Lock lock) |
Lock |
DBSCachingRepository.setLock(String id,
Lock lock) |
Modifier and Type | Method and Description |
---|---|
protected Lock |
DBSDocument.setDocumentLock(Lock lock) |
Lock |
DBSCachingRepository.setLock(String id,
Lock lock) |
Modifier and Type | Method and Description |
---|---|
Lock |
MarkLogicRepository.getLock(String id) |
Lock |
MarkLogicRepository.removeLock(String id,
String owner) |
Lock |
MarkLogicRepository.setLock(String id,
Lock lock) |
Modifier and Type | Method and Description |
---|---|
Lock |
MarkLogicRepository.setLock(String id,
Lock lock) |
Modifier and Type | Method and Description |
---|---|
Lock |
MemRepository.getLock(String id) |
Lock |
MemRepository.removeLock(String id,
String owner) |
Lock |
MemRepository.setLock(String id,
Lock lock) |
Modifier and Type | Method and Description |
---|---|
Lock |
MemRepository.setLock(String id,
Lock lock) |
Modifier and Type | Method and Description |
---|---|
Lock |
MongoDBRepository.getLock(String id) |
Lock |
MongoDBRepository.removeLock(String id,
String owner) |
Lock |
MongoDBRepository.setLock(String id,
Lock lock) |
Modifier and Type | Method and Description |
---|---|
Lock |
MongoDBRepository.setLock(String id,
Lock lock) |
Modifier and Type | Field and Description |
---|---|
protected static Lock |
VCSLockManager.NULL_LOCK |
Modifier and Type | Field and Description |
---|---|
protected VCSLockManager.LRUCache<Serializable,Lock> |
VCSLockManager.lockCache
A cache of locks, used only in non-cluster mode, when this lock manager is the only one dealing with locks.
|
Modifier and Type | Method and Description |
---|---|
Lock |
UnifiedCachingMapper.getLock(Serializable id) |
Lock |
SoftRefCachingMapper.getLock(Serializable id) |
Lock |
Mapper.getLock(Serializable id)
Gets the lock state of a document.
|
Lock |
VCSLockManager.getLock(String id) |
Lock |
UnifiedCachingMapper.removeLock(Serializable id,
String owner,
boolean force) |
Lock |
SoftRefCachingMapper.removeLock(Serializable id,
String owner,
boolean force) |
Lock |
Mapper.removeLock(Serializable id,
String owner,
boolean force)
Removes a lock from a document.
|
Lock |
VCSLockManager.removeLock(String id,
String owner) |
Lock |
UnifiedCachingMapper.setLock(Serializable id,
Lock lock) |
Lock |
SoftRefCachingMapper.setLock(Serializable id,
Lock lock) |
Lock |
Mapper.setLock(Serializable id,
Lock lock)
Sets a lock on a document.
|
Lock |
VCSLockManager.setLock(String id,
Lock lock) |
protected Lock |
VCSLockManager.setLockInternal(String id,
Lock lock) |
Modifier and Type | Method and Description |
---|---|
Lock |
UnifiedCachingMapper.setLock(Serializable id,
Lock lock) |
Lock |
SoftRefCachingMapper.setLock(Serializable id,
Lock lock) |
Lock |
Mapper.setLock(Serializable id,
Lock lock)
Sets a lock on a document.
|
Lock |
VCSLockManager.setLock(String id,
Lock lock) |
protected Lock |
VCSLockManager.setLockInternal(String id,
Lock lock) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
protected Lock |
SQLDocumentLive.setDocumentLock(Lock lock) |
Lock |
SQLDocumentProxy.setLock(Lock lock) |
Modifier and Type | Method and Description |
---|---|
Lock |
JDBCMapper.getLock(Serializable id) |
Lock |
JDBCMapper.removeLock(Serializable id,
String owner,
boolean force) |
Lock |
JDBCMapper.setLock(Serializable id,
Lock lock) |
Modifier and Type | Method and Description |
---|---|
Lock |
JDBCMapper.setLock(Serializable id,
Lock lock) |
Modifier and Type | Method and Description |
---|---|
protected String |
LockingRestlet.oldLockKey(Lock lock) |
Copyright © 2018 Nuxeo. All rights reserved.