mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Replication Service tweaks
In preparation for writing the webscripts, add a rename service method, and change the user facing type of the name from QName to string git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@21440 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -21,7 +21,6 @@ package org.alfresco.service.cmr.replication;
|
||||
import org.alfresco.repo.replication.ReplicationDefinitionPersister;
|
||||
import org.alfresco.service.NotAuditable;
|
||||
import org.alfresco.service.PublicService;
|
||||
import org.alfresco.service.namespace.QName;
|
||||
|
||||
/**
|
||||
* The Replication service.
|
||||
@@ -38,7 +37,7 @@ public interface ReplicationService extends ReplicationDefinitionPersister {
|
||||
* @return the created {@link ReplicationDefinition}
|
||||
*/
|
||||
@NotAuditable
|
||||
ReplicationDefinition createReplicationDefinition(QName replicationName, String description);
|
||||
ReplicationDefinition createReplicationDefinition(String replicationName, String description);
|
||||
|
||||
/**
|
||||
* Runs the specified replication.
|
||||
|
Reference in New Issue
Block a user