Uses of Interface
org.wso2.registry.Collection

Packages that use Collection
org.wso2.registry   
org.wso2.registry.app   
org.wso2.registry.jdbc   
org.wso2.registry.jdbc.handlers   
org.wso2.registry.jdbc.queries   
org.wso2.registry.secure   
 

Uses of Collection in org.wso2.registry
 

Classes in org.wso2.registry that implement Collection
 class CollectionImpl
           
 

Methods in org.wso2.registry that return Collection
 Collection Registry.executeQuery(java.lang.String path, java.util.Map parameters)
          Executes a custom query which lives at the given path in the Registry.
 Collection CoreRegistry.newCollection()
           
 

Uses of Collection in org.wso2.registry.app
 

Methods in org.wso2.registry.app that return Collection
 Collection RemoteRegistry.executeQuery(java.lang.String path, java.util.Map parameters)
           
 Collection RemoteRegistry.newCollection()
           
 

Uses of Collection in org.wso2.registry.jdbc
 

Methods in org.wso2.registry.jdbc that return Collection
 Collection JDBCRegistry.executeQuery(java.lang.String path, java.util.Map parameters)
           
 Collection JDBCRegistry.newCollection()
           
 

Uses of Collection in org.wso2.registry.jdbc.handlers
 

Methods in org.wso2.registry.jdbc.handlers that return Collection
 Collection RequestContext.getParentCollection()
           
 

Methods in org.wso2.registry.jdbc.handlers with parameters of type Collection
 void RequestContext.setParentCollection(Collection parentCollection)
           
 

Uses of Collection in org.wso2.registry.jdbc.queries
 

Methods in org.wso2.registry.jdbc.queries that return Collection
 Collection QueryProcessorManager.executeQuery(Resource queryResource, java.util.Map parameters)
           
 Collection SQLQueryProcessor.executeQuery(Resource query, java.util.Map parameters)
           
abstract  Collection QueryProcessor.executeQuery(Resource query, java.util.Map parameters)
          This method will be called when a query of a registered type is executed.
 

Uses of Collection in org.wso2.registry.secure
 

Methods in org.wso2.registry.secure that return Collection
 Collection SecureRegistry.executeQuery(java.lang.String path, java.util.Map parameters)
           
 Collection SecureRegistry.newCollection()
           
 



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