Package | Description |
---|---|
org.nuxeo.ecm.core.api |
Modifier and Type | Method and Description |
---|---|
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.
|
void |
CoreSession.setLock(DocumentRef doc,
String key)
Deprecated.
since 5.4.2, use
CoreSession.setLock(DocumentRef) instead |
void |
DocumentModel.setLock(String key)
Deprecated.
since 5.4.2, use
DocumentModel.setLock(java.lang.String) instead |
void |
DocumentModel.unlock()
Deprecated.
since 5.4.2, use
DocumentModel.removeLock() instead |
Copyright © 2016 Nuxeo SA. All rights reserved.