mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
ALF-2025: where noderefs are cached in the transfer service (both transmitter and receiver) have made them multi-tenant aware.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@19631 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -124,12 +124,14 @@ public interface TransferTarget
|
||||
|
||||
/**
|
||||
* The location of the transfer service on the target endpoint host
|
||||
* Defaults to "/alfresco/service/api/transfer", and this shouldn't typically need to change
|
||||
* @return
|
||||
*/
|
||||
String getEndpointPath();
|
||||
|
||||
/**
|
||||
* The location of the transfer service on the target endpoint host
|
||||
* Defaults to "/alfresco/service/api/transfer", and this shouldn't typically need to change
|
||||
*/
|
||||
void setEndpointPath(String path);
|
||||
|
||||
|
Reference in New Issue
Block a user