Uses of Class
org.wso2.carbon.registry.ws.api.WSComment
-
Packages that use WSComment Package Description 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 Modifier and Type Method Description WSComment[]
WSResourceData. getComments()
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 Modifier and Type Method Description void
WSResourceData. setComments(WSComment[] comments)
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 Modifier and Type Method Description static WSComment
CommonUtil. RegistryCommenttoWSComment(org.wso2.carbon.registry.core.Comment comment)
Methods in org.wso2.carbon.registry.ws.api.utils with parameters of type WSComment Modifier and Type Method Description static org.wso2.carbon.registry.core.Comment
CommonUtil. WSCommenttoRegistryComment(WSComment wsComment)
-