Package org.alfresco.rest.api.impl
Class CommentsImpl
- java.lang.Object
-
- org.alfresco.rest.api.impl.CommentsImpl
-
-
Constructor Summary
Constructors Constructor Description CommentsImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommentcreateComment(String nodeId, Comment comment)voiddeleteComment(String nodeId, String commentNodeId)CollectionWithPagingInfo<Comment>getComments(String nodeId, Paging paging, List<String> include)voidsetCommentService(CommentService commentService)voidsetContentService(ContentService contentService)voidsetNodes(Nodes nodes)voidsetNodeService(NodeService nodeService)voidsetPeople(People people)voidsetTypeConstraint(TypeConstraint typeConstraint)CommentupdateComment(String nodeId, Comment comment)
-
-
-
Method Detail
-
setTypeConstraint
public void setTypeConstraint(TypeConstraint typeConstraint)
-
setNodes
public void setNodes(Nodes nodes)
-
setNodeService
public void setNodeService(NodeService nodeService)
-
setCommentService
public void setCommentService(CommentService commentService)
-
setContentService
public void setContentService(ContentService contentService)
-
setPeople
public void setPeople(People people)
-
createComment
public Comment createComment(String nodeId, Comment comment)
- Specified by:
createCommentin interfaceComments
-
updateComment
public Comment updateComment(String nodeId, Comment comment)
- Specified by:
updateCommentin interfaceComments
-
getComments
public CollectionWithPagingInfo<Comment> getComments(String nodeId, Paging paging, List<String> include)
- Specified by:
getCommentsin interfaceComments
-
deleteComment
public void deleteComment(String nodeId, String commentNodeId)
- Specified by:
deleteCommentin interfaceComments
-
-