registry.addComment(path, new Comment(comment));
}
public void removeComment(String commentPath, String sessionId) throws RegistryException {
UserRegistry registry = (UserRegistry) getRootRegistry();
registry.removeComment(commentPath);
}
public TagBean getTags(String path, String sessionId) throws RegistryException {
UserRegistry registry = (UserRegistry) getRootRegistry();
return TagBeanPopulator.populate(registry, path);