Uses of Class
org.wso2.carbon.registry.ws.api.WSComment

Packages that use WSComment
org.wso2.carbon.registry.ws.api   
org.wso2.carbon.registry.ws.api.utils   
 

Uses of WSComment in org.wso2.carbon.registry.ws.api
 

Methods in org.wso2.carbon.registry.ws.api that return WSComment
 WSComment[] WSRegistry.WSgetComments(String resourcePath)
          Get all comments for the given resource.
 WSComment WSRegistry.WSgetSingleComment(String commentPath)
          Get the comment for the given comment path.
 

Methods in org.wso2.carbon.registry.ws.api with parameters of type WSComment
 String WSRegistry.WSaddComment(String resourcePath, WSComment comment)
          Adds a comment to a resource.
 

Uses of WSComment in org.wso2.carbon.registry.ws.api.utils
 

Methods in org.wso2.carbon.registry.ws.api.utils that return WSComment
static WSComment CommonUtil.RegistryCommenttoWSComment(Comment comment)
           
 

Methods in org.wso2.carbon.registry.ws.api.utils with parameters of type WSComment
static Comment CommonUtil.WSCommenttoRegistryComment(WSComment wsComment)
           
 



Copyright © 2011 WSO2 Inc. All Rights Reserved.