mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Ability to cancel replication actions (replication 94)
Cance ability, which feeds down into the transfer service, and feeds it back up to the action tracking service. Also, refactor of the replication service unit tests to do the transactions itself, which is needed to reliably test async actions git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@21387 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -21,7 +21,7 @@ package org.alfresco.service.cmr.replication;
|
||||
import java.io.Serializable;
|
||||
import java.util.List;
|
||||
|
||||
import org.alfresco.service.cmr.action.Action;
|
||||
import org.alfresco.service.cmr.action.CancellableAction;
|
||||
import org.alfresco.service.cmr.repository.NodeRef;
|
||||
import org.alfresco.service.namespace.QName;
|
||||
|
||||
@@ -35,7 +35,7 @@ import org.alfresco.service.namespace.QName;
|
||||
*
|
||||
* @author Nick Burch
|
||||
*/
|
||||
public interface ReplicationDefinition extends Action, Serializable {
|
||||
public interface ReplicationDefinition extends CancellableAction, Serializable {
|
||||
/**
|
||||
* @return the name which uniquely identifies this replication definition.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user