Uses of Interface
org.alfresco.service.cmr.action.CancellableAction
Packages that use CancellableAction
Package
Description
-
Uses of CancellableAction in org.alfresco.repo.action
Methods in org.alfresco.repo.action with parameters of type CancellableActionModifier and TypeMethodDescriptionbooleanActionTrackingServiceImpl.isCancellationRequested(CancellableAction action) voidActionTrackingServiceImpl.requestActionCancellation(CancellableAction action) Constructors in org.alfresco.repo.action with parameters of type CancellableAction -
Uses of CancellableAction in org.alfresco.repo.replication
Classes in org.alfresco.repo.replication that implement CancellableAction -
Uses of CancellableAction in org.alfresco.service.cmr.action
Methods in org.alfresco.service.cmr.action with parameters of type CancellableActionModifier and TypeMethodDescriptionbooleanActionTrackingService.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.replicationModifier and TypeInterfaceDescriptioninterfaceThis class is used to fully specify an inter-repository replication.