| Package | Description |
|---|---|
| org.springframework.social.alfresco.api | |
| org.springframework.social.alfresco.api.impl |
| Modifier and Type | Method and Description |
|---|---|
Comment |
Alfresco.createComment(String network,
String node,
String comment)
Create comment on node in network
|
| Modifier and Type | Method and Description |
|---|---|
AlfrescoList<Comment> |
Alfresco.createComments(String network,
String node,
List<String> comments)
Create multiple comments on node in network
|
AlfrescoList<Comment> |
Alfresco.getComments(String network,
String node)
Get Comments for node in network
|
AlfrescoList<Comment> |
Alfresco.getComments(String network,
String node,
Map<String,String> parameters)
Get comments for node in network filtered by parameters
|
| Modifier and Type | Method and Description |
|---|---|
Comment |
AlfrescoTemplate.createComment(String network,
String node,
String comment) |
| Modifier and Type | Method and Description |
|---|---|
AlfrescoList<Comment> |
AlfrescoTemplate.createComments(String network,
String node,
List<String> comments) |
AlfrescoList<Comment> |
AlfrescoTemplate.getComments(String network,
String node) |
AlfrescoList<Comment> |
AlfrescoTemplate.getComments(String network,
String node,
Map<String,String> parameters) |
Copyright © 2015 Alfresco Software Inc.. All Rights Reserved.