Uses of Class
org.wso2.carbon.registry.core.config.RegistryContext

Packages that use RegistryContext
org.wso2.carbon.registry.app   
org.wso2.carbon.registry.core   
org.wso2.carbon.registry.core.caching   
org.wso2.carbon.registry.core.config   
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   
org.wso2.carbon.registry.core.utils   
 

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

Methods in org.wso2.carbon.registry.app that return RegistryContext
 RegistryContext RemoteRegistry.getRegistryContext()
           
 

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

Methods in org.wso2.carbon.registry.core that return RegistryContext
 RegistryContext Registry.getRegistryContext()
          Get the configuration for this Registry
 

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

Methods in org.wso2.carbon.registry.core.caching that return RegistryContext
 RegistryContext CacheBackedRegistry.getRegistryContext()
           
 

Uses of RegistryContext in org.wso2.carbon.registry.core.config
 

Methods in org.wso2.carbon.registry.core.config that return RegistryContext
static RegistryContext RegistryContext.getBaseInstance()
          Get an instance of the base (not cloned),
static RegistryContext RegistryContext.getBaseInstance(InputStream configStream, org.wso2.carbon.user.core.service.RealmService realmService)
          Return a singleton object of the registry context with a custom configuration, customer realm service.
static RegistryContext RegistryContext.getBaseInstance(InputStream configStream, RegistryContext.RegURLSupplier urlSupplier)
          Deprecated. 
static RegistryContext RegistryContext.getBaseInstance(org.wso2.carbon.user.core.service.RealmService realmService)
          Return a singleton object of the base registry context with custom realm service If a registry context doesn't exist, it will create a new one and return it.
static RegistryContext RegistryContext.getBaseInstance(org.wso2.carbon.user.core.service.RealmService realmService, boolean populateConfiguration)
          Return a singleton object of the base registry context with custom realm service If a registry context doesn't exist, it will create a new one and return it.
static RegistryContext RegistryContext.getCloneContext()
          Create an return a registry context.
 

Methods in org.wso2.carbon.registry.core.config with parameters of type RegistryContext
static org.apache.axiom.om.OMElement RegistryConfigurationProcessor.getRegistryConfigAsXML(RegistryContext registryContext)
          Obtains the registry configuration as XML element.
static void RegistryConfigurationProcessor.initializeAspects(org.apache.axiom.om.OMElement configElement, RegistryContext registryContext)
          Creates and initializes an aspect.
static void RegistryConfigurationProcessor.populateRegistryConfig(InputStream in, RegistryContext registryContext)
          Read XML configuration from the passed InputStream, or from the classpath.
static boolean RegistryConfigurationProcessor.updateHandler(org.apache.axiom.om.OMElement configElement, RegistryContext registryContext, String lifecyclePhase)
          Updates a handler based on given configuration.
 

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

Fields in org.wso2.carbon.registry.core.jdbc declared as RegistryContext
protected  RegistryContext EmbeddedRegistryService.registryContext
          The registry context used by this registry service instance.
 

Methods in org.wso2.carbon.registry.core.jdbc that return RegistryContext
 RegistryContext EmbeddedRegistry.getRegistryContext()
           
 

Constructors in org.wso2.carbon.registry.core.jdbc with parameters of type RegistryContext
EmbeddedRegistry(RegistryContext registryContext, org.wso2.carbon.user.core.service.RealmService realmService)
          Constructs a Embedded registry to be used with secure registries.
EmbeddedRegistryService(RegistryContext context)
          Instantiates the EmbeddedRegistry using the configuration given in the context and the given UserRealm.
 

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

Methods in org.wso2.carbon.registry.core.jdbc.handlers that return RegistryContext
 RegistryContext RequestContext.getRegistryContext()
          Method to get the Registry Context.
 RegistryContext UserDefinedHandlerManager.getRegistryContext(RequestContext requestContext)
           
 RegistryContext HandlerLifecycleManager.getRegistryContext(RequestContext requestContext)
           
 RegistryContext Handler.getRegistryContext(RequestContext requestContext)
          Gets called when obtaining the registry context.
 RegistryContext HandlerManager.getRegistryContext(RequestContext requestContext)
          Manages the handler invocations of GET_REGISTRY_CONTEXT method.
 

Methods in org.wso2.carbon.registry.core.jdbc.handlers with parameters of type RegistryContext
 void RequestContext.setRegistryContext(RegistryContext registryContext)
          Method to set Registry Context.
 

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

Methods in org.wso2.carbon.registry.core.jdbc.handlers.builtin that return RegistryContext
 RegistryContext MountHandler.getRegistryContext(RequestContext requestContext)
           
 

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

Constructors in org.wso2.carbon.registry.core.jdbc.queries with parameters of type RegistryContext
QueryProcessorManager(DataAccessManager dataAccessManager, RegistryContext registryContext)
          Construct a query processor manager object from the data source and registry context.
 

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

Methods in org.wso2.carbon.registry.core.session that return RegistryContext
 RegistryContext UserRegistry.getRegistryContext()
           
 

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

Methods in org.wso2.carbon.registry.core.utils with parameters of type RegistryContext
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 String RegistryUtils.getAbsolutePath(RegistryContext context, String relativePath)
          Method to obtain the absolute path for the given relative path.
static String MediaTypesUtils.getCollectionMediaTypeMappings(RegistryContext registryContext)
          Method to obtain the collection media types.
static String MediaTypesUtils.getCustomUIMediaTypeMappings(RegistryContext registryContext)
          Method to obtain the custom UI media types.
static String RegistryUtils.getRelativePath(RegistryContext context, String absolutePath)
          Method to obtain the relative path for the given absolute path.
static String MediaTypesUtils.getResourceMediaTypeMappings(RegistryContext registryContext)
          Method to obtain the resource media types.
static boolean RegistryUtils.isRegistryReadOnly(RegistryContext registryContext)
          Method to determine whether this registry is running in Read-Only mode.
static void RegistryUtils.registerHandlerForRemoteLinks(RegistryContext registryContext, String path, String target, String targetSubPath, String author)
          Method to register handlers for remote links for the tenant on the current registry session.
static void RegistryUtils.registerHandlerForRemoteLinks(RegistryContext registryContext, String path, String target, String targetSubPath, String author, boolean forAllTenants)
          Method to register handlers for remote links.
static void RegistryUtils.registerHandlerForSymbolicLinks(RegistryContext context, String path, String target, String author)
          Method to register handlers for symbolic links for the tenant on the current registry session.
 



Copyright © 2012 WSO2 Inc. All Rights Reserved.