|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.wso2.registry.inmemory.comments.CommentManager
public class CommentManager
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 |
---|
public CommentManager(InMemoryRegistry inMemoryRegistryProvider)
Method Detail |
---|
public int addComment(java.lang.String resourcePath, Comment comment) throws RegistryException
RegistryException
public Comment[] getComments(java.lang.String resourcePath)
public void removeComments(java.lang.String resourcePath)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |