Uses of Class
org.wso2.registry.Comment

Packages that use Comment
org.wso2.registry   
org.wso2.registry.app   
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)
          Get all comments for the given resource.
 

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

Uses of Comment in org.wso2.registry.app
 

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

Methods in org.wso2.registry.app with parameters of type Comment
 java.lang.String RemoteRegistry.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
 java.lang.String 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
 int 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)
          Returns all comments for the given resource.
 

Methods in org.wso2.registry.jdbc with parameters of type Comment
 java.lang.String 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
 java.lang.String 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
 java.lang.String SecureRegistry.addComment(java.lang.String resourcePath, Comment comment)
           
 



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