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 DocumentModelUpdateDocument. 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 voidLockHelper. doAtomically(String key, Runnable runnable)Runs aRunnableatomically, in a cluster-wide critical section.static <R> RLockHelper. doAtomically(String key, Supplier<R> supplier)Runs aSupplieratomically, 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 voidJDBCConnection. 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 voidSQLSession. checkConcurrentUpdate(Throwable e)Checks the SQL error we got and determine if a concurrent update happened.
-