org.wso2.registry.inmemory.comments
Class CommentManager
java.lang.Object
org.wso2.registry.inmemory.comments.CommentManager
public class CommentManager
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommentManager
public CommentManager(InMemoryRegistry inMemoryRegistryProvider)
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.