|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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[] |
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 | |
---|---|
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 | |
---|---|
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 | |
---|---|
static org.wso2.carbon.registry.core.Comment |
CommonUtil.WSCommenttoRegistryComment(WSComment wsComment)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |