Uses of Class
org.nuxeo.ecm.core.api.ConcurrentUpdateException
Packages that use ConcurrentUpdateException
Package
Description
-
Uses of ConcurrentUpdateException in org.nuxeo.ecm.automation.core.operations.document
Methods in org.nuxeo.ecm.automation.core.operations.document that throw ConcurrentUpdateException -
Uses of ConcurrentUpdateException in org.nuxeo.ecm.core.api
Methods in org.nuxeo.ecm.core.api that throw ConcurrentUpdateExceptionModifier and TypeMethodDescriptionstatic 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 ConcurrentUpdateExceptionModifier and TypeMethodDescriptionprotected 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 ConcurrentUpdateExceptionModifier and TypeMethodDescriptionprotected voidSQLSession.checkConcurrentUpdate(Throwable e) Checks the SQL error we got and determine if a concurrent update happened.