Uses of Class
org.wso2.registry.Association

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

Uses of Association in org.wso2.registry
 

Methods in org.wso2.registry that return Association
 Association[] Registry.getAllAssociations(java.lang.String resourcePath)
          Get all associations of the given resource.
 Association[] Registry.getAssociations(java.lang.String resourcePath, java.lang.String associationType)
          Get all associations of the given resource for a give association type.
 

Uses of Association in org.wso2.registry.app
 

Methods in org.wso2.registry.app that return Association
 Association[] RemoteRegistry.getAllAssociations(java.lang.String resourcePath)
           
 Association[] RemoteRegistry.getAssociations(java.lang.String resourcePath, java.lang.String associationType)
           
static Association[] RemoteRegistry.getAssociationsFromFeed(org.apache.abdera.model.Feed feed, java.lang.String resourcePath)
           
 

Uses of Association in org.wso2.registry.jdbc
 

Methods in org.wso2.registry.jdbc that return Association
 Association[] JDBCRegistry.getAllAssociations(java.lang.String resourcePath)
           
 Association[] JDBCRegistry.getAssociations(java.lang.String resourcePath, java.lang.String associationType)
           
 

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

Methods in org.wso2.registry.jdbc.dao that return Association
 Association[] VersionedResourceDAO.getAllAssociations(java.lang.String resourcePath, java.sql.Connection con)
           
 Association[] VersionedResourceDAO.getAllAssociationsForType(java.lang.String resourcePath, java.lang.String associationType, java.sql.Connection con)
           
 

Uses of Association in org.wso2.registry.secure
 

Methods in org.wso2.registry.secure that return Association
 Association[] SecureRegistry.getAllAssociations(java.lang.String resourcePath)
           
 Association[] SecureRegistry.getAssociations(java.lang.String resourcePath, java.lang.String associationType)
           
 



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