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)
126501 jkaabimofrad: Merged FILE-FOLDER-API (5.2.0) to HEAD (5.2) 122732 jvonka: (Quick) Shared Links API - 1st cut for find shared links (for current user) - TODO filter by shared by user, option to include/select allowableOperations, ... + more tests :-) RA-777 git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@126845 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -22,6 +22,7 @@ import org.alfresco.rest.api.model.QuickShareLink;
|
||||
import org.alfresco.rest.api.model.QuickShareLinkEmailRequest;
|
||||
import org.alfresco.rest.framework.core.exceptions.EntityNotFoundException;
|
||||
import org.alfresco.rest.framework.resource.content.BinaryResource;
|
||||
import org.alfresco.rest.framework.resource.parameters.CollectionWithPagingInfo;
|
||||
import org.alfresco.rest.framework.resource.parameters.Parameters;
|
||||
|
||||
import java.util.List;
|
||||
@@ -86,4 +87,12 @@ public interface QuickShareLinks
|
||||
* @param parameters The {@link Parameters} object to get the parameters passed into the request
|
||||
*/
|
||||
void emailSharedLink(String nodeId, QuickShareLinkEmailRequest emailRequest, Parameters parameters);
|
||||
|
||||
/**
|
||||
* Find (search) for shared links visible to current user
|
||||
*
|
||||
* @param parameters
|
||||
* @return
|
||||
*/
|
||||
CollectionWithPagingInfo<QuickShareLink> findLinks(Parameters parameters);
|
||||
}
|
Reference in New Issue
Block a user