TransferService:

No-Op implementation of script transfer service.  
   TransferService interface rework for createTransferTarget

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@19163 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Mark Rogers
2010-03-09 16:26:47 +00:00
parent 82c6fee3d8
commit 5245d38b61
3 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
/**
* Provides the implementation of the transfer service web scripts. Which are used to receive transfers from other
* instances of Alfresco.
* <p>
* The code in this package should be considered private to Alfresco and is liable to
* change with each version of Alfresco.
* <p>
* @since 3.3
*/
package org.alfresco.repo.web.scripts.transfer;