Uses of Class
org.wso2.registry.Tag

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

Uses of Tag in org.wso2.registry
 

Methods in org.wso2.registry that return Tag
 Tag[] Registry.getTags(java.lang.String resourcePath)
          Returns all tags used for tagging the given resource.
 

Uses of Tag in org.wso2.registry.app
 

Methods in org.wso2.registry.app that return Tag
 Tag[] RemoteRegistry.getTags(java.lang.String resourcePath)
           
 

Uses of Tag in org.wso2.registry.inmemory
 

Methods in org.wso2.registry.inmemory that return Tag
 Tag[] InMemoryRegistry.getTags(java.lang.String resourcePath)
           
 

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

Methods in org.wso2.registry.inmemory.tags that return Tag
 Tag[] TagManager.getTags(java.lang.String resourcePath)
           
 

Uses of Tag in org.wso2.registry.jdbc
 

Methods in org.wso2.registry.jdbc that return Tag
 Tag[] JDBCRegistry.getTags(java.lang.String resourcePath)
          Returns all tags used for tagging the given resource.
 

Uses of Tag in org.wso2.registry.jdbc.dao
 

Methods in org.wso2.registry.jdbc.dao that return Tag
 Tag[] TagsDAO.getTagsWithCount(java.lang.String path, java.sql.Connection conn)
           
 

Uses of Tag in org.wso2.registry.secure
 

Methods in org.wso2.registry.secure that return Tag
 Tag[] SecureRegistry.getTags(java.lang.String resourcePath)
           
 



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