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 Comment
createComment(String nodeId, Comment comment)
void
deleteComment(String nodeId, String commentNodeId)
CollectionWithPagingInfo<Comment>
getComments(String nodeId, Paging paging, List<String> include)
Comment
updateComment(String nodeId, Comment comment)
-