| 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 |
| Modifier and Type | Method and Description |
|---|---|
DocumentModel |
UpdateDocument.run(DocumentModel doc) |
| Modifier and Type | Method and Description |
|---|---|
static void |
LockHelper.doAtomically(String key,
Runnable runnable)
Runs a
Runnable atomically, in a cluster-wide critical section. |
static <R> R |
LockHelper.doAtomically(String key,
Supplier<R> supplier)
Runs a
Supplier atomically, in a cluster-wide critical section. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JDBCConnection.checkConcurrentUpdate(Throwable e)
Checks the SQL error we got and determine if a concurrent update happened.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
SQLSession.checkConcurrentUpdate(Throwable e)
Checks the SQL error we got and determine if a concurrent update happened.
|
Copyright © 2019 Nuxeo. All rights reserved.