Uses of Interface
org.wso2.registry.Registry

Packages that use Registry
org.wso2.registry   
org.wso2.registry.app   
org.wso2.registry.aspects   
org.wso2.registry.jdbc   
org.wso2.registry.jdbc.dao   
org.wso2.registry.jdbc.handlers   
org.wso2.registry.jdbc.handlers.builtin   
org.wso2.registry.jdbc.mediatypes   
org.wso2.registry.jdbc.mediatypes.builtin   
org.wso2.registry.jdbc.urlhandlers   
org.wso2.registry.secure   
org.wso2.registry.utils   
 

Uses of Registry in org.wso2.registry
 

Methods in org.wso2.registry that return Registry
abstract  Registry RegistryFactory.getRegistry()
          Get a Registry with no security credentials.
abstract  Registry RegistryFactory.getRegistry(java.lang.String username, java.lang.String password)
          Get a Registry with the provided credentials.
 

Methods in org.wso2.registry with parameters of type Registry
abstract  void Aspect.associate(Resource resource, Registry registry)
          Associate a new Resource with this aspect.
 

Constructors in org.wso2.registry with parameters of type Registry
ResourceImporter(Registry registry)
           
 

Uses of Registry in org.wso2.registry.app
 

Classes in org.wso2.registry.app that implement Registry
 class RemoteRegistry
           
 

Methods in org.wso2.registry.app that return Registry
 Registry RemoteRegistryFactory.getRegistry()
           
 Registry RemoteRegistryFactory.getRegistry(java.lang.String username, java.lang.String password)
           
 

Uses of Registry in org.wso2.registry.aspects
 

Methods in org.wso2.registry.aspects with parameters of type Registry
 void DefaultLifecycle.associate(Resource resource, Registry registry)
           
 

Uses of Registry in org.wso2.registry.jdbc
 

Classes in org.wso2.registry.jdbc that implement Registry
 class InMemoryJDBCRegistry
           
 class JDBCRegistry
          JDBC based implementation of the Registry.
 

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

Methods in org.wso2.registry.jdbc.dao with parameters of type Registry
 void VersionedResourceDAO.renameResource(java.lang.String oldPath, java.lang.String newPath, java.sql.Connection conn, java.lang.String userId, UserRealm realm, Registry registry)
          This method will move a resource from oldpath to newpath , the internal implementation is such that frit the release will be deleted from oldPath parent and will be added to the newptah so if the oldpath is "foo/bar/r1" then the r1 will be removed from foo/bar.
 void VersionedResourceDAO.renameWithoutDelete(java.lang.String oldPath, java.lang.String newPath, java.lang.String userId, UserRealm realm, Registry registry)
          This method will copy a resource from oldpath to newpath , the internal implementation is such that copy all the resources from oldpath to new path including tags , comments and ratings.
 

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

Fields in org.wso2.registry.jdbc.handlers declared as Registry
protected  Registry Handler.registry
          Instance of the Registry implementation (possibly the JDBCRegistry).
 

Methods in org.wso2.registry.jdbc.handlers that return Registry
 Registry RequestContext.getRegistry()
           
 

Methods in org.wso2.registry.jdbc.handlers with parameters of type Registry
 void Handler.setRegistry(Registry registry)
           
 

Constructors in org.wso2.registry.jdbc.handlers with parameters of type Registry
Handler(javax.sql.DataSource dataSource, UserRealm realm, Repository repository, Registry registry)
           
HandlerManager(javax.sql.DataSource dataSource, UserRealm userRealm, Registry registry, Repository repository)
           
RequestContext(Registry registry)
           
 

Uses of Registry in org.wso2.registry.jdbc.handlers.builtin
 

Constructors in org.wso2.registry.jdbc.handlers.builtin with parameters of type Registry
Axis2RepositoryHandler(javax.sql.DataSource dataSource, UserRealm userRealm, Repository repository, Registry registry)
           
CommentURLHandler(javax.sql.DataSource dataSource, UserRealm userRealm, Repository repository, Registry registry)
           
 

Uses of Registry in org.wso2.registry.jdbc.mediatypes
 

Fields in org.wso2.registry.jdbc.mediatypes declared as Registry
protected  Registry MediaTypeHandler.registry
          Instance of the Registry implementation (possibly the JDBCRegistry).
 

Constructors in org.wso2.registry.jdbc.mediatypes with parameters of type Registry
MediaTypeHandler(javax.sql.DataSource dataSource, UserRealm realm, MediaTypeManager mediaTypeManager, Registry registry)
           
MediaTypeManager(javax.sql.DataSource dataSource, UserRealm realm, Registry registry)
           
 

Uses of Registry in org.wso2.registry.jdbc.mediatypes.builtin
 

Constructors in org.wso2.registry.jdbc.mediatypes.builtin with parameters of type Registry
Axis2RepositoryMediaTypeHandler(javax.sql.DataSource dataSource, UserRealm realm, MediaTypeManager mediaTypeManager, Registry registry)
           
DefaultMediaTypeHandler(javax.sql.DataSource dataSource, UserRealm realm, MediaTypeManager mediaTypeManager, Registry registry)
           
SQLQueryMediaTypeHandler(javax.sql.DataSource dataSource, UserRealm realm, MediaTypeManager mediaTypeManager, Registry registry)
           
SynapseRepositoryMediaTypeHandler(javax.sql.DataSource dataSource, UserRealm realm, MediaTypeManager mediaTypeManager, Registry registry)
           
WSDLMediaTypeHandler(javax.sql.DataSource dataSource, UserRealm realm, MediaTypeManager mediaTypeManager, Registry registry)
           
XSDMediaTypeHandler(javax.sql.DataSource dataSource, UserRealm realm, MediaTypeManager mediaTypeManager, Registry registry)
           
 

Uses of Registry in org.wso2.registry.jdbc.urlhandlers
 

Constructors in org.wso2.registry.jdbc.urlhandlers with parameters of type Registry
CommentCollectionURLHandler(Registry registry)
           
URLHandlerManager(javax.sql.DataSource dataSource, UserRealm realm, Registry registry)
           
 

Uses of Registry in org.wso2.registry.secure
 

Classes in org.wso2.registry.secure that implement Registry
 class SecureRegistry
          Registry implementation to perform authentication and authorization.
 

Constructors in org.wso2.registry.secure with parameters of type Registry
SecureRegistry(java.lang.String userID, Registry registry, UserRealm defaultRealm)
          Non-authenticating constructor.
SecureRegistry(java.lang.String userID, java.lang.String password, Registry registry, UserRealm defaultRealm)
           
 

Uses of Registry in org.wso2.registry.utils
 

Methods in org.wso2.registry.utils with parameters of type Registry
static void RegistryClientUtils.exportFromRegistry(java.io.File toFile, java.lang.String path, Registry registry)
          This method can be used to export registry instance or node in a registry to a local file system.
static void RegistryClientUtils.importToRegistry(java.io.File file, java.lang.String path, Registry registry)
          This method can be used to import a local file system into a running instance of a registry.
 



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