Uses of Class
org.wso2.carbon.registry.ws.api.WSAssociation
Packages that use WSAssociation
-
Uses of WSAssociation in org.wso2.carbon.registry.ws.api
Methods in org.wso2.carbon.registry.ws.api that return WSAssociationModifier and TypeMethodDescriptionWSResourceData.getAssociations()WSRegistry.WSgetAllAssociations(String resoucePath) This is the web service friendly version of getAllAssociations(String resourcePath) methodWSRegistry.WSgetAssociations(String resourcePath, String associationType) Get all associations of the given resource for a give association type.Methods in org.wso2.carbon.registry.ws.api with parameters of type WSAssociationModifier and TypeMethodDescriptionvoidWSResourceData.setAssociations(WSAssociation[] associations) -
Uses of WSAssociation in org.wso2.carbon.registry.ws.api.utils
Methods in org.wso2.carbon.registry.ws.api.utils that return WSAssociationModifier and TypeMethodDescriptionstatic WSAssociationCommonUtil.transformAssociationToWSAssociation(org.wso2.carbon.registry.core.Association asso)