Uses of Class
org.alfresco.rest.model.RestCommentModel
Packages that use RestCommentModel
-
Uses of RestCommentModel in org.alfresco.rest.model
Methods in org.alfresco.rest.model that return RestCommentModel -
Uses of RestCommentModel in org.alfresco.rest.requests
Methods in org.alfresco.rest.requests that return RestCommentModelModifier and TypeMethodDescriptionNode.addComment(String commentContent) Publish one new comment on a specific node using POST call on "nodes/{nodeId}/comments"Node.updateComment(RestCommentModel commentModel, String commentContent) Update a comment for a specific node using PUT call on nodes/{nodeId}/comments/{commentId}Methods in org.alfresco.rest.requests with parameters of type RestCommentModelModifier and TypeMethodDescriptionvoidNode.deleteComment(RestCommentModel comment) Delete a comment for a specific node using DELETE call on nodes/{nodeId}/comments/{commentId}Node.updateComment(RestCommentModel commentModel, String commentContent) Update a comment for a specific node using PUT call on nodes/{nodeId}/comments/{commentId}