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:
@@ -39,7 +39,12 @@ public interface ReplicationDefinition extends CancellableAction, Serializable {
|
||||
/**
|
||||
* @return the name which uniquely identifies this replication definition.
|
||||
*/
|
||||
QName getReplicationName();
|
||||
String getReplicationName();
|
||||
|
||||
/**
|
||||
* @return the qualified name which uniquely identifies this replication definition.
|
||||
*/
|
||||
QName getReplicationQName();
|
||||
|
||||
/**
|
||||
* @return the name of the target repository.
|
||||
|
Reference in New Issue
Block a user