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(org.alfresco.repo.forum.CommentService commentService) |
void |
setContentService(org.alfresco.service.cmr.repository.ContentService contentService) |
void |
setNodes(Nodes nodes) |
void |
setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService) |
void |
setPeople(People people) |
void |
setTypeConstraint(org.alfresco.util.TypeConstraint typeConstraint) |
Comment |
updateComment(String nodeId,
Comment comment) |
public void setTypeConstraint(org.alfresco.util.TypeConstraint typeConstraint)
public void setNodes(Nodes nodes)
public void setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
public void setCommentService(org.alfresco.repo.forum.CommentService commentService)
public void setContentService(org.alfresco.service.cmr.repository.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–2018 Alfresco Software. All rights reserved.