public class LinkShareRestService extends Object implements org.exoplatform.services.rest.resource.ResourceContainer
| Constructor and Description |
|---|
LinkShareRestService()
constructor
|
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
getLink(javax.ws.rs.core.UriInfo uriInfo,
String format,
LinkShareRequest linkShareRequest)
Gets the content of the link by the parameter passed to request.
|
public javax.ws.rs.core.Response getLink(@Context
javax.ws.rs.core.UriInfo uriInfo,
String format,
LinkShareRequest linkShareRequest)
throws Exception
uriInfo - The request URI information.format - The format of the returned result, for example, JSON or XML.linkShareRequest - The parameter passed to request.ExceptionCopyright © 2003–2018 eXo Platform SAS. All rights reserved.