Uses of Class
org.alfresco.rest.api.model.Comment
Packages that use Comment
-
Uses of Comment in org.alfresco.rest.api
Methods in org.alfresco.rest.api that return CommentModifier and TypeMethodDescriptionComments.createComment
(String nodeId, Comment comment) Comments.updateComment
(String nodeId, Comment comment) Methods in org.alfresco.rest.api that return types with arguments of type CommentModifier and TypeMethodDescriptionComments.getComments
(String nodeId, Paging paging, List<String> include) Methods in org.alfresco.rest.api with parameters of type CommentModifier and TypeMethodDescriptionComments.createComment
(String nodeId, Comment comment) Comments.updateComment
(String nodeId, Comment comment) -
Uses of Comment in org.alfresco.rest.api.impl
Methods in org.alfresco.rest.api.impl that return CommentModifier and TypeMethodDescriptionCommentsImpl.createComment
(String nodeId, Comment comment) CommentsImpl.updateComment
(String nodeId, Comment comment) Methods in org.alfresco.rest.api.impl that return types with arguments of type CommentModifier and TypeMethodDescriptionCommentsImpl.getComments
(String nodeId, Paging paging, List<String> include) Methods in org.alfresco.rest.api.impl with parameters of type CommentModifier and TypeMethodDescriptionCommentsImpl.createComment
(String nodeId, Comment comment) CommentsImpl.updateComment
(String nodeId, Comment comment) -
Uses of Comment in org.alfresco.rest.api.nodes
Methods in org.alfresco.rest.api.nodes that return CommentModifier and TypeMethodDescriptionNodeCommentsRelation.update
(String nodeId, Comment entity, Parameters parameters) Methods in org.alfresco.rest.api.nodes that return types with arguments of type CommentModifier and TypeMethodDescriptionNodeCommentsRelation.create
(String nodeId, List<Comment> entity, Parameters parameters) Create a comment for the node given by nodeId.NodeCommentsRelation.readAll
(String nodeId, Parameters parameters) Returns a paged list of comments for the document/folder identified by nodeId, sorted chronologically with the newest first.Methods in org.alfresco.rest.api.nodes with parameters of type CommentModifier and TypeMethodDescriptionNodeCommentsRelation.update
(String nodeId, Comment entity, Parameters parameters) Method parameters in org.alfresco.rest.api.nodes with type arguments of type Comment