public interface Comments
Modifier and Type | Method and 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) |
Copyright © 2005–2017 Alfresco Software. All rights reserved.