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
 void addComment(java.lang.String resourcePath, Comment comment)
           
 Comment[] getComments(java.lang.String resourcePath)
           
 void removeComment(java.lang.String resourcePath, Comment comment)
           
 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 void addComment(java.lang.String resourcePath,
                       Comment comment)
                throws RegistryException
Throws:
RegistryException

getComments

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

removeComment

public void removeComment(java.lang.String resourcePath,
                          Comment comment)

removeComments

public void removeComments(java.lang.String resourcePath)


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