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

Packages that use Registry
org.wso2.carbon.registry.app   
org.wso2.carbon.registry.core   
org.wso2.carbon.registry.core.caching   
org.wso2.carbon.registry.core.dataaccess   
org.wso2.carbon.registry.core.jdbc   
org.wso2.carbon.registry.core.jdbc.dataaccess   
org.wso2.carbon.registry.core.jdbc.handlers   
org.wso2.carbon.registry.core.jdbc.queries   
org.wso2.carbon.registry.core.jdbc.utils   
org.wso2.carbon.registry.core.service   
org.wso2.carbon.registry.core.session   
org.wso2.carbon.registry.core.utils   
org.wso2.carbon.registry.synchronization.operation   
 

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

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

Constructors in org.wso2.carbon.registry.app with parameters of type Registry
OMElementResponseContext(Registry registry, String path)
          Creates response context.
 

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

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

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

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

Uses of Registry in org.wso2.carbon.registry.core.caching
 

Constructors in org.wso2.carbon.registry.core.caching with parameters of type Registry
CacheBackedRegistry(Registry registry)
           
CacheBackedRegistry(Registry registry, int tenantId)
           
 

Uses of Registry in org.wso2.carbon.registry.core.dataaccess
 

Methods in org.wso2.carbon.registry.core.dataaccess with parameters of type Registry
 Collection QueryProcessor.executeQuery(Registry registry, Resource query, Map parameters)
          This method will be called when a query of a registered type is executed.
 

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

Constructors in org.wso2.carbon.registry.core.jdbc with parameters of type Registry
RecursionRepository(Registry registry)
          Constructor accepting registry.
RecursionRepository(Repository repository, Registry registry)
          Constructor accepting both registry and repository.
 

Uses of Registry in org.wso2.carbon.registry.core.jdbc.dataaccess
 

Methods in org.wso2.carbon.registry.core.jdbc.dataaccess with parameters of type Registry
 Collection SQLQueryProcessor.executeQuery(Registry registry, Resource query, Map parameters)
           
 

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

Methods in org.wso2.carbon.registry.core.jdbc.handlers that return Registry
 Registry RequestContext.getRegistry()
          Method to get the Registry.
protected  Registry EditProcessor.getRegistry(javax.servlet.http.HttpServletRequest request)
          Obtains an instance of the Registry that the user can work with.
 Registry RequestContext.getSystemRegistry()
          Method to get the System Registry.
 

Constructors in org.wso2.carbon.registry.core.jdbc.handlers with parameters of type Registry
RequestContext(Registry registry, Repository repository, VersionRepository versionRepository)
          Construct the request context.
 

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

Methods in org.wso2.carbon.registry.core.jdbc.queries with parameters of type Registry
 Collection QueryProcessorManager.executeQuery(Registry registry, Resource queryResource, Map parameters)
          Execute a query using the query processor associated with the media type of the query.
 

Uses of Registry in org.wso2.carbon.registry.core.jdbc.utils
 

Methods in org.wso2.carbon.registry.core.jdbc.utils with parameters of type Registry
static void ServiceConfigUtil.addConfig(Registry registry)
          Utility method to persist service configuration.
static void ServiceConfigUtil.addConfigSchema(Registry registry)
          Utility method to persist service configuration schema content.
 

Uses of Registry in org.wso2.carbon.registry.core.service
 

Methods in org.wso2.carbon.registry.core.service that return Registry
 Registry RegistryProvider.getRegistry(String registryURL, String username, String password)
          Method to obtain a new registry instance.
 

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

Constructors in org.wso2.carbon.registry.core.session with parameters of type Registry
UserRegistry(String userName, int tenantId, Registry coreRegistry, org.wso2.carbon.user.core.service.RealmService realmService, String chroot)
          Creates a user registry without authorizing the user
UserRegistry(String userName, int tenantId, Registry coreRegistry, org.wso2.carbon.user.core.service.RealmService realmService, String chroot, boolean disableCaching)
          Creates a user registry without authorizing the user
UserRegistry(String userName, String password, int tenantId, Registry coreRegistry, org.wso2.carbon.user.core.service.RealmService realmService, String chroot)
          Create a user registry with authorizing a user
 

Uses of Registry in org.wso2.carbon.registry.core.utils
 

Methods in org.wso2.carbon.registry.core.utils that return Registry
static Registry RegistryUtils.getSystemRegistry(Registry coreRegistry)
          this method can only be called if the registry context is initialized.
 

Methods in org.wso2.carbon.registry.core.utils with parameters of type Registry
static void RegistryUtils.addBaseCollectionStructure(Registry registry, org.wso2.carbon.user.core.UserRealm userRealm)
          This method builds the base collection structure for the registry.
static void RegistryUtils.addCarbonRootCollection(Registry userRegistry, org.wso2.carbon.user.core.UserRealm userRealm)
          Deprecated. 
static void RegistryUtils.addMountCollection(Registry registry)
          Method to add the collection where the mount information is stored.
static void RegistryUtils.addMountEntry(Registry registry, RegistryContext registryContext, String path, String target, boolean remote, String author)
          Method to add a mount entry.
static void RegistryUtils.addMountEntry(Registry registry, RegistryContext registryContext, String path, String target, String targetSubPath, String author)
          Method to add a mount entry.
static void RegistryUtils.addServiceConfigResources(Registry registry)
          Method to add the resources where the service configuration are stored.
static void RegistryUtils.addServiceStoreCollection(Registry registry, String servicePath)
          Method to add the collection where the services are stored.
static void RegistryUtils.addSystemCollection(Registry registry, org.wso2.carbon.user.core.UserRealm userRealm)
          Deprecated. 
static void RegistryUtils.addTenantsCollection(Registry registry, org.wso2.carbon.user.core.UserRealm userRealm)
          Deprecated. 
static void RegistryUtils.addUserProfileCollection(Registry registry, String profilesPath)
          Method to add the collection where the user profiles are stored.
static void RegistryClientUtils.exportFromRegistry(File toFile, String path, Registry registry)
          This method can be used to export registry instance or node in a registry to a local file system.
static String MediaTypesUtils.getCollectionMediaTypeMappings(Registry configSystemRegistry)
          Method to obtain the collection media types.
static String MediaTypesUtils.getCustomUIMediaTypeMappings(Registry configSystemRegistry)
          Method to obtain the custom UI media types.
static String MediaTypesUtils.getResourceMediaTypeMappings(Registry configSystemRegistry)
          Method to obtain the resource media types.
static String[] MediaTypesUtils.getResultPaths(Registry registry, String mediaType)
          Method to obtain a list of paths having resources of the given media type.
static Registry RegistryUtils.getSystemRegistry(Registry coreRegistry)
          this method can only be called if the registry context is initialized.
static void RegistryClientUtils.importToRegistry(File file, String path, Registry registry)
          This method can be used to import a local file system into a running instance of a registry.
static void RegistryUtils.registerMountPoints(Registry systemRegistry, int tenantId)
          Method to register mount points.
static boolean RegistryUtils.systemResourceShouldBeAdded(Registry registry, String absolutePath)
          Method to determine whether a system resource (or collection) is existing or whether it should be created.
 

Uses of Registry in org.wso2.carbon.registry.synchronization.operation
 

Methods in org.wso2.carbon.registry.synchronization.operation with parameters of type Registry
 boolean UpdateCommand.execute(Registry registry)
          This method will execute the update command utilizing the various parameters passed when creating the instance of the command.
 boolean CheckOutCommand.execute(Registry registry)
          This method will execute the check-out command utilizing the various parameters passed when creating the instance of the command.
 boolean CheckInCommand.execute(Registry registry)
          This method will execute the check-in command utilizing the various parameters passed when creating the instance of the command.
 boolean UpdateCommand.execute(Registry registry, UserInputCallback callback)
          This method will execute the update command utilizing the various parameters passed when creating the instance of the command.
 boolean CheckOutCommand.execute(Registry registry, UserInputCallback callback)
          This method will execute the check-out command utilizing the various parameters passed when creating the instance of the command.
 boolean CheckInCommand.execute(Registry registry, UserInputCallback callback)
          This method will execute the check-in command utilizing the various parameters passed when creating the instance of the command.
 



Copyright © 2014 WSO2 Inc. All Rights Reserved.