Interface CommentsResource
-
public interface CommentsResource
- Version:
- $Id: cdf8f0af5700548310f9f7da99ad81d8d97c0ad5 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Comments
getComments(String wikiName, String spaceName, String pageName, Integer start, Integer number, Boolean withPrettyNames)
javax.ws.rs.core.Response
postComment(String wikiName, String spaceName, String pageName, Comment comment)
-
-
-
Method Detail
-
getComments
Comments getComments(String wikiName, @Encoded String spaceName, String pageName, Integer start, Integer number, Boolean withPrettyNames) throws XWikiRestException
- Throws:
XWikiRestException
-
postComment
javax.ws.rs.core.Response postComment(String wikiName, @Encoded String spaceName, String pageName, Comment comment) throws XWikiRestException
- Throws:
XWikiRestException
-
-