Package | Description |
---|---|
org.wso2.carbon.registry.ws.api | |
org.wso2.carbon.registry.ws.api.utils |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
WSResourceData.setComments(WSComment[] comments) |
String |
WSRegistry.WSaddComment(String resourcePath,
WSComment comment)
Adds a comment to a resource.
|
Modifier and Type | Method and Description |
---|---|
static WSComment |
CommonUtil.RegistryCommenttoWSComment(org.wso2.carbon.registry.core.Comment comment) |
Modifier and Type | Method and Description |
---|---|
static org.wso2.carbon.registry.core.Comment |
CommonUtil.WSCommenttoRegistryComment(WSComment wsComment) |
Copyright © 2020 WSO2. All rights reserved.