Uses of Class
org.alfresco.rest.model.RestCommentModel
-
Packages that use RestCommentModel Package Description org.alfresco.rest.model org.alfresco.rest.requests -
-
Uses of RestCommentModel in org.alfresco.rest.model
Methods in org.alfresco.rest.model that return RestCommentModel Modifier and Type Method Description RestCommentModelRestCommentModel. onModel()Methods in org.alfresco.rest.model that return types with arguments of type RestCommentModel Modifier and Type Method Description ModelAssertion<RestCommentModel>RestCommentModel. and()ModelAssertion<RestCommentModel>RestCommentModel. assertThat() -
Uses of RestCommentModel in org.alfresco.rest.requests
Methods in org.alfresco.rest.requests that return RestCommentModel Modifier and Type Method Description RestCommentModelNode. addComment(java.lang.String commentContent)Publish one new comment on a specific node using POST call on "nodes/{nodeId}/comments"RestCommentModelNode. updateComment(RestCommentModel commentModel, java.lang.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 RestCommentModel Modifier and Type Method Description voidNode. deleteComment(RestCommentModel comment)Delete a comment for a specific node using DELETE call on nodes/{nodeId}/comments/{commentId}RestCommentModelNode. updateComment(RestCommentModel commentModel, java.lang.String commentContent)Update a comment for a specific node using PUT call on nodes/{nodeId}/comments/{commentId}
-