public interface CommentRestResources extends SocialRest
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
deleteCommentById(javax.ws.rs.core.UriInfo uriInfo,
String id,
String expand)
Process to delete a comment by id
|
javax.ws.rs.core.Response |
getCommentById(javax.ws.rs.core.UriInfo uriInfo,
String id,
String expand)
Process to return a commnet by id in json format
|
javax.ws.rs.core.Response |
updateCommentById(javax.ws.rs.core.UriInfo uriInfo,
String id,
String expand,
ActivityEntity model)
Process to update the title of a comment by id
|
javax.ws.rs.core.Response getCommentById(@Context
javax.ws.rs.core.UriInfo uriInfo,
String id,
String expand)
throws Exception
uriInfo - Exceptionjavax.ws.rs.core.Response updateCommentById(@Context
javax.ws.rs.core.UriInfo uriInfo,
String id,
String expand,
ActivityEntity model)
throws Exception
uriInfo - ExceptionCopyright © 2003–2021 eXo Platform SAS. All rights reserved.