Uses of Class
org.wso2.registry.Comment

Packages that use Comment
org.wso2.registry   
org.wso2.registry.client   
org.wso2.registry.inmemory   
org.wso2.registry.inmemory.comments   
org.wso2.registry.jdbc   
org.wso2.registry.jdbc.dao   
org.wso2.registry.secure   
 

Uses of Comment in org.wso2.registry
 

Methods in org.wso2.registry that return Comment
 Comment[] Registry.getComments(java.lang.String resourcePath)
          Retruns all comments for the given resource.
 

Methods in org.wso2.registry with parameters of type Comment
 void Registry.addComment(java.lang.String resourcePath, Comment comment)
          Adds a comment to a resource.
 

Uses of Comment in org.wso2.registry.client
 

Methods in org.wso2.registry.client that return Comment
 Comment[] RegistryClient.getComments(java.lang.String resourcePath)
           
 

Methods in org.wso2.registry.client with parameters of type Comment
 void RegistryClient.addComment(java.lang.String resourcePath, Comment comment)
           
 

Uses of Comment in org.wso2.registry.inmemory
 

Methods in org.wso2.registry.inmemory that return Comment
 Comment[] InMemoryRegistry.getComments(java.lang.String resourcePath)
           
 

Methods in org.wso2.registry.inmemory with parameters of type Comment
 void InMemoryRegistry.addComment(java.lang.String resourcePath, Comment comment)
           
 

Uses of Comment in org.wso2.registry.inmemory.comments
 

Methods in org.wso2.registry.inmemory.comments that return Comment
 Comment[] CommentManager.getComments(java.lang.String resourcePath)
           
 

Methods in org.wso2.registry.inmemory.comments with parameters of type Comment
 void CommentManager.addComment(java.lang.String resourcePath, Comment comment)
           
 

Uses of Comment in org.wso2.registry.jdbc
 

Methods in org.wso2.registry.jdbc that return Comment
 Comment[] JDBCRegistry.getComments(java.lang.String resourcePath)
          Retruns all comments for the given resource.
 

Methods in org.wso2.registry.jdbc with parameters of type Comment
 void JDBCRegistry.addComment(java.lang.String resourcePath, Comment comment)
          Adds a comment to a resource.
 

Uses of Comment in org.wso2.registry.jdbc.dao
 

Methods in org.wso2.registry.jdbc.dao that return Comment
 Comment CommentsDAO.getComment(long commentID, java.sql.Connection conn)
           
 Comment[] CommentsDAO.getComments(java.lang.String path, java.sql.Connection conn)
           
 

Methods in org.wso2.registry.jdbc.dao with parameters of type Comment
 void CommentsDAO.addComment(long artifactID, java.lang.String userID, Comment comment, java.sql.Connection conn)
           
 

Uses of Comment in org.wso2.registry.secure
 

Methods in org.wso2.registry.secure that return Comment
 Comment[] SecureRegistry.getComments(java.lang.String resourcePath)
           
 

Methods in org.wso2.registry.secure with parameters of type Comment
 void SecureRegistry.addComment(java.lang.String resourcePath, Comment comment)
           
 



Copyright © 2007 Apache Web Services Project. All Rights Reserved.