mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
Merged HEAD (5.2) to 5.2.N (5.2.1)
126547 jkaabimofrad: Merged FILE-FOLDER-API (5.2.0) to HEAD (5.2) 124158 jkaabimofrad: SFS-405, RA-778: (WIP) - Added quick-share client registry config. - Modified the send shared-link email API, based on the revised acceptance criteria. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@126893 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -83,11 +83,11 @@ public interface QuickShareLinks
|
||||
/**
|
||||
* Notifies users by email that a content has been shared with them.
|
||||
*
|
||||
* @param nodeId The content id
|
||||
* @param sharedId The string id of the quick share
|
||||
* @param emailRequest The email details including its template details
|
||||
* @param parameters The {@link Parameters} object to get the parameters passed into the request
|
||||
*/
|
||||
void emailSharedLink(String nodeId, QuickShareLinkEmailRequest emailRequest, Parameters parameters);
|
||||
void emailSharedLink(String sharedId, QuickShareLinkEmailRequest emailRequest, Parameters parameters);
|
||||
|
||||
/**
|
||||
* Find (search) for shared links visible to current user.
|
||||
|
Reference in New Issue
Block a user