Uses of Class
org.springframework.social.alfresco.api.entities.Comment

Packages that use Comment
org.springframework.social.alfresco.api   
org.springframework.social.alfresco.api.impl   
 

Uses of Comment in org.springframework.social.alfresco.api
 

Methods in org.springframework.social.alfresco.api that return Comment
 Comment Alfresco.createComment(String network, String node, String comment)
          Create comment on node in network
 

Methods in org.springframework.social.alfresco.api that return types with arguments of type Comment
 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
 

Uses of Comment in org.springframework.social.alfresco.api.impl
 

Methods in org.springframework.social.alfresco.api.impl that return Comment
 Comment AlfrescoTemplate.createComment(String network, String node, String comment)
           
 

Methods in org.springframework.social.alfresco.api.impl that return types with arguments of type Comment
 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 © 2012 Alfresco Software Inc.. All Rights Reserved.