Package org.alfresco.rest.api
Interface Comments
- All Known Implementing Classes:
CommentsImpl
public interface Comments
- Since:
- publicapi1.0
- Author:
- steveglover
-
Method Summary
Modifier and TypeMethodDescriptioncreateComment(String nodeId, Comment comment) voiddeleteComment(String nodeId, String commentNodeId) getComments(String nodeId, Paging paging, List<String> include) updateComment(String nodeId, Comment comment)
-
Method Details
-
createComment
-
updateComment
-
deleteComment
-
getComments
-