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 LockAbstractSession. removeLock(DocumentRef docRef)LockCoreSession. removeLock(DocumentRef docRef)Removes the lock on the given document.LockDocumentModel. removeLock()Removes the lock on the document.LockAbstractSession. setLock(DocumentRef docRef)LockCoreSession. setLock(DocumentRef docRef)Sets a lock on the given document.LockDocumentModel. setLock()Sets a lock on the document.
-