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

Packages that use TaggedResourcePath
org.wso2.carbon.registry.app   
org.wso2.carbon.registry.core   
org.wso2.carbon.registry.core.caching   
org.wso2.carbon.registry.core.ghostregistry   
org.wso2.carbon.registry.core.jdbc   
org.wso2.carbon.registry.core.jdbc.handlers   
org.wso2.carbon.registry.core.jdbc.handlers.builtin   
org.wso2.carbon.registry.core.session   
 

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

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

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

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

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

Methods in org.wso2.carbon.registry.core.caching that return TaggedResourcePath
 TaggedResourcePath[] CacheBackedRegistry.getResourcePathsWithTag(String tag)
           
 

Uses of TaggedResourcePath in org.wso2.carbon.registry.core.ghostregistry
 

Methods in org.wso2.carbon.registry.core.ghostregistry that return TaggedResourcePath
 TaggedResourcePath[] GhostRegistry.getResourcePathsWithTag(String tag)
           
 

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

Methods in org.wso2.carbon.registry.core.jdbc that return TaggedResourcePath
 TaggedResourcePath[] EmbeddedRegistry.getResourcePathsWithTag(String tag)
           
 

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

Methods in org.wso2.carbon.registry.core.jdbc.handlers that return TaggedResourcePath
 TaggedResourcePath[] UserDefinedHandlerManager.getResourcePathsWithTag(RequestContext requestContext)
           
 TaggedResourcePath[] Handler.getResourcePathsWithTag(RequestContext requestContext)
          Gets called when getting the resource paths corresponding to the given tag.
 TaggedResourcePath[] HandlerLifecycleManager.getResourcePathsWithTag(RequestContext requestContext)
           
 TaggedResourcePath[] HandlerManager.getResourcePathsWithTag(RequestContext requestContext)
          Manages the handler invocations of GET_RESOURCE_PATHS_WITH_TAG method.
 

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

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

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

Methods in org.wso2.carbon.registry.core.session that return TaggedResourcePath
 TaggedResourcePath[] ChrootWrapper.getOutTaggedResourcePaths(TaggedResourcePath[] taggedResourcePaths)
          Method to return the tagged resource after converting to relative paths
 TaggedResourcePath[] UserRegistry.getResourcePathsWithTag(String tag)
           
 

Methods in org.wso2.carbon.registry.core.session with parameters of type TaggedResourcePath
 TaggedResourcePath[] ChrootWrapper.getOutTaggedResourcePaths(TaggedResourcePath[] taggedResourcePaths)
          Method to return the tagged resource after converting to relative paths
 



Copyright © 2012 WSO2 Inc. All Rights Reserved.