Package | Description |
---|---|
org.alfresco.rest.api | |
org.alfresco.rest.api.impl | |
org.alfresco.rest.api.nodes |
Modifier and Type | Method and Description |
---|---|
Comment |
Comments.createComment(String nodeId,
Comment comment) |
Comment |
Comments.updateComment(String nodeId,
Comment comment) |
Modifier and Type | Method and Description |
---|---|
CollectionWithPagingInfo<Comment> |
Comments.getComments(String nodeId,
Paging paging,
List<String> include) |
Modifier and Type | Method and Description |
---|---|
Comment |
Comments.createComment(String nodeId,
Comment comment) |
Comment |
Comments.updateComment(String nodeId,
Comment comment) |
Modifier and Type | Method and Description |
---|---|
Comment |
CommentsImpl.createComment(String nodeId,
Comment comment) |
Comment |
CommentsImpl.updateComment(String nodeId,
Comment comment) |
Modifier and Type | Method and Description |
---|---|
CollectionWithPagingInfo<Comment> |
CommentsImpl.getComments(String nodeId,
Paging paging,
List<String> include) |
Modifier and Type | Method and Description |
---|---|
Comment |
CommentsImpl.createComment(String nodeId,
Comment comment) |
Comment |
CommentsImpl.updateComment(String nodeId,
Comment comment) |
Modifier and Type | Method and Description |
---|---|
Comment |
NodeCommentsRelation.update(String nodeId,
Comment entity,
Parameters parameters) |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
Comment |
NodeCommentsRelation.update(String nodeId,
Comment entity,
Parameters parameters) |
Modifier and Type | Method and Description |
---|---|
List<Comment> |
NodeCommentsRelation.create(String nodeId,
List<Comment> entity,
Parameters parameters)
Create a comment for the node given by nodeId.
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.