Merged HEAD-BUG-FIX (4.3/Cloud) to HEAD (4.3/Cloud)

57143: Merged V4.2-BUG-FIX (4.2.1) to HEAD-BUG-FIX (Cloud/4.3)
      56926: Merged V4.1-BUG-FIX (4.1.7) to V4.2-BUG-FIX (4.2.1)
         56869: MNT-9543: Folder path on IMAP does work when configured with outlook
         Call isNodeInSitesLibrary() and getPathFromSites() on behalf of SystemUser to avoid AccessDeniedException in case when repository folder from another site was mapped to user's IMAP folder


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@61768 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Alan Davis
2014-02-11 20:05:04 +00:00
parent 85ad67efdc
commit 3f5d52ab59
3 changed files with 60 additions and 40 deletions

View File

@@ -333,4 +333,10 @@ public interface ImapService
this.search = search;
}
}
/**
* @param nodeRef
* @return path for node relatively to site root
*/
public String getPathFromSites(NodeRef nodeRef);
}