Package eu.xenit.alfred.api.comments
Interface ICommentService
public interface ICommentService
-
Method Summary
Modifier and TypeMethodDescriptionaddNewComment(NodeRef targetNode, String content) booleancanCreateComment(NodeRef targetDocumentNode) voiddeleteComment(NodeRef targetCommentNode) getComment(NodeRef commentNode) getComments(NodeRef targetNode, int skipCount, int pageSize) getTargetDocumentForComment(NodeRef commentNodeRef) updateComment(NodeRef documentTargetNode, NodeRef commentTargetNode, String content) updateComment(NodeRef targetCommentNode, String content)
-
Method Details
-
getTargetDocumentForComment
-
getComments
-
getComment
-
addNewComment
-
updateComment
-
updateComment
-
deleteComment
-
canCreateComment
-