Uses of Class
org.wso2.carbon.registry.core.Tag

Packages that use Tag
org.wso2.carbon.registry.app   
org.wso2.carbon.registry.core   
org.wso2.carbon.registry.core.caching   
org.wso2.carbon.registry.core.dao   
org.wso2.carbon.registry.core.jdbc   
org.wso2.carbon.registry.core.jdbc.dao   
org.wso2.carbon.registry.core.jdbc.handlers   
org.wso2.carbon.registry.core.jdbc.handlers.builtin   
org.wso2.carbon.registry.core.session   
 

Uses of Tag in org.wso2.carbon.registry.app
 

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

Uses of Tag in org.wso2.carbon.registry.core
 

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

Uses of Tag in org.wso2.carbon.registry.core.caching
 

Methods in org.wso2.carbon.registry.core.caching that return Tag
 Tag[] CacheBackedRegistry.getTags(String resourcePath)
           
 

Uses of Tag in org.wso2.carbon.registry.core.dao
 

Methods in org.wso2.carbon.registry.core.dao that return Tag
 Tag[] TagsDAO.getTagsWithCount(ResourceImpl resourceImpl)
          Method to get tags added to the given resource, along with the count.
 

Uses of Tag in org.wso2.carbon.registry.core.jdbc
 

Methods in org.wso2.carbon.registry.core.jdbc that return Tag
 Tag[] EmbeddedRegistry.getTags(String path)
           
 

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

Methods in org.wso2.carbon.registry.core.jdbc.dao that return Tag
 Tag[] JDBCTagsDAO.getTagsWithCount(ResourceImpl resourceImpl)
           
 Tag[] JDBCTagsVersionDAO.getTagsWithCount(ResourceImpl resourceImpl)
          Method to get tags added to the given resource, along with the count.
 

Uses of Tag in org.wso2.carbon.registry.core.jdbc.handlers
 

Methods in org.wso2.carbon.registry.core.jdbc.handlers that return Tag
 Tag[] RequestContext.getOldTags()
          Method to get the Old Tags.
 Tag[] Handler.getTags(RequestContext requestContext)
          Gets called when getting tags.
 Tag[] HandlerLifecycleManager.getTags(RequestContext requestContext)
           
 Tag[] HandlerManager.getTags(RequestContext requestContext)
          Manages the handler invocations of GET_TAGS method.
 Tag[] UserDefinedHandlerManager.getTags(RequestContext requestContext)
           
 

Methods in org.wso2.carbon.registry.core.jdbc.handlers with parameters of type Tag
 void RequestContext.setOldTags(Tag[] oldTags)
          Method to set Old Tags.
 

Uses of Tag in org.wso2.carbon.registry.core.jdbc.handlers.builtin
 

Methods in org.wso2.carbon.registry.core.jdbc.handlers.builtin that return Tag
 Tag[] SymLinkHandler.getTags(RequestContext requestContext)
           
 Tag[] MountHandler.getTags(RequestContext requestContext)
           
 Tag[] SimulationHandler.getTags(RequestContext requestContext)
           
 

Uses of Tag in org.wso2.carbon.registry.core.session
 

Methods in org.wso2.carbon.registry.core.session that return Tag
 Tag[] UserRegistry.getTags(String resourcePath)
           
 



Copyright © 2011 WSO2 Inc. All Rights Reserved.