Constructor and Description |
---|
CommentsImpl() |
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) |
void |
setCommentService(CommentService commentService) |
void |
setContentService(ContentService contentService) |
void |
setNodes(Nodes nodes) |
void |
setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService) |
void |
setPeople(People people) |
void |
setTypeConstraint(TypeConstraint typeConstraint) |
Comment |
updateComment(String nodeId,
Comment comment) |
public void setTypeConstraint(TypeConstraint typeConstraint)
public void setNodes(Nodes nodes)
public void setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
public void setCommentService(CommentService commentService)
public void setContentService(ContentService contentService)
public void setPeople(People people)
public Comment createComment(String nodeId, Comment comment)
createComment
in interface Comments
public Comment updateComment(String nodeId, Comment comment)
updateComment
in interface Comments
public CollectionWithPagingInfo<Comment> getComments(String nodeId, Paging paging, List<String> include)
getComments
in interface Comments
public void deleteComment(String nodeId, String commentNodeId)
deleteComment
in interface Comments
Copyright © 2005–2017 Alfresco Software. All rights reserved.