Uses of Class
org.wso2.registry.DependencyChain

Packages that use DependencyChain
org.wso2.registry   
org.wso2.registry.app   
org.wso2.registry.jdbc   
org.wso2.registry.jdbc.dao   
org.wso2.registry.secure   
 

Uses of DependencyChain in org.wso2.registry
 

Methods in org.wso2.registry that return DependencyChain
 DependencyChain[] Registry.getAllDependencies(java.lang.String resourcePath)
          Get all dependencies of the given resource.
 DependencyChain[] DependencyChain.getDependencies()
           
 

Methods in org.wso2.registry with parameters of type DependencyChain
 void DependencyChain.setDependencies(DependencyChain[] dependencies)
           
 

Uses of DependencyChain in org.wso2.registry.app
 

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

Uses of DependencyChain in org.wso2.registry.jdbc
 

Methods in org.wso2.registry.jdbc that return DependencyChain
 DependencyChain[] JDBCRegistry.getAllDependencies(java.lang.String resourcePath)
           
 

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

Methods in org.wso2.registry.jdbc.dao that return DependencyChain
 DependencyChain[] VersionedResourceDAO.getDependencies(java.lang.String resourcePath, java.sql.Connection conn)
           
 

Methods in org.wso2.registry.jdbc.dao with parameters of type DependencyChain
 void VersionedResourceDAO.addDependencies(long resourceID, long version, DependencyChain[] dependencies, java.sql.Connection conn)
          Adds dependencies to the given version of a resource.
 

Uses of DependencyChain in org.wso2.registry.secure
 

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



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