Uses of Class
org.nuxeo.ecm.core.api.LockException
-
Packages that use LockException Package Description org.nuxeo.ecm.core.api -
-
Uses of LockException in org.nuxeo.ecm.core.api
Methods in org.nuxeo.ecm.core.api that throw LockException Modifier and Type Method Description Lock
AbstractSession. removeLock(DocumentRef docRef)
Lock
CoreSession. removeLock(DocumentRef docRef)
Removes the lock on the given document.Lock
DocumentModel. removeLock()
Removes the lock on the document.Lock
AbstractSession. setLock(DocumentRef docRef)
Lock
CoreSession. setLock(DocumentRef docRef)
Sets a lock on the given document.Lock
DocumentModel. setLock()
Sets a lock on the document.
-