Uses of Class
org.wso2.carbon.registry.ws.api.WSTag
-
Packages that use WSTag Package Description org.wso2.carbon.registry.ws.api org.wso2.carbon.registry.ws.api.utils -
-
Uses of WSTag in org.wso2.carbon.registry.ws.api
Methods in org.wso2.carbon.registry.ws.api that return WSTag Modifier and Type Method Description WSTag[]WSResourceData. getTags()WSTag[]WSRegistry. WSgetTags(String resourcePath)Returns all tags used for tagging the given resource.Methods in org.wso2.carbon.registry.ws.api with parameters of type WSTag Modifier and Type Method Description voidWSResourceData. setTags(WSTag[] tags) -
Uses of WSTag in org.wso2.carbon.registry.ws.api.utils
Methods in org.wso2.carbon.registry.ws.api.utils that return WSTag Modifier and Type Method Description static WSTagCommonUtil. transformTagToWSTag(org.wso2.carbon.registry.core.Tag tag)
-