Uses of Class
org.alfresco.rest.api.model.Comment
-
Packages that use Comment Package Description org.alfresco.rest.api org.alfresco.rest.api.impl org.alfresco.rest.api.nodes -
-
Uses of Comment in org.alfresco.rest.api
Methods in org.alfresco.rest.api that return Comment Modifier and Type Method Description Comment
Comments. createComment(String nodeId, Comment comment)
Comment
Comments. updateComment(String nodeId, Comment comment)
Methods in org.alfresco.rest.api that return types with arguments of type Comment Modifier and Type Method Description CollectionWithPagingInfo<Comment>
Comments. getComments(String nodeId, Paging paging, List<String> include)
Methods in org.alfresco.rest.api with parameters of type Comment Modifier and Type Method Description Comment
Comments. createComment(String nodeId, Comment 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 Comment Modifier and Type Method Description Comment
CommentsImpl. createComment(String nodeId, Comment comment)
Comment
CommentsImpl. updateComment(String nodeId, Comment comment)
Methods in org.alfresco.rest.api.impl that return types with arguments of type Comment Modifier and Type Method Description CollectionWithPagingInfo<Comment>
CommentsImpl. getComments(String nodeId, Paging paging, List<String> include)
Methods in org.alfresco.rest.api.impl with parameters of type Comment Modifier and Type Method Description Comment
CommentsImpl. createComment(String nodeId, Comment 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 Comment Modifier and Type Method Description Comment
NodeCommentsRelation. update(String nodeId, Comment entity, Parameters parameters)
Methods in org.alfresco.rest.api.nodes that return types with arguments of type Comment Modifier and Type Method Description List<Comment>
NodeCommentsRelation. create(String nodeId, List<Comment> entity, Parameters parameters)
Create a comment for the node given by nodeId.CollectionWithPagingInfo<Comment>
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 Comment Modifier and Type Method Description Comment
NodeCommentsRelation. update(String nodeId, Comment entity, Parameters parameters)
Method parameters in org.alfresco.rest.api.nodes with type arguments of type Comment Modifier and Type Method Description List<Comment>
NodeCommentsRelation. create(String nodeId, List<Comment> entity, Parameters parameters)
Create a comment for the node given by nodeId.
-