Uses of Class
org.wso2.carbon.registry.ws.api.WSComment
Packages that use WSComment
-
Uses of WSComment in org.wso2.carbon.registry.ws.api
Methods in org.wso2.carbon.registry.ws.api that return WSCommentModifier and TypeMethodDescriptionWSResourceData.getComments()WSRegistry.WSgetComments(String resourcePath) Get all comments for the given resource.WSRegistry.WSgetSingleComment(String commentPath) Get the comment for the given comment path.Methods in org.wso2.carbon.registry.ws.api with parameters of type WSCommentModifier and TypeMethodDescriptionvoidWSResourceData.setComments(WSComment[] comments) 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 WSCommentModifier and TypeMethodDescriptionstatic WSCommentCommonUtil.RegistryCommenttoWSComment(org.wso2.carbon.registry.core.Comment comment) Methods in org.wso2.carbon.registry.ws.api.utils with parameters of type WSCommentModifier and TypeMethodDescriptionstatic org.wso2.carbon.registry.core.CommentCommonUtil.WSCommenttoRegistryComment(WSComment wsComment)