| 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(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(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 Commentspublic Comment updateComment(String nodeId, Comment comment)
updateComment in interface Commentspublic CollectionWithPagingInfo<Comment> getComments(String nodeId, Paging paging, List<String> include)
getComments in interface Commentspublic void deleteComment(String nodeId, String commentNodeId)
deleteComment in interface CommentsCopyright © 2005–2020 Alfresco Software. All rights reserved.