Uses of Class
org.wso2.registry.DependentChain

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

Uses of DependentChain in org.wso2.registry
 

Methods in org.wso2.registry that return DependentChain
 DependentChain[] Registry.getAllDependents(java.lang.String resourcePath)
          Get all dependents of the given resource.
 DependentChain[] DependentChain.getDependents()
           
 

Methods in org.wso2.registry with parameters of type DependentChain
 void DependentChain.setDependents(DependentChain[] dependents)
           
 

Uses of DependentChain in org.wso2.registry.app
 

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

Uses of DependentChain in org.wso2.registry.jdbc
 

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

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

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

Uses of DependentChain in org.wso2.registry.secure
 

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



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