Package org.alfresco.rest.api
Interface Comments
-
- All Known Implementing Classes:
CommentsImpl
public interface Comments- Since:
- publicapi1.0
- Author:
- steveglover
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommentcreateComment(String nodeId, Comment comment)voiddeleteComment(String nodeId, String commentNodeId)CollectionWithPagingInfo<Comment>getComments(String nodeId, Paging paging, List<String> include)CommentupdateComment(String nodeId, Comment comment)
-