Uses of Class
org.wso2.carbon.registry.core.Comment

Packages that use Comment
org.wso2.carbon.registry.app   
org.wso2.carbon.registry.core   
org.wso2.carbon.registry.core.jdbc   
org.wso2.carbon.registry.core.jdbc.dao   
org.wso2.carbon.registry.core.jdbc.handlers   
org.wso2.carbon.registry.core.jdbc.handlers.builtin   
org.wso2.carbon.registry.core.session   
 

Uses of Comment in org.wso2.carbon.registry.app
 

Methods in org.wso2.carbon.registry.app that return Comment
 Comment[] RemoteRegistry.getComments(String resourcePath)
           
 

Methods in org.wso2.carbon.registry.app with parameters of type Comment
 String RemoteRegistry.addComment(String resourcePath, Comment comment)
           
 

Uses of Comment in org.wso2.carbon.registry.core
 

Methods in org.wso2.carbon.registry.core that return Comment
 Comment[] Registry.getComments(String resourcePath)
          Get all comments for the given resource.
 

Methods in org.wso2.carbon.registry.core with parameters of type Comment
 String Registry.addComment(String resourcePath, Comment comment)
          Adds a comment to a resource.
 

Uses of Comment in org.wso2.carbon.registry.core.jdbc
 

Methods in org.wso2.carbon.registry.core.jdbc that return Comment
 Comment[] EmbeddedRegistry.getComments(String path)
           
 

Methods in org.wso2.carbon.registry.core.jdbc with parameters of type Comment
 String EmbeddedRegistry.addComment(String resourcePath, Comment comment)
           
 

Uses of Comment in org.wso2.carbon.registry.core.jdbc.dao
 

Methods in org.wso2.carbon.registry.core.jdbc.dao that return Comment
 Comment CommentsDAO.getComment(long commentID, String resourcePath)
          Method to get a comment added to a given resource.
 Comment[] CommentsVersionDAO.getComments(ResourceImpl resource)
          Method to get comments added to a given resource.
 Comment[] CommentsDAO.getComments(ResourceImpl resource)
          Method to get comments added to a given resource.
 

Methods in org.wso2.carbon.registry.core.jdbc.dao with parameters of type Comment
 int CommentsVersionDAO.addComment(ResourceImpl resource, String userID, Comment comment)
          Method to persist a comment.
 int CommentsDAO.addComment(ResourceImpl resource, String userID, Comment comment)
          Method to persist a comment.
 

Uses of Comment in org.wso2.carbon.registry.core.jdbc.handlers
 

Methods in org.wso2.carbon.registry.core.jdbc.handlers that return Comment
 Comment RequestContext.getComment()
          Method to get the Comment.
 Comment[] HandlerManager.getComments(RequestContext requestContext)
          Manages the handler invocations of GET_COMMENTS method.
 Comment[] HandlerLifecycleManager.getComments(RequestContext requestContext)
           
 Comment[] Handler.getComments(RequestContext requestContext)
          Gets called when retrieving comments.
 Comment[] UserDefinedHandlerManager.getComments(RequestContext requestContext)
           
 Comment[] RequestContext.getOldComments()
          Method to get the Old Comments.
 

Methods in org.wso2.carbon.registry.core.jdbc.handlers with parameters of type Comment
 void RequestContext.setComment(Comment comment)
          Method to set Comment.
 void RequestContext.setOldComments(Comment[] oldComments)
          Method to set Old Comments.
 

Uses of Comment in org.wso2.carbon.registry.core.jdbc.handlers.builtin
 

Methods in org.wso2.carbon.registry.core.jdbc.handlers.builtin that return Comment
 Comment[] SimulationHandler.getComments(RequestContext requestContext)
           
 Comment[] SymLinkHandler.getComments(RequestContext requestContext)
           
 Comment[] MountHandler.getComments(RequestContext requestContext)
           
 

Uses of Comment in org.wso2.carbon.registry.core.session
 

Methods in org.wso2.carbon.registry.core.session that return Comment
 Comment[] UserRegistry.getComments(String resourcePath)
           
 Comment[] ChrootWrapper.getOutComments(Comment[] comments)
          Method to return the comments with relative paths set.
 

Methods in org.wso2.carbon.registry.core.session with parameters of type Comment
 String UserRegistry.addComment(String resourcePath, Comment comment)
           
 Comment[] ChrootWrapper.getOutComments(Comment[] comments)
          Method to return the comments with relative paths set.
 



Copyright © 2010. All Rights Reserved.