Uses of Interface
org.wso2.carbon.registry.api.Comment
-
-
Uses of Comment in org.wso2.carbon.registry.api
Methods in org.wso2.carbon.registry.api that return Comment Modifier and Type Method Description Comment[]Registry. getComments(String resourcePath)Get all comments for the given resource.Methods in org.wso2.carbon.registry.api with parameters of type Comment Modifier and Type Method Description StringRegistry. addComment(String resourcePath, Comment comment)Adds a comment to a resource.
-