Uses of Class
org.alfresco.rest.model.RestCommentModelsCollection
-
Packages that use RestCommentModelsCollection Package Description org.alfresco.rest.requests -
-
Uses of RestCommentModelsCollection in org.alfresco.rest.requests
Methods in org.alfresco.rest.requests that return RestCommentModelsCollection Modifier and Type Method Description RestCommentModelsCollectionNode. addComments(java.lang.String... comments)Publish multiple comments on a specific node using POST call on "nodes/{nodeId}/comments"RestCommentModelsCollectionNode. getNodeComments()Retrieve comments for a specific node using GET call on "nodes/{nodeId}/comments"
-