Uses of Class
org.wso2.registry.TaggedResourcePath

Packages that use TaggedResourcePath
org.wso2.registry   
org.wso2.registry.app   
org.wso2.registry.inmemory   
org.wso2.registry.inmemory.tags   
org.wso2.registry.jdbc   
org.wso2.registry.secure   
 

Uses of TaggedResourcePath in org.wso2.registry
 

Methods in org.wso2.registry that return TaggedResourcePath
 TaggedResourcePath[] Registry.getResourcePathsWithTag(java.lang.String tag)
          Returns the paths of all Resources that are tagged with the given tag.
 

Uses of TaggedResourcePath in org.wso2.registry.app
 

Methods in org.wso2.registry.app that return TaggedResourcePath
 TaggedResourcePath[] RemoteRegistry.getResourcePathsWithTag(java.lang.String tag)
           
 

Uses of TaggedResourcePath in org.wso2.registry.inmemory
 

Methods in org.wso2.registry.inmemory that return TaggedResourcePath
 TaggedResourcePath[] InMemoryRegistry.getResourcePathsWithTag(java.lang.String tag)
           
 

Uses of TaggedResourcePath in org.wso2.registry.inmemory.tags
 

Methods in org.wso2.registry.inmemory.tags that return TaggedResourcePath
 TaggedResourcePath[] TagManager.getResourcePathsWithTag(java.lang.String tag)
           
 

Uses of TaggedResourcePath in org.wso2.registry.jdbc
 

Methods in org.wso2.registry.jdbc that return TaggedResourcePath
 TaggedResourcePath[] JDBCRegistry.getResourcePathsWithTag(java.lang.String tag)
          Returns the paths of the resources, which are tagged using the given tag.
 

Uses of TaggedResourcePath in org.wso2.registry.secure
 

Methods in org.wso2.registry.secure that return TaggedResourcePath
 TaggedResourcePath[] SecureRegistry.getResourcePathsWithTag(java.lang.String tag)
           
 



Copyright © 2007 Apache Web Services Project. All Rights Reserved.