Package | Description |
---|---|
org.alfresco.repo.action | |
org.alfresco.repo.replication | |
org.alfresco.service.cmr.action | |
org.alfresco.service.cmr.replication |
Modifier and Type | Method and Description |
---|---|
boolean |
ActionTrackingServiceImpl.isCancellationRequested(CancellableAction action) |
void |
ActionTrackingServiceImpl.requestActionCancellation(CancellableAction action) |
Constructor and Description |
---|
ActionCancelledException(CancellableAction action) |
Modifier and Type | Class and Description |
---|---|
class |
ReplicationDefinitionImpl |
Modifier and Type | Method and Description |
---|---|
boolean |
ActionTrackingService.isCancellationRequested(CancellableAction action)
Has cancellation been requested for the given
action?
This method is most commonly called by the
action in question, to check to see if
someone has called
ActionTrackingService.requestActionCancellation(CancellableAction)
for them. |
void |
ActionTrackingService.requestActionCancellation(CancellableAction action)
Requests that the specified Action cancel itself
and aborts execution, as soon as possible.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ReplicationDefinition
This class is used to fully specify an inter-repository replication.
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.