Uses of Class
org.nuxeo.ecm.core.api.ConcurrentUpdateException
-
Packages that use ConcurrentUpdateException Package Description org.nuxeo.ecm.automation.core.operations.document org.nuxeo.ecm.core.api org.nuxeo.ecm.core.storage.sql.jdbc org.nuxeo.ecm.directory.sql -
-
Uses of ConcurrentUpdateException in org.nuxeo.ecm.automation.core.operations.document
Methods in org.nuxeo.ecm.automation.core.operations.document that throw ConcurrentUpdateException Modifier and Type Method Description DocumentModel
UpdateDocument. run(DocumentModel doc)
-
Uses of ConcurrentUpdateException in org.nuxeo.ecm.core.api
Methods in org.nuxeo.ecm.core.api that throw ConcurrentUpdateException Modifier and Type Method Description static void
LockHelper. doAtomically(String key, Runnable runnable)
Runs aRunnable
atomically, in a cluster-wide critical section.static <R> R
LockHelper. doAtomically(String key, Supplier<R> supplier)
Runs aSupplier
atomically, in a cluster-wide critical section. -
Uses of ConcurrentUpdateException in org.nuxeo.ecm.core.storage.sql.jdbc
Methods in org.nuxeo.ecm.core.storage.sql.jdbc that throw ConcurrentUpdateException Modifier and Type Method Description protected void
JDBCConnection. checkConcurrentUpdate(Throwable e)
Checks the SQL error we got and determine if a concurrent update happened. -
Uses of ConcurrentUpdateException in org.nuxeo.ecm.directory.sql
Methods in org.nuxeo.ecm.directory.sql that throw ConcurrentUpdateException Modifier and Type Method Description protected void
SQLSession. checkConcurrentUpdate(Throwable e)
Checks the SQL error we got and determine if a concurrent update happened.
-