org.wso2.registry.inmemory.comments
Class CommentManager

java.lang.Object
  extended by org.wso2.registry.inmemory.comments.CommentManager

public class CommentManager
extends java.lang.Object


Constructor Summary
CommentManager(InMemoryRegistry inMemoryRegistryProvider)
           
 
Method Summary
 int addComment(java.lang.String resourcePath, Comment comment)
           
 Comment[] getComments(java.lang.String resourcePath)
           
 void removeComments(java.lang.String resourcePath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommentManager

public CommentManager(InMemoryRegistry inMemoryRegistryProvider)
Method Detail

addComment

public int addComment(java.lang.String resourcePath,
                      Comment comment)
               throws RegistryException
Throws:
RegistryException

getComments

public Comment[] getComments(java.lang.String resourcePath)

removeComments

public void removeComments(java.lang.String resourcePath)


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