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) |
Comment |
updateComment(String nodeId,
Comment comment) |
CollectionWithPagingInfo<Comment> getComments(String nodeId, Paging paging)
Copyright © 2005–2014 Alfresco Software. All rights reserved.