| Modifier and Type | Method and Description |
|---|---|
void |
EmailServiceImpl.setRetryingTransactionHelper(RetryingTransactionHelper retryingTransactionHelper) |
| Modifier and Type | Method and Description |
|---|---|
RetryingTransactionHelper |
CifsHelper.getRetryingTransactionHelper() |
| Modifier and Type | Method and Description |
|---|---|
void |
CifsHelper.setRetryingTransactionHelper(RetryingTransactionHelper retryingTransactionHelper) |
| Modifier and Type | Method and Description |
|---|---|
RetryingTransactionHelper |
CMISConnector.getRetryingTransactionHelper() |
| Modifier and Type | Method and Description |
|---|---|
void |
ScheduledPersistedActionServiceImpl.ScheduledPersistedActionServiceBootstrap.setTransactionHelper(RetryingTransactionHelper txnHelper) |
| Modifier and Type | Field and Description |
|---|---|
protected RetryingTransactionHelper |
AbstractPatch.transactionHelper
Use this helper to ensure that patches can execute even on a read-only system
|
| Modifier and Type | Method and Description |
|---|---|
void |
GenericDeleteAspectForTypePatch.setRetryingTransactionHelper(RetryingTransactionHelper retryingTransactionHelper) |
void |
GenericMimetypeRenamePatch.setRetryingTransactionHelper(RetryingTransactionHelper retryingTransactionHelper) |
void |
QNamePatch.setRetryingTransactionHelper(RetryingTransactionHelper retryingTransactionHelper) |
| Constructor and Description |
|---|
BatchProcessor(String processName,
RetryingTransactionHelper retryingTransactionHelper,
BatchProcessWorkProvider<T> workProvider,
int workerThreads,
int batchSize,
org.springframework.context.ApplicationEventPublisher applicationEventPublisher,
org.apache.commons.logging.Log logger,
int loggingInterval)
Instantiates a new batch processor.
|
BatchProcessor(String processName,
RetryingTransactionHelper retryingTransactionHelper,
Collection<T> collection,
int workerThreads,
int batchSize,
org.springframework.context.ApplicationEventPublisher applicationEventPublisher,
org.apache.commons.logging.Log logger,
int loggingInterval)
Deprecated.
Since 3.4, use the
BatchProcessWorkProvider instead of the Collection |
| Modifier and Type | Field and Description |
|---|---|
protected RetryingTransactionHelper |
AbstractBulkFilesystemImporter.transactionHelper |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractContentStreamListener.setRetryingTransactionHelper(RetryingTransactionHelper helper) |
void |
ContentServiceImpl.setRetryingTransactionHelper(RetryingTransactionHelper helper) |
| Modifier and Type | Method and Description |
|---|---|
void |
CustomModelServiceImpl.setRetryingTransactionHelper(RetryingTransactionHelper retryingTransactionHelper) |
| Modifier and Type | Method and Description |
|---|---|
void |
DownloadServiceImpl.setTransactionHelper(RetryingTransactionHelper transactionHelper) |
void |
CreateDownloadArchiveAction.setTransactionHelper(RetryingTransactionHelper transactionHelper) |
| Constructor and Description |
|---|
ZipDownloadExporter(File zipFile,
CheckOutCheckInService checkOutCheckInService,
org.alfresco.service.cmr.repository.NodeService nodeService,
RetryingTransactionHelper transactionHelper,
DownloadStatusUpdateService updateService,
DownloadStorage downloadStorage,
org.alfresco.service.cmr.repository.NodeRef downloadNodeRef,
long total,
long totalFileCount)
Construct
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImporterBootstrap.setRetryingTransactionHelper(RetryingTransactionHelper retryingTransactionHelper)
Sets the retrying transaction helper specific to the importer bootstrap.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobLockServiceImpl.setRetryingTransactionHelper(RetryingTransactionHelper retryingTransactionHelper)
Set the helper that will handle low-level concurrency conditions i.e.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Repository.setTransactionHelper(RetryingTransactionHelper retryingTransactionHelper)
Sets helper that provides transaction callbacks
|
| Modifier and Type | Method and Description |
|---|---|
void |
RemoteAlfrescoTicketServiceImpl.setRetryingTransactionHelper(RetryingTransactionHelper retryingTransactionHelper)
Sets the Retrying Transaction Helper, used to write changes to
Credentials which turn out to be invalid
|
| Modifier and Type | Method and Description |
|---|---|
void |
SolrFacetServiceImpl.setRetryingTransactionHelper(RetryingTransactionHelper retryingTransactionHelper) |
| Modifier and Type | Method and Description |
|---|---|
void |
AuthorityBridgeTableAsynchronouslyRefreshedCache.setRetryingTransactionHelper(RetryingTransactionHelper retryingTransactionHelper) |
| Modifier and Type | Method and Description |
|---|---|
RetryingTransactionHelper |
ServiceDescriptorRegistry.getRetryingTransactionHelper() |
| Modifier and Type | Method and Description |
|---|---|
void |
SiteServiceImpl.setTransactionHelper(RetryingTransactionHelper retryingTransactionHelper)
Sets helper that provides transaction callbacks
|
| Modifier and Type | Method and Description |
|---|---|
RetryingTransactionHelper |
DummyTransactionService.getRetryingTransactionHelper() |
RetryingTransactionHelper |
TransactionServiceImpl.getRetryingTransactionHelper()
Creates a new helper instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RetryingTransactionAdvice.setTxnHelper(RetryingTransactionHelper txnHelper) |
| Modifier and Type | Method and Description |
|---|---|
RetryingTransactionHelper |
ServiceRegistry.getRetryingTransactionHelper() |
| Constructor and Description |
|---|
ActivitiesTransactionListener(String activityType,
ActivityInfo activityInfo,
String tenantDomain,
String appTool,
org.alfresco.repo.Client client,
ActivityPoster poster,
RetryingTransactionHelper retryingTransactionHelper) |
| Modifier and Type | Method and Description |
|---|---|
RetryingTransactionHelper |
TransactionService.getRetryingTransactionHelper()
Get the standard instance of the helper object that supports transaction retrying.
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.