mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
Merged FILE-FOLDER-API (5.2.0) to HEAD (5.2)
124204 gjames: Changed email operation method signature git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@126551 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -32,6 +32,7 @@ import org.alfresco.rest.framework.resource.actions.interfaces.EntityResourceAct
|
||||
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 org.alfresco.rest.framework.webscripts.WithResponse;
|
||||
import org.alfresco.util.ParameterCheck;
|
||||
import org.springframework.beans.factory.InitializingBean;
|
||||
import org.springframework.extensions.webscripts.Status;
|
||||
@@ -132,7 +133,7 @@ public class QuickShareLinkEntityResource implements EntityResourceAction.ReadBy
|
||||
|
||||
@Operation("email")
|
||||
@WebApiDescription(title = "Email shared link", successStatus = Status.STATUS_ACCEPTED)
|
||||
public void email(String sharedId, QuickShareLinkEmailRequest emailRequest, Parameters parameters)
|
||||
public void email(String sharedId, QuickShareLinkEmailRequest emailRequest, Parameters parameters, WithResponse response)
|
||||
{
|
||||
quickShareLinks.emailSharedLink(sharedId, emailRequest, parameters);
|
||||
}
|
||||
|
Reference in New Issue
Block a user