Package | Description |
---|---|
org.alfresco.filesys.auth.cifs |
Provides authentication implementations for CIFS
|
org.alfresco.filesys.auth.nfs | |
org.alfresco.repo.node.index | |
org.alfresco.repo.search.impl.lucene | |
org.alfresco.repo.transaction | |
org.alfresco.repo.webdav.auth |
Modifier and Type | Method and Description |
---|---|
protected <T> T |
CifsAuthenticatorBase.doInTransaction(RetryingTransactionHelper.RetryingTransactionCallback<T> callback)
Does work in a transaction.
|
Modifier and Type | Method and Description |
---|---|
protected <T> T |
AlfrescoRpcAuthenticator.doInTransaction(RetryingTransactionHelper.RetryingTransactionCallback<T> callback)
Does work in a transaction.
|
Modifier and Type | Method and Description |
---|---|
protected <T2> T2 |
AbstractReindexComponent.doInRetryingTransaction(RetryingTransactionHelper.RetryingTransactionCallback<T2> callback,
boolean isReadThrough)
To allow for possible 'read committed' behaviour in some databases, where a node that previously existed during a
transaction can disappear from existence, we treat InvalidNodeRefExceptions as concurrency conditions.
|
Modifier and Type | Method and Description |
---|---|
protected <T2> T2 |
AbstractLuceneIndexerImpl.doInReadthroughTransaction(RetryingTransactionHelper.RetryingTransactionCallback<T2> callback) |
Modifier and Type | Method and Description |
---|---|
<R> R |
RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.RetryingTransactionCallback<R> cb)
Execute a callback in a transaction until it succeeds, fails
because of an error not the result of an optimistic locking failure,
or a deadlock loser failure, or until a maximum number of retries have
been attempted.
|
<R> R |
RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.RetryingTransactionCallback<R> cb,
boolean readOnly)
Execute a callback in a transaction until it succeeds, fails
because of an error not the result of an optimistic locking failure,
or a deadlock loser failure, or until a maximum number of retries have
been attempted.
|
<R> R |
RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.RetryingTransactionCallback<R> cb,
boolean readOnly,
boolean requiresNew)
Execute a callback in a transaction until it succeeds, fails
because of an error not the result of an optimistic locking failure,
or a deadlock loser failure, or until a maximum number of retries have
been attempted.
|
Modifier and Type | Method and Description |
---|---|
protected <T> T |
BaseAuthenticationFilter.doInSystemTransaction(RetryingTransactionHelper.RetryingTransactionCallback<T> callback)
Executes a callback in a transaction as the system user
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.