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.caching   
org.wso2.carbon.registry.core.dao   
org.wso2.carbon.registry.core.ghostregistry   
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.
 

Constructors in org.wso2.carbon.registry.core with parameters of type Comment
Comment(Comment comment)
          A copy constructor used to create a shallow-copy of this comment.
 

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

Methods in org.wso2.carbon.registry.core.caching that return Comment
 Comment[] CacheBackedRegistry.getComments(String resourcePath)
           
 

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

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

Methods in org.wso2.carbon.registry.core.dao that return Comment
 Comment CommentsDAO.getComment(long commentID, String resourcePath)
          Method to get a comment 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.dao with parameters of type Comment
 int CommentsDAO.addComment(ResourceImpl resource, String userID, Comment comment)
          Method to persist a comment.
 

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

Methods in org.wso2.carbon.registry.core.ghostregistry that return Comment
 Comment[] GhostRegistry.getComments(String resourcePath)
           
 

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

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 JDBCCommentsDAO.getComment(long commentID, String resourcePath)
           
 Comment[] JDBCCommentsVersionDAO.getComments(ResourceImpl resource)
          Method to get comments added to a given resource.
 Comment[] JDBCCommentsDAO.getComments(ResourceImpl resource)
           
 

Methods in org.wso2.carbon.registry.core.jdbc.dao with parameters of type Comment
 int JDBCCommentsVersionDAO.addComment(ResourceImpl resource, String userID, Comment comment)
          Method to persist a comment.
 int JDBCCommentsDAO.addComment(ResourceImpl resource, String userID, Comment 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[] UserDefinedHandlerManager.getComments(RequestContext requestContext)
           
 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[] 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[] SymLinkHandler.getComments(RequestContext requestContext)
           
 Comment[] SimulationHandler.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 © 2014 WSO2 Inc. All Rights Reserved.