Uses of Interface
org.alfresco.service.cmr.action.CancellableAction
-
Packages that use CancellableAction Package Description org.alfresco.repo.action org.alfresco.repo.replication org.alfresco.service.cmr.action org.alfresco.service.cmr.replication -
-
Uses of CancellableAction in org.alfresco.repo.action
Methods in org.alfresco.repo.action with parameters of type CancellableAction Modifier and Type Method Description booleanActionTrackingServiceImpl. isCancellationRequested(CancellableAction action)voidActionTrackingServiceImpl. requestActionCancellation(CancellableAction action)Constructors in org.alfresco.repo.action with parameters of type CancellableAction Constructor Description ActionCancelledException(CancellableAction action) -
Uses of CancellableAction in org.alfresco.repo.replication
Classes in org.alfresco.repo.replication that implement CancellableAction Modifier and Type Class Description classReplicationDefinitionImpl -
Uses of CancellableAction in org.alfresco.service.cmr.action
Methods in org.alfresco.service.cmr.action with parameters of type CancellableAction Modifier and Type Method Description booleanActionTrackingService. 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 calledActionTrackingService.requestActionCancellation(CancellableAction)for them.voidActionTrackingService. requestActionCancellation(CancellableAction action)Requests that the specified Action cancel itself and aborts execution, as soon as possible. -
Uses of CancellableAction in org.alfresco.service.cmr.replication
Subinterfaces of CancellableAction in org.alfresco.service.cmr.replication Modifier and Type Interface Description interfaceReplicationDefinitionThis class is used to fully specify an inter-repository replication.
-