Uses of Interface
org.wso2.carbon.registry.core.Collection

Packages that use Collection
org.wso2.carbon.registry.app   
org.wso2.carbon.registry.core   
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.jdbc.queries   
org.wso2.carbon.registry.core.session   
 

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

Methods in org.wso2.carbon.registry.app that return Collection
 Collection RemoteRegistry.executeQuery(String path, Map parameters)
           
 Collection RemoteRegistry.get(String path, int start, int pageSize)
           
 Collection RemoteRegistry.newCollection()
           
 Collection RemoteRegistry.searchContent(String keywords)
           
 

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

Classes in org.wso2.carbon.registry.core that implement Collection
 class CollectionImpl
          The default registry implementation of the Collection interface.
 class CollectionVersionImpl
          Implementation of CollectionImpl, Instance of this class is returned when requested for an early version of some collection.
 

Methods in org.wso2.carbon.registry.core that return Collection
 Collection Registry.executeQuery(String path, Map parameters)
          Executes a custom query which lives at the given path in the Registry.
 Collection CoreRegistry.get(String path, int start, int pageSize)
          Returns the Collection at the given path, with the content paginated according to the arguments.
 Collection CoreRegistry.newCollection()
          Creates a new collection.
 Collection Registry.searchContent(String keywords)
          Search the content of resources
 

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

Methods in org.wso2.carbon.registry.core.jdbc that return Collection
 Collection EmbeddedRegistry.executeQuery(String path, Map parameters)
           
 Collection Repository.get(String path, int start, int pageLen)
          Method to get a paged collection.
 Collection EmbeddedRegistry.get(String path, int start, int pageSize)
           
 Collection VersionRepository.get(VersionedPath versionedPath, int start, int pageLen)
          Method to get a paged collection.
 Collection EmbeddedRegistry.newCollection()
           
 Collection EmbeddedRegistry.searchContent(String keywords)
           
 

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

Methods in org.wso2.carbon.registry.core.jdbc.handlers that return Collection
 Collection HandlerManager.executeQuery(RequestContext requestContext)
          Manages the handler invocations of EXECUTE_QUERY method.
 Collection HandlerLifecycleManager.executeQuery(RequestContext requestContext)
           
 Collection Handler.executeQuery(RequestContext requestContext)
          Gets called when executing Queries.
 Collection UserDefinedHandlerManager.executeQuery(RequestContext requestContext)
           
 Collection RequestContext.getParentCollection()
          Method to get the Parent Collection.
 Collection HandlerManager.searchContent(RequestContext requestContext)
          Manages the handler invocations of SEARCH_CONTENT method.
 Collection HandlerLifecycleManager.searchContent(RequestContext requestContext)
           
 Collection Handler.searchContent(RequestContext requestContext)
          Gets called when searching for content.
 Collection UserDefinedHandlerManager.searchContent(RequestContext requestContext)
           
 

Methods in org.wso2.carbon.registry.core.jdbc.handlers with parameters of type Collection
 void RequestContext.setParentCollection(Collection parentCollection)
          Method to set Parent Collection.
 

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

Methods in org.wso2.carbon.registry.core.jdbc.handlers.builtin that return Collection
 Collection SimulationHandler.executeQuery(RequestContext requestContext)
           
 Collection MountHandler.executeQuery(RequestContext requestContext)
           
 Collection SimulationHandler.searchContent(RequestContext requestContext)
           
 

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

Methods in org.wso2.carbon.registry.core.jdbc.queries that return Collection
 Collection QueryProcessor.executeQuery(Registry registry, Resource query, Map parameters)
          This method will be called when a query of a registered type is executed.
 Collection QueryProcessorManager.executeQuery(Registry registry, Resource queryResource, Map parameters)
          Execute a query using the query processor associated with the media type of the query.
 Collection SQLQueryProcessor.executeQuery(Registry registry, Resource query, Map parameters)
           
 

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

Methods in org.wso2.carbon.registry.core.session that return Collection
 Collection UserRegistry.executeQuery(String path, Map parameters)
           
 Collection ChrootWrapper.filterSearchResult(Collection collection)
          Filter search results, so the results outside the base prefix will be ignored and results inside the base prefix will be converted to relative paths.
 Collection UserRegistry.get(String path, int start, int pageSize)
           
 Collection ChrootWrapper.getOutCollection(Collection collection)
          When returning collection (with pagination) it need to unset the collection content.
 Collection UserRegistry.newCollection()
           
 Collection UserRegistry.searchContent(String keywords)
           
 

Methods in org.wso2.carbon.registry.core.session with parameters of type Collection
 Collection ChrootWrapper.filterSearchResult(Collection collection)
          Filter search results, so the results outside the base prefix will be ignored and results inside the base prefix will be converted to relative paths.
 Collection ChrootWrapper.getOutCollection(Collection collection)
          When returning collection (with pagination) it need to unset the collection content.
 



Copyright © 2010. All Rights Reserved.